Releases: grapp-dev/stacks
Releases · grapp-dev/stacks
v1.1.3
- fixed
Stack
default width value
- fixed passing style property to the proper inner component in
Columns
v1.1.2
- fixed
Stack
inner elements alignment when horizontal
is true
v1.1.1
- fixed hooks implementation (
useResponsiveProp
, useCurrentBreakpoint
)
v1.1.0
useBreakpoint
→ useCurrentBreakpoint
FillObject
→ FillView
- 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
- 🐛 update
main
field in package.json
(fix #11) 7cbe288
v0.9.3
- ⬆️ 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
- 🐛 fix
Hidden
component implementation 668b22e
v0.9.0
- 🔥 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