Skip to content

Releases: prevwong/craft.js

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

v0.1.0-beta.8

28 Jun 14:49
47c5c32
Compare
Choose a tag to compare

Patches

  • feat: Improve event handlers #85 #93 #94
  • fix: isDroppable conditions #89
  • feat: Add rules.canDrop #35
  • feat: Improve NodeHelpers.descendants #86

Credits

Huge thanks to @ankri, and @matdru for helping!

v0.1.0-beta.7

14 Jun 11:48
171a075
Compare
Choose a tag to compare

Major Changes

  • Feat: refactor API: #74

Patches

  • Fix: Deep clone data nodes: #67
  • Fix: indicator width over the line: #70
  • Merge changes from candulabs/craft.js: #69
  • Fix: dropend remove EventHandlers.events.indicator: #77

Credits

Huge thanks to @jmschneider, @sprabowo, @mresposito, @matdru, @vjsrinath, and @boqiaok for helping!