Skip to content

Releases: prevwong/craft.js

v0.2.0-beta.3

07 Mar 16:00
Compare
Choose a tag to compare

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

24 May 05:49
Compare
Choose a tag to compare

Patches

  • hotfix(layers): revert core version

v0.1.0-beta.18

23 May 11:01
Compare
Choose a tag to compare

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

25 Jan 03:05
Compare
Choose a tag to compare

Patches

  • hotfix: fix events not defined

v0.1.0-beta.15

24 Jan 14:58
Compare
Choose a tag to compare

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

24 Jan 09:11
Compare
Choose a tag to compare

Patches

  • fix: history throttle (#157)

v0.1.0-beta.12

05 Nov 07:30
3f69646
Compare
Choose a tag to compare

Patches

  • fix: serializeNode was naively checking if values were falsey #131

Credits

Huge thanks to @dbousamra for helping!

v0.1.0-beta.11

07 Sep 13:30
b45c210
Compare
Choose a tag to compare

Major Changes

  • Feat: Implement History API: #117

v0.1.0-beta.10

21 Jul 05:01
7b24f3a
Compare
Choose a tag to compare

Patches

  • hotfix: improve handlers (related to #99)
  • feat: add parseFreshNode #106

v0.1.0-beta.9

15 Jul 13:32
ece7df2
Compare
Choose a tag to compare

Patches

  • fix: linked nodes hydration #102
  • hotfix: serialize prop type of null #103
  • hotfix: handlers bug #99