Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-remount-layout-shift.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/widen-skia-color-type.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/number-flow-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# number-flow-react-native

## 0.4.0

### Minor Changes

- [`9907018`](https://github.com/Rednegniw/number-flow-react-native/commit/9907018ec21e8b79287c587ce5e4bac0f3e79485) Thanks [@Rednegniw](https://github.com/Rednegniw)! - Accept `SharedValue<string>` for the `color` prop on `SkiaNumberFlow` and `SkiaTimeFlow`, enabling animated color transitions (#6)

### Patch Changes

- [`6c9888c`](https://github.com/Rednegniw/number-flow-react-native/commit/6c9888c8764f61f961d879cbb982d75a2054ff60) Thanks [@marioprieta](https://github.com/marioprieta)! - Skip placeholder phase on remount when glyph metrics are already cached, fixing a layout shift caused by native text kerning differing from measured char widths (#8)

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/number-flow-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "number-flow-react-native",
"version": "0.3.1",
"version": "0.4.0",
"description": "Beautiful number animations for React Native: digit-by-digit rolling counter, currency ticker, time display, and odometer with View-based and Skia renderers. Full Intl.NumberFormat support.",
"source": "./src/index.ts",
"main": "./lib/module/index.js",
Expand Down
Loading