Skip to content

0.9.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 30 Apr 09:26
· 986 commits to main since this release
6e89231
  • @madebyherzblut fixed an issue where attributes were always converted to lowercase, impacting case-sensitive attributes like viewBox in most browsers.
  • Implemented a check to ensure data is set before invoking onremove, thanks @maraisr.
  • @zaceno added a test for scenarios where plain-string vnodes are removed.
  • Major documentation rewrite and addition of tutorials. A special shoutout to @lukejacksonn and @selfup for their redaction tips.
  • Updated event naming conventions: no more camelCase. Breaking Change. Examples: onClickonclick, onCreateoncreate.
  • Normalized actions/events signatures to (state, actions, data, emit) (#190).
  • @ngryman enhanced the h function, optimizing its performance (#187).
  • Introduced benchmark and tracing scripts for h by @ngryman (#186).