Skip to content

Releases: keermanish/react-page-maker

Bug Fix

16 May 07:54
Compare
Choose a tag to compare

Changelog

  • maintain child elements state if the parent element is drag-dropped - #6 and issue - Fixed

Bug Fixes

08 Oct 22:06
Compare
Choose a tag to compare
  • binding of updateElement method during the rehydration process
  • updateElement state api issue fixed

Added support for new state API's

02 Oct 11:30
Compare
Choose a tag to compare
  • You can perform Read/Update/Delete operation through state API
    • getStorableState - returns current state which can be stored at servers side for future use
    • clearState - flush current state
    • getElementParent - returns parent layout element
    • getElement - returns details of element
    • removeElement - remove element from tree
    • updateElement - update specific element
  • support for new events
    • flush - once element dropped into trash box
    • updateElement - once element is updated

Latest Doc Link