Skip to content

Commit fab4da3

Browse files
chore: version packages
1 parent 7761515 commit fab4da3

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/rtl-bidi-support.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/number-flow-react-native/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# number-flow-react-native
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`7761515`](https://github.com/Rednegniw/number-flow-react-native/commit/776151504d14e3638d56aa3990bc82854e36c7b3) Thanks [@Rednegniw](https://github.com/Rednegniw)! - feat: add RTL and bidi visual reordering support
8+
9+
- New `direction` prop ("ltr" | "rtl" | "auto") on all four components
10+
- Semantic `textAlign` values ("start", "end") that resolve based on direction
11+
- Unicode Bidi Algorithm (UAX#9) implementation for visual reordering of formatted numbers in RTL locales (Arabic, Hebrew)
12+
- Bidi control character filtering throughout the formatting pipeline
13+
- New `resolveDirection` and `resolveTextAlign` utilities in `direction.ts`
14+
- New `bidi.ts` module with `computeVisualOrder`, `detectContentDirection`, and `reorderKeyedParts`
15+
316
## 0.2.5
417

518
### Patch Changes

packages/number-flow-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "number-flow-react-native",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"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.",
55
"source": "./src/index.ts",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)