Commit d33b721
committed
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 workflows1 parent 5c415ba commit d33b721
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
12 | 40 | | |
13 | 41 | | |
14 | 42 | | |
| |||
0 commit comments