mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
* test: attr-escape
* test: attr-falsey
* test: attr-scoped
* test: attr-template-literal-escape
* test: basic-dynamic-native-tag
* test: basic-execution-order
* test: basic-layout
* test: basic-toggle-show
* test: batched-updates
* test: batched-updates-cleanup
* test: const-tag
* test: custom-tag-child-analyze
* test: custom-tag-parameters
* test: custom-tag-render-body
* test: custom-tag-template
* test: dynamic-event-handlers
* test: effect-tag
* test: entities
* test(remove): event-handlers [redundant and unhelpful]
* test: for-tag-siblings
* test: for-tag-with-state
* fix: !{undefined} is now empty string instead of space
* test: hello-dynamic
* test: html-entity
* test: if-tag
* test: import-tag-conflict
* test: import-destructure [rename, still skipping ssr and csr]
* test: let-tag
* test: lifecycle-tag
* test: lifecycle-tag-assignment
* test: lifecycle-tag-this
* test: native-tag-ref-effect
* test: placeholders
* test: toggle-first-child
* test: update-attr
* test: user-effect-cleanup
* test: return-tag [rename from yield-tag]
* fix(attrs): use comment node instead of empty string
* refactor(ts): add generics to `write`