Skip to content

Releases: Malaa-tech/expo-squircle-view

1.1.0

24 Aug 11:46
22fb24f
Compare
Choose a tag to compare

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

Full Changelog: 1.0.1...1.1.0

1.0.1

19 Aug 18:00
Compare
Choose a tag to compare

What's Changed

  • fix(ios): update borderWidth and borderRadius property types by @aljadan in #2

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

19 Aug 13:19
Compare
Choose a tag to compare

What's Changed

  • introduce ignoreBorderWidthFromPadding prop to fix style compatibility with older versions

Full Changelog: 0.6.0...1.0.0

0.5.1

10 Jun 09:00
Compare
Choose a tag to compare

Full Changelog: 0.5...0.5.1

  • fix: flatten styles coming from prop

0.6.0

17 Aug 00:23
Compare
Choose a tag to compare

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

10 Jun 06:25
Compare
Choose a tag to compare

Full Changelog: 0.3.4...0.5

  • upgrading native template to latest expo 51 template
  • allowing passing (borderWidth, borderColor, borderRadius and backgroundColor) as style

0.3.4

23 Jan 12:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix support for expo 50 sdk

0.3.2

19 Jan 12:42
Compare
Choose a tag to compare

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).