Craft.js Versions Save

🚀 A React Framework for building extensible drag and drop page editors

v0.2.0-beta.12

10 months ago

Patches

  • fix(layers): indicator width calculation (#543)

Credits

Huge thanks to @brendanowens

v0.2.0-beta.11

11 months ago

Patches

  • fix: forward props to related components (#233)

Cherry picked missing commit from v0.1.x

v0.2.0-beta.10

1 year ago

Patches

  • hotfix: optional enabled prop #509

v0.2.0-beta.9

1 year ago

Patches

  • fix: Nested "type" key in Element props leads to serialization error #478
  • fix: missing options in <Editor /> props #501

Apologies for the delayed release! We're looking to move to Changesets which would help make releases more frequent in the future.

v0.2.0-beta.6

1 year ago

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

1 year ago

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

2 years ago

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

2 years ago

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

2 years ago

Patches

  • hotfix(layers): revert core version

v0.1.0-beta.18

2 years ago

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