Skip to content

Commit d33b721

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2026-04-08) * feat!: TypeScript rewrite with dual-format build, automated releases, lint, and demo ([36a1450](36a1450)), closes [#pages](https://github.com/mayank-patel/react-native-floating-labels/issues/pages) ### Bug Fixes * restore top-level types condition in exports map for moduleResolution compatibility ([1dec1c3](1dec1c3)) ### Features * add accessibility support (WCAG 2.1/2.2 AA, Section 508, VoiceOver, TalkBack) ([0e5c40c](0e5c40c)) ### BREAKING CHANGES * package now ships compiled dist/ instead of raw source. Consumers importing from the package root directly must update to use the published dist/ output. - Move source to src/index.tsx, tests to __tests__/ - Add tsup build (CJS + ESM + .d.ts), dual exports map in package.json - Add semantic-release with beta prerelease channel support - Add ESLint (typescript-eslint, react, react-hooks) + Prettier + Husky pre-commit - Add CI, Release, and Deploy Demo GitHub Actions workflows
1 parent 5c415ba commit d33b721

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@
99
* restore top-level types condition in exports map for moduleResolution compatibility ([1dec1c3](https://github.com/mayank-patel/react-native-floating-labels/commit/1dec1c3f5c3f3a392beccc355e680c39ab2eabe1))
1010

1111

12+
### Features
13+
14+
* add accessibility support (WCAG 2.1/2.2 AA, Section 508, VoiceOver, TalkBack) ([0e5c40c](https://github.com/mayank-patel/react-native-floating-labels/commit/0e5c40c224b4e1f003254c90aebe8d965516a101))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* package now ships compiled dist/ instead of raw source.
20+
Consumers importing from the package root directly must update to use the
21+
published dist/ output.
22+
23+
- Move source to src/index.tsx, tests to __tests__/
24+
- Add tsup build (CJS + ESM + .d.ts), dual exports map in package.json
25+
- Add semantic-release with beta prerelease channel support
26+
- Add ESLint (typescript-eslint, react, react-hooks) + Prettier + Husky pre-commit
27+
- Add CI, Release, and Deploy Demo GitHub Actions workflows
28+
29+
# [2.0.0](https://github.com/mayank-patel/react-native-floating-labels/compare/v1.0.0...v2.0.0) (2026-04-08)
30+
31+
32+
* feat!: TypeScript rewrite with dual-format build, automated releases, lint, and demo ([36a1450](https://github.com/mayank-patel/react-native-floating-labels/commit/36a145035dd8322bd7986f15f09403c8c16c9dda)), closes [#pages](https://github.com/mayank-patel/react-native-floating-labels/issues/pages)
33+
34+
35+
### Bug Fixes
36+
37+
* restore top-level types condition in exports map for moduleResolution compatibility ([1dec1c3](https://github.com/mayank-patel/react-native-floating-labels/commit/1dec1c3f5c3f3a392beccc355e680c39ab2eabe1))
38+
39+
1240
### BREAKING CHANGES
1341

1442
* package now ships compiled dist/ instead of raw source.

0 commit comments

Comments
 (0)