Skip to content

Releases: mayank-patel/react-native-floating-labels

v2.1.2

09 Apr 04:07

Choose a tag to compare

2.1.2 (2026-04-09)

Bug Fixes

  • Fix the npm version badge in readme.md (6a3c274)

v2.1.1

08 Apr 06:13

Choose a tag to compare

2.1.1 (2026-04-08)

Bug Fixes

  • demo: alias react/react-dom to demo node_modules for Rolldown compat (ab9d53c)

v2.1.0

08 Apr 06:08

Choose a tag to compare

2.1.0 (2026-04-08)

Bug Fixes

  • demo: upgrade @vitejs/plugin-react to v6 for vite 8 compatibility (b5b4e9d)

Features

  • add accessibility support (WCAG 2.1/2.2 AA, Section 508, VoiceOver, TalkBack) (0e5c40c)

v2.0.0

08 Apr 04:48

Choose a tag to compare

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