0.4.0
This is mainly a bugfix and compatibility release with a small feature addition. Namely, Slider
view is introduced in the DOM renderer, and binding updates for SVG elements are working now. During this development cycle efforts of our team were devoted to recently released JavaScriptKit 0.7 and carton
0.6. Both of those releases are pretty big updates that improve developer experience significantly, and this version of Tokamak requires those as minimum versions.
Many thanks to @j-f1 and
@kateinoigakukun for their contributions to these updates!
Closed issues:
- HTML + Binding (#278)
Merged pull requests:
- Fix compatibility with JavaScriptKit 0.7 (#281) via @MaxDesiatov
- Re-export
HTML
type inTokamakDOM
(#275) via @kateinoigakukun - Use setAttribute, not properties to fix SVG update (#279) via @MaxDesiatov
- Allow non-body mount host node (#271) via @kateinoigakukun
- Add missing JavaScriptKit import to
README.md
(#265) via @MaxDesiatov - Fix the sizing of sliders (#268) via @j-f1
- Add
Slider
implementation (#228) via @j-f1 - Remove Xcode 12 warning from README.md (#264) via @MaxDesiatov