Skip to content

First revision of major rework of state implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@aeagle aeagle released this 08 Dec 23:07
· 311 commits to master since this release
  • Implemented global state implementation (issue #69)
  • Added JEST testing for core space behaviour (issue #71)
  • Major refactor of component structure / file structure
  • Rewrote core state management for all spaces using global state
  • Moved space dynamic styling updates from React managed with a React portal to direct DOM manipulation
  • Added DOMRect as second parameter to onResizeEnd callback
  • Fixed "Cannot update a component from inside the function body of a different component" from latest version of React - 16.3.0 (issue #64)
  • Fixed issue where changing space anchors in the same parent 'ate' space incorrectly from a <Fill /> space (issue #52)