Releases: mayank-patel/react-native-floating-labels
Releases · mayank-patel/react-native-floating-labels
v2.1.2
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2026-04-08)
- feat!: TypeScript rewrite with dual-format build, automated releases, lint, and demo (36a1450), closes #pages
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