Releases: react-tags/react-tags
Releases · react-tags/react-tags
v6.10.6(2025-02-18)
v6.10.4(2025-02-07)
Fixes
- load bundle.css so preview build works by @ad1992 in #993
- type issue in classNames prop by @shrilakshmishastry in #997
- Korean input trigger keydown event twice by @shrilakshmishastry in #996
- accessibility issue in clear all cta by @shrilakshmishastry in #1000
- Update React to ^19.0.0 and React DnD to ^16.0.0 in peerDependencies by @blessed-988 in #1011
- properly export tag type by @chasemcdo in #990
Build
- rename webpack-production-config extension to cjs by @ad1992 in #1013
- set resolve.fullySpecified to false so mjs/js imports without specifying extensions for ESM in webpack dev server by @ad1992 in #986
- enable coverage gh action for pull request target by @ad1992 in #998
New Contributors
- @shrilakshmishastry made their first contribution in #997
- @blessed-988 made their first contribution in #1011
New Contributors
- @shrilakshmishastry made their first contribution in #997
- @blessed-988 made their first contribution in #1011
Full Changelog: v6.10.3...v6.10.4
v6.10.3(2024-07-11)
Fixes
- Update the className attributes so its correctly typed and passed to the DOM by @chasemcdo in #980
- Don't use deprecated props in default values to avoid false warnings by @ad1992 in #981
Build
- Change export order by @RobertStanyon in #976
New Contributors
- @RobertStanyon made their first contribution in #976
- @chasemcdo made their first contribution in #980
v6.10.0
v6.10.0 (2024-05-23)
Note
As we are preparing the library for v7, please ensure to check the migration guide for a smooth upgrade once v7 is out 🙏
Features
- prop-types RIP and welcome typescript by @ad1992 in #944
- add autoFocus prop and deprecated autofocus by @ad1992 in #951
- add separators prop and deprecate delimiters by @ad1992 in #961
- publish types by @ad1992 in #964
- export Separators by @ad1992 in #966
Fixes
- disable editing tags when readOnly set to true by @ad1992 in #947
- delete tag when backspace is pressed only when input field position is inline by @ad1992 in #948
Refactor
- transform ReactTags into a functional component and cleanup by @ad1992 in #945
- Transform suggestions to a functional component and cleanup by @ad1992 in #946
- make example typesafe and improve types in ReactTags.tsx by @ad1992 in #952
- add a warning for removing autocomplete prop - #949 by @ad1992 in #950
Tests
- RIP Enzyme and move to React Testing Library by @ad1992 in #955
- add missing snapshots by @ad1992 in #956
- add missing test and update coverage by @ad1992 in #958
- fix failing test and update target for code coverage gh action by @ad1992 in #962
- map lodash-es to lodash to fix tests @ad1992 in #972
Build
- publish types to types dir and migrate example build from webpack to esbuild @ad1992 in #968
- move to lodash-es and reduce bundle size by 4kb by @ad1992 in #967
- move to ESM 🎉 by @ad1992 in #965
Docs
- move to scss and tweak example @ad1992 in #971
- update migration steps for v7 by @ad1992 in #969
- update example in readme, funding URL, and add maintainers field by @ad1992 in #959
Full Changelog: v6.9.0...v6.10.0
v6.9.0 (2024-02-11)
Features
- Add support for max number of tags allowed by @faizanu94 in #933
- expose original event on event handlers by @joaosamouco in #908
Fixes
Build
New Contributors
- @Genne23v made their first contribution in #880
- @sr2706 made their first contribution in #929
- @faizanu94 made their first contribution in #933
- @joaosamouco made their first contribution in #908
Full Changelog: v6.8.1...v6.9.0