Skip to content

Releases: apleshkov/viewmill

v0.3.1

Choose a tag to compare

@apleshkov apleshkov released this 04 Jan 13:20
  • transformer v0.2.4
    • JSX: a && b -> a ? b : null even if no live dependencies involved to fix displaying bools instead of nothing
  • viewmill v0.2.3
    • Version bump to publish the transformer update to npm

v0.3.0

Choose a tag to compare

@apleshkov apleshkov released this 04 Dec 10:11
  • viewmill-runtime v0.3.0
    • Breaking changes:
      • View's insert method renamed to insertTo
      • Insertion's insert method renamed to insertTo

v0.2.9

Choose a tag to compare

@apleshkov apleshkov released this 02 Dec 15:27
  • viewmill-runtime v0.2.6
    • InsertedView's unmount() signature fix to reflect its actual implementation (the removing argument)

v0.2.8

Choose a tag to compare

@apleshkov apleshkov released this 02 Dec 15:14
  • viewmill-runtime v0.2.6
    • View's unmount() switched to unmount(removing: boolean = false) to simplify cascading unmount or removing

v0.2.7

Choose a tag to compare

@apleshkov apleshkov released this 11 Nov 15:42
  • viewmill v0.2.2
    • Fixed directory traversing

v0.2.6

Choose a tag to compare

@apleshkov apleshkov released this 02 Sep 09:57
  • viewmill-runtime v0.2.5
    • Simple jsx-runtime.d.ts added to fix the JSX type checking if strict mode is on (please, see the corresponding note)

v0.2.5

Choose a tag to compare

@apleshkov apleshkov released this 29 Aug 17:18
  • viewmill v0.2.1
    • Logical AND supported

v0.2.4

Choose a tag to compare

@apleshkov apleshkov released this 29 Aug 08:38
  • viewmill-runtime v0.2.4
    • Boolean attributes