Releases: bgotink/mdbook-angular
Releases · bgotink/mdbook-angular
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
What's Changed
- {fix} support setters with
@Input
annotation by @bgotink in #14 - {feature} parse type annotations on
@Input()
by @bgotink in #15 - {fix} set correct property for default option by @bgotink in #16
- {feature} support unary expressions in evaluate by @bgotink in #17
- {feature} add option for code blocks to include root-level providers by @bgotink in #18
- {chore} version v0.2.1 by @bgotink in #19
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Allow extra flags passed via
{{#angular}}
block, just like in```ts,angular
code blocks - Improve (some) error messages to help debug issues
- Replace multiple builder flags with single builder enum
Full Changelog: v0.1.5...v0.2.0
v0.1.5
- Add
collapsed
option inbook.toml
to collapse code blocks by default - Add
uncollapsed
flag for code blocks to overrule thecollapsed
option - Ensure the "Inputs:" text is in a separate paragraph from the playground
- Disable
@angular/cli
analytics
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Fail when invalid configuration is passed
Full Changelog: v0.1.3...v0.1.4