Skip to content

Releases: aeagle/react-spaces

Bug fixes for state sync issues

08 Dec 23:30
Compare
Choose a tag to compare
  • Fix to deal with changes to size and anchor properties on anchored spaces and adjusted spaces accordingly.

Extra space properties and state sync issue fixes

08 Dec 23:31
5444b8b
Compare
Choose a tag to compare
  • Added 'as' property to allow rendered DOM element to be specified.
  • Added 'centerContent' property as short-hand for centering space content instead of having to introduce the extra <Centered /> or <CenteredVertically /> components.
  • Allow resize handle width to be specified and also it's placement within space controlled with the 'overlayHandle' property.
  • Fixed issue with dynamically added/removed anchored spaces where an anchored space would see itself as a space taking space.

package.json fixes

08 Dec 23:32
3b2ef8b
Compare
Choose a tag to compare
  • Added repository field to package.json

Space CSS styling fixes

08 Dec 23:33
63addd3
Compare
Choose a tag to compare
  • Removed clear fix from space

Fixed resize handles on scrollable spaces

08 Dec 23:33
0243d95
Compare
Choose a tag to compare
  • Fixed positioning of resize handles within scrollable divs

Resize constraint fixes

08 Dec 23:34
9d6e69e
Compare
Choose a tag to compare
  • Fixed resize minimum and maximum constraints

Bug fix for resize handles

08 Dec 23:34
Compare
Choose a tag to compare
  • Fixed resize handles being covered by nested spaces preventing resizing

Implemented percentage sizing on anchored spaces

08 Dec 23:35
Compare
Choose a tag to compare
  • Add support for percentage sizing on anchored spaces

Documentation/readme fixes

08 Dec 23:36
Compare
Choose a tag to compare
  • Added readme
  • Updated documentation

Added trackSize property and VerticallyCentered component

08 Dec 23:39
Compare
Choose a tag to compare
  • Removed ResizeSensor from spaces by default and now optionally allow live size updates with trackSize property
  • Added <VerticallyCentered /> component to vertically centre content within a space
  • Allow class names to be specified on top-level spaces <ViewPort /> and <Fixed />