Skip to content

Releases: aeagle/react-spaces

Positioned space functionality and custom resize handles

17 Nov 15:12
0761ce6
Compare
Choose a tag to compare
  • Created <Positioned /> space #60
  • Allow 'as' property to be Polymorphic (to play with libraries like Framer Motion) #89
  • Custom resize handles #97
  • Added allowOverflow property on spaces to allow contents to overflow space boundary
  • Added useCurrentSpace() hook and deprecated <Space.Info />
  • Refactored resize logic and added drag logic to support movable <Positioned /> space
  • Increased test coverage
  • Updated docs
  • Upgraded storybook
  • Upgraded rollup/build packages

Storybook upgrade

06 Jul 22:36
3d29f02
Compare
Choose a tag to compare
  • Upgraded storybook to 6.3.2

Fixed maximumSize constraint functionality

06 Jul 19:44
3b7157a
Compare
Choose a tag to compare
  • Corrected erroneous falsy check when determining limits during resize operation

Fixed location of change log and pull releases via GitHub

03 Jul 16:45
Compare
Choose a tag to compare
  • Fixed URL of version history in changelog.md
  • Removed version history from storybook docs
  • History auto updates at allaneagle.com/projects/react-spaces/history from GitHub release via GitHub API

CI / build / deployment improvements for package and storybook docs

03 Jul 16:30
Compare
Choose a tag to compare
  • Setup gitversion semantic versioning on Azure Pipeline
  • Ensure storybook package automatically created for automatic inclusion on allaneagle.com

Allow React v17 to be used as a peer dependency

02 Jul 11:00
3dacf9e
Compare
Choose a tag to compare
  • Include React v17 as well as v16 as peer dependency

Storybook upgrade + npm audit fix

16 May 22:04
Compare
Choose a tag to compare
  • Storybook upgrade
  • npm audit fix

Revised global state implementation / optimisations / bug fixes

14 Dec 00:37
3e65b0a
Compare
Choose a tag to compare
  • Major refactor of library to fix React state side effect issues
  • Added tests to library for core functionality
  • Revised resize handle placement/functionality

See here for release notes

Upgraded to storybook 6.1.11 + tests fix

13 Dec 22:43
Compare
Choose a tag to compare
  • Upgraded storybook to 6.1.11
  • Revised tests to pass with new inner/outer mark-up for spaces
  • Fix application of overflow to inner space element for scrollable spaces

Added default anchor ordering + resize handle fixes

12 Dec 23:57
Compare
Choose a tag to compare
  • Added default anchor ordering when order property not specified on anchored spaces to match live functionality
  • Remove styling added to touch handles for testing