Releases: Malaa-tech/expo-squircle-view
Releases · Malaa-tech/expo-squircle-view
1.1.0
What's Changed
- chore: improving example
- feat: enable new arch. closes #3
- feat: introduce better clipping when using (overflow = 'hidden')
- feat: allow corner smoothing to be zero.
- docs: fix default value for corner smoothing
New Contributors
- @gorbypark made their first contribution in #3
Full Changelog: 1.0.1...1.1.0
1.0.1
1.0.0
What's Changed
- introduce
ignoreBorderWidthFromPadding
prop to fix style compatibility with older versions
Full Changelog: 0.6.0...1.0.0
0.5.1
Full Changelog: 0.5...0.5.1
- fix: flatten styles coming from prop
0.6.0
BREAKING_CHANGE:
- fix: padding not matching react native view behaviour
this will affect most SquircleViews with a borderWidth
property/style, it now should behave closely to the way a normal View behaves when changing its borderWidth
0.5.0
Full Changelog: 0.3.4...0.5
- upgrading native template to latest expo 51 template
- allowing passing (
borderWidth
,borderColor
,borderRadius
andbackgroundColor
) as style
0.3.4
Bug Fixes
- Fix support for expo 50 sdk
0.3.2
Bug Fixes
- Fix border taking more space than the container bounds.
- Disable ios animation by default to match
View
behaviour and add a undocumented (enableIOSAnimation).