Skip to content

Releases: peterKaleta/react-token-autocomplete

v1.0.1

30 Mar 18:35

Choose a tag to compare

What's changed

  • Add OIDC Trusted Publisher workflow for automated npm publishing — no token required
  • Publish with --provenance for signed build attestation on npm

Install

npm install react-token-autocomplete

v1.0.0

30 Mar 17:08
8252bf8

Choose a tag to compare

Full rewrite to modern React 19 + TypeScript + Vite. See CHANGELOG for the complete list of changes.

Highlights

  • React 19 functional components with hooks
  • TypeScript with full type declarations (ESM + CJS + .d.ts)
  • Style-agnostic — every element exposes a className prop, zero default styles
  • Controlled modevalue + onChange + forwardRef for react-hook-form Controller
  • Headless hookuseTokenAutocomplete for custom rendering
  • Zero runtime dependencies — removed radium, immutable, lodash, underscore.string
  • Accessiblerole="listbox", role="option", aria-label, WCAG AA contrast

Breaking Changes

See CHANGELOG for the full list of breaking changes from v0.5.3.

Install

npm install react-token-autocomplete

v0.5.4

30 Mar 17:52

Choose a tag to compare

Maintenance release fixing issues #11 and #15. This branch only supports React 0.13. For React 14+ use v1.0.0.

Fixed

  • #11 — Pin underscore.string to 3.3.4 to prevent ReferenceError: makeString is not defined in strict mode
  • #15 — Update radium to ^0.19.6 for ES6 class support
  • Add peerDependencies: { react: "0.13.x" } so package managers surface the incompatibility warning

Release 0.5.3

21 Dec 22:26

Choose a tag to compare

Release 0.5.3

Release 0.5.2

21 Dec 22:25

Choose a tag to compare

Release 0.5.2

Release 0.5.1

21 Dec 22:12

Choose a tag to compare

Release 0.5.1

Release 0.5.0

04 Oct 05:31

Choose a tag to compare

Release 0.5.0

Release 0.4.0

25 Sep 21:32

Choose a tag to compare

Release 0.4.0

Release 0.3.2

25 Sep 03:16

Choose a tag to compare

Release 0.3.2

Release 0.3.1

25 Sep 02:44

Choose a tag to compare

Release 0.3.1