Releases: prevwong/craft.js
Releases · prevwong/craft.js
v0.2.0-beta.3
Patches
- feat: export serializeNode (#381)
- Fixed URLs in READMEs and docs
Credits
Huge thanks to @joshbalfour, @k-yle, @clyer, @Shaddix
v0.1.0-beta.19
Patches
- hotfix(layers): revert core version
v0.1.0-beta.18
Patches
- feat: Remove redundant code (#173)
- fix: css grid drag and drop jank (#174)
- feat: rework handlers (#178)
- feat: Added a callback function to connectors.create to get access to the added node (#188)
- fix: handlers enabled when options.enabled=false (#189)
- chore: Add cypress tests to test Basic example (#193)
- chore: update immer to fix npm audit security vulnerability (#211) (#214)
- feat: additional indicator options (#212)
- fix(docs): corrects various typos in project documentation (#234)
- fix: orphaned linked nodes (#236)
- fix: linked node props (#245)
- fix: bad setState in LayerNode (#246)
Credits
Huge thanks to @cbbfcd @timc1 @ankri @deepakkj @plan-do-break-fix
v0.1.0-beta.16
Patches
- hotfix: fix events not defined
v0.1.0-beta.15
Patches
- chore: fix dependencies (#166)
- feat: add grid to styleInFlow (#151)
- fix: handlers insertion when using an iframe (#125)
Credits
Huge thanks to @timc1 and @nicoladefranceschi for helping!
v0.1.0-beta.14
Patches
- fix: history throttle (#157)
v0.1.0-beta.12
Patches
- fix: serializeNode was naively checking if values were falsey #131
Credits
Huge thanks to @dbousamra for helping!
v0.1.0-beta.11
Major Changes
- Feat: Implement History API: #117