Skip to content

Releases: prevwong/craft.js

v0.2.0-beta.6

21 Jun 13:46
Compare
Choose a tag to compare

Patches

  • fix: add missing children prop in updated React.FC type #431
  • feat(layers): add set expanded state #425

Credits

Huge thanks to @seang and @jefrydco

v0.2.0-beta.5

01 Jun 13:12
Compare
Choose a tag to compare

Patches

  • fix: disable connectors when editor is disabled (#406)

This is a re-release of 0.2.0-beta.4 since there was an issue with the one that was published on NPM. Thanks @d-beezee for helping with the issue!

v0.2.0-beta.4

21 Apr 12:13
Compare
Choose a tag to compare

Note

Please upgrade to v0.2.0-beta.5 to get the bug fix. There seems to have been an issue when publishing to NPM where @craftjs/utils was not updated to include the bug fix. Sorry for the troubles!

Patches

  • fix: disable connectors when editor is disabled (#406)

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!