Releases: WorldMaker/butterfloat
Releases · WorldMaker/butterfloat
1.0.0: 🎉 The Big semver 1.0
0.7.0: Error handling enhancements
What's Changed
- Deeply simplify JSX types for styleBind by @WorldMaker in #58
- Wire promise errors in effect binding by @WorldMaker in #59
- Add an ErrorBoundary component by @WorldMaker in #62
Full Changelog: v0.6.1...v0.7.0
0.6.1: Fix style binding
What's Changed
- Fix copypasta mistake in style binding by @WorldMaker in #57
Full Changelog: v0.6.0...v0.6.1
0.6.0: Class and style binding
What's Changed
- Add shorthand static names by @WorldMaker in #51
- Add htmlFor shortcut in static building by @WorldMaker in #52
- Add classBind and styleBind by @WorldMaker in #55
Full Changelog: v0.5.6...v0.6.0
0.5.6: Fallback for node replacement
What's Changed
- Add a fallback for node replacement by @WorldMaker in #50
Full Changelog: v0.5.2...v0.5.6
0.5.2: Bug fix to childrenBindMode="replace"
What's Changed
- Use narrowing type assertions in Getting Started test by @WorldMaker in #45
- Fix dependencies by @WorldMaker in #46
- Add missing else branching in children binding by @WorldMaker in #49
Full Changelog: v0.5.0...v0.5.2
0.5.0: More Children Binding Powers, Some Cleanup
What's Changed
- Exclude documentation from npm package by @WorldMaker in #41
- childrenBindMode="replace" and refactoring/cleanup by @WorldMaker in #43
Full Changelog: v0.4.0...v0.5.0
0.4.0: Document Everything
What's Changed
- Fix bindEffect scheduling by @WorldMaker in #34
- Document Everything by @WorldMaker in #40
Full Changelog: v0.3.0...v0.4.0
0.3.0: Bug Fixes
What's Changed
- Fix replaceChild argument order by @WorldMaker in #28
- Add debug logs to completion events by @WorldMaker in #29
- Add prepublish task to catch the obvious process mistake by @WorldMaker in #30
- Add more binding completion debug logs by @WorldMaker in #31
Full Changelog: v0.2.0...v0.3.0
0.2.0: Better attachment API
Swapped a custom injected Container
component for a more organic bfDomAttach
custom component.
What's Changed
- Move DOM attachment to a custom event by @WorldMaker in #23
Full Changelog: v0.1.1...v0.2.0