Skip to content

Releases: marko-js/tags-api-preview

v0.6.2

31 Mar 22:45
Compare
Choose a tag to compare

Patch Changes

v0.6.1

15 Nov 16:15
Compare
Choose a tag to compare

Patch Changes

  • 9c703ff: Fix incorrect Marko peerDependency.

v0.6.0

02 Nov 19:19
Compare
Choose a tag to compare

Minor Changes

  • 3d36e82: Allow using top level input rather than just tag.
  • 3d36e82: Switch to new default attribute name (value instead of default).
  • 3d36e82: Member expressions now are accounted for when determining function dependencies.

v0.5.8

02 Nov 17:09
Compare
Choose a tag to compare

Patch Changes

  • d11e8f7: Pin peerDependency to current version of Marko.

v0.5.7

25 Oct 15:56
Compare
Choose a tag to compare

Patch Changes

  • 2cad83d: Fixes an issue where effects with no dependencies were running with each render instead of once.

v0.5.6

09 Aug 23:46
Compare
Choose a tag to compare

Patch Changes

  • 95a14eb: Fix issue when loading the compiler hooks from native esm by avoiding __dirname.

v0.5.5

13 Jul 21:25
Compare
Choose a tag to compare

Patch Changes

  • 4029122: Fix issue where _return (used internally) was not registered as a taglib attribute

v0.5.4

08 Jul 22:30
Compare
Choose a tag to compare

Patch Changes

  • e7c77b3: Allow missing default attribute for let tag.

v0.5.3

01 Jun 20:25
Compare
Choose a tag to compare

Patch Changes

  • 18c9cc3: Rename publish script to release in order to avoid a double publish in the CI

v0.5.0

25 Apr 22:58
Compare
Choose a tag to compare

0.5.0 (2022-04-25)

Features

  • style tags with a tag var now support css modules (8c617a1)