Skip to content

Releases: grapp-dev/stacks

v1.1.4

03 May 11:21
Compare
Choose a tag to compare
  • fixed ESM support

v1.1.3

12 Apr 21:44
Compare
Choose a tag to compare
  • fixed Stack default width value
  • fixed passing style property to the proper inner component in Columns

v1.1.2

10 Apr 09:14
Compare
Choose a tag to compare
  • fixed Stack inner elements alignment when horizontal is true

v1.1.1

04 Apr 20:24
Compare
Choose a tag to compare
  • fixed hooks implementation (useResponsiveProp, useCurrentBreakpoint)

v1.1.0

03 Apr 22:37
Compare
Choose a tag to compare
  • useBreakpointuseCurrentBreakpoint
  • FillObjectFillView
  • added padding* and margin* props to all components (only Column doesn't accept margin* props)
  • added horizontal prop to Stack
  • useSpacing doesn't return a function anymore
  • added useSpacingHelpers hook
  • added useResponsiveProp
  • added useWindowDimensions
  • added useDebugStyle
  • removed global styles
  • added ReScript and Flow support
  • fixed typings issues (TS)

v0.9.4

17 Jun 19:58
Compare
Choose a tag to compare
  • 🐛 update main field in package.json (fix #11) 7cbe288

v0.9.3

16 Jun 07:01
Compare
Choose a tag to compare
  • ⬆️ update dependencies 65082b1
  • 🎨 allow overriding components styles (only those that are not crucial for rendering Stacks components properly) 50e371f
  • 🐛 fix error: Rendered fewer hooks than expected. This may be caused by an accidental early return statement. (useDebugStyle) 7839b26

v0.9.2

14 May 18:14
Compare
Choose a tag to compare
  • 🐛 fix Hidden component implementation 668b22e

v0.9.1

13 May 23:11
Compare
Choose a tag to compare

v0.9.0

13 May 23:01
Compare
Choose a tag to compare
  • 🔥 remove align prop (Column, use Box for inner alignments) 84d20f7
  • 🐛 fix collapseBelow implementation (Columns) 84d20f7
  • ✨ add alignSelf prop (Box) a56a889
  • flex is a responsive prop now (Box) a56a889
  • 📝 update docs df09b1b