Releases: shipt/segmented-arc-for-react-native
Releases · shipt/segmented-arc-for-react-native
v2.2.1
What's Changed
- Merge pull request #163 from shipt/development by @jkhusanov in #169
- ignore yarn by @jkhusanov in #170
- Release by @jkhusanov in #171
- bump version by @jkhusanov in #172
- Release 2.2.1 by @jkhusanov in #173
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Bump rexml from 3.4.1 to 3.4.2 in /example in the bundler group across 1 directory by @dependabot[bot] in #129
- Bump tmp from 0.2.3 to 0.2.4 in /example in the npm_and_yarn group across 1 directory by @dependabot[bot] in #128
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #130
- update dependecy to fix Vulnerability by @jkhusanov in #131
- update js-yaml by @jkhusanov in #132
- update on-headers' by @jkhusanov in #133
- Update send by @jkhusanov in #134
- Update brace-expamsion by @jkhusanov in #135
- Pod update by @jkhusanov in #136
- Make the example project run only local changes by @jkhusanov in #137
- Update example App to latest React Native version by @jkhusanov in #139
- Upgrade yarn to latest version by @jkhusanov in #140
- Bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #146
- Animation fix - support dynamic fillValue by @jkhusanov in #141
- Update code owners by @jkhusanov in #147
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #148
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #149
- Update dependencies to resolve Dependabot alerts by @jkhusanov in #150
- Update minmatch dependency by @jkhusanov in #151
- Bump version by @jkhusanov in #153
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #154
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #155
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #157
- Bump json from 2.18.1 to 2.19.2 in /example in the bundler group across 1 directory by @dependabot[bot] in #156
- Bump the npm_and_yarn group across 2 directories with 4 updates by @dependabot[bot] in #159
- Add arcStartAngle prop by @TannerDrayton in #158
- Bump addressable from 2.8.8 to 2.9.0 in /example in the bundler group across 1 directory by @dependabot[bot] in #160
- Dependency upgrades by @jkhusanov in #161
- Update React Native version by @jkhusanov in #162
- bump fast-xml-parser by @jkhusanov in #164
- Merge conflicts by @jkhusanov in #165
- Merge conflicts 2 by @jkhusanov in #166
- bump version by @jkhusanov in #167
- Make animation start match the arc start by @jkhusanov in #168
- Release 2.2.0 by @jkhusanov in #163
New Contributors
- @TannerDrayton made their first contribution in #158
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add dynamic
fillValuesupport. - Update yarn to v4 and some other dependencies
- Update example app to the latest RN version, 0.84.0
Full Changelog: v2.0.1...v2.1.0
v2.0.0
-
BREAKING CHANGES
- Handle crashes when not a finite number (i.e.,
NaN,Infinity, or-Infinity) numeric props were passed to the component by overriding them with default values- Display new warning component in production, it can be overridden with new
dataErrorComponentprop - Display warnings in dev mode
- Return errors with new
onDataErrorprop that accepts a callback function
- Display new warning component in production, it can be overridden with new
- Handle crashes when not a finite number (i.e.,
-
Fixes component height when
arcDegreeprop is higher than 180 degrees -
Update example project to latest React Native version 0.78
What's Changed
- Remove .isRequired from emptyColor prop by @crosenfrisk in #101
- Restored .isRequired by @crosenfrisk in #102
- Bump fast-xml-parser from 4.3.6 to 4.4.1 in /example by @dependabot in #100
- Bump rexml from 3.2.8 to 3.3.6 in /example by @dependabot in #105
- Bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #106
- Bump serve-static from 1.14.1 to 1.16.0 by @dependabot in #107
- Bump micromatch from 4.0.5 to 4.0.8 in /example by @dependabot in #108
- Bump rexml from 3.3.6 to 3.3.9 in /example by @dependabot in #110
- Bump fast-xml-parser from 4.3.6 to 4.5.0 by @dependabot in #109
- Bump serve-static from 1.15.0 to 1.16.2 in /example by @dependabot in #111
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #112
- Bump cross-spawn from 7.0.3 to 7.0.6 in /example by @dependabot in #113
- Handle Invalid scale and arcDegreeScale values in segments to avoid crash by @roni-castro-shipt in #114
- fix(arcDegree) - Convert offsetAngle to radians to increase height correctly by @ikedadenis in #116
- Handle invalid numeric props that can cause a crash by @roni-castro-shipt in #117
- Upgrade RN version to 0.78 by @jkhusanov in #118
- Release 2.0.0 by @jkhusanov in #119
New Contributors
- @crosenfrisk made their first contribution in #101
- @ikedadenis made their first contribution in #116
Full Changelog: v1.2.2...v2.0.0
v1.2.2
What's Changed
- Bump rexml from 3.2.6 to 3.2.8 in /example by @dependabot in #92
- Bump ws from 6.2.2 to 6.2.3 by @dependabot in #94
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #93
- Bump ws from 6.2.2 to 6.2.3 in /example by @dependabot in #95
- Bump braces from 3.0.2 to 3.0.3 in /example by @dependabot in #96
- Remove deploy config by @jkhusanov in #97
- Increment package version by @jkhusanov in #98
- Release 1.2.2 by @jkhusanov in #99
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Sync with main by @jkhusanov in #80
- draw segments in two strokes by @rkyle35242 in #87
- readme update by @rkyle35242 in #85
- use arc calculations to render range values by @rkyle35242 in #86
- Version update to 1.2.1 by @jkhusanov in #90
- Release 1.2.1 by @jkhusanov in #91
Full Changelog: v1.1.1...v1.2.1