Releases: marko-js/tags-api-preview
Releases · marko-js/tags-api-preview
v0.6.1
Patch Changes
- 9c703ff: Fix incorrect Marko peerDependency.
v0.6.0
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
Patch Changes
- d11e8f7: Pin peerDependency to current version of Marko.
v0.5.7
Patch Changes
- 2cad83d: Fixes an issue where effects with no dependencies were running with each render instead of once.
v0.5.6
Patch Changes
- 95a14eb: Fix issue when loading the compiler hooks from native esm by avoiding __dirname.
v0.5.5
Patch Changes
- 4029122: Fix issue where
_return
(used internally) was not registered as a taglib attribute
v0.5.4
Patch Changes
- e7c77b3: Allow missing default attribute for let tag.
v0.5.3
Patch Changes
- 18c9cc3: Rename publish script to release in order to avoid a double publish in the CI
v0.5.0
0.5.0 (2022-04-25)
Features
- style tags with a tag var now support css modules (8c617a1)