Skip to content

Releases: bgotink/mdbook-angular

v0.4.0

07 Oct 11:22
v0.4.0
6b17e2f
Compare
Choose a tag to compare

What's Changed

  • {feature} replace existing builders with new implementation by @bgotink in #31
  • {chore} version v0.4.0 by @bgotink in #32

Full Changelog: v0.3.4...v0.4.0

v0.3.4

07 Jul 19:13
v0.3.4
d4aeafc
Compare
Choose a tag to compare

What's Changed

  • {fix} update imports of angular private API by @bgotink in #30

Full Changelog: v0.3.3...v0.3.4

v0.3.3

04 Jul 21:09
v0.3.3
c77b6e1
Compare
Choose a tag to compare

What's Changed

  • bump everything, support angular 18 with @angular/build by @bgotink in #26
  • {feature} support input() signals by @bgotink in #27

Full Changelog: v0.3.2...v0.3.3

v0.3.2

19 Feb 21:48
v0.3.2
66e62ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Feb 12:08
v0.3.1
db5379f
Compare
Choose a tag to compare

What's Changed

  • {feature} make playground template configurable via theme by @bgotink in #23

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Dec 00:51
v0.3.0
f12fe6e
Compare
Choose a tag to compare

What's Changed

  • {feature} add support for certain binary expressions in default values of inputs by @bgotink in #20
  • Move to angular 17 by @bgotink in #21

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Aug 11:13
v0.2.1
f958f60
Compare
Choose a tag to compare

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

05 Aug 21:33
v0.2.0
bb46451
Compare
Choose a tag to compare
  • 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

03 Aug 11:17
v0.1.5
e6cb55b
Compare
Choose a tag to compare
  • Add collapsed option in book.toml to collapse code blocks by default
  • Add uncollapsed flag for code blocks to overrule the collapsed 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

31 Jul 18:25
v0.1.4
3e893e5
Compare
Choose a tag to compare
  • Fail when invalid configuration is passed

Full Changelog: v0.1.3...v0.1.4