Skip to content

Releases: react-tags/react-tags

v6.10.0

23 May 10:29
64b4664
Compare
Choose a tag to compare

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

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)

11 Feb 07:35
c70ae0e
Compare
Choose a tag to compare

Features

Fixes

Build

New Contributors

Full Changelog: v6.8.1...v6.9.0

v6.8.1

07 Sep 08:07
85c66be
Compare
Choose a tag to compare

6.8.1 (2022-09-07)

Bug Fixes

  • add missing required period (selector prefix) for querySelector to correctly target the active suggestion (#827) (85c66be)

v6.8.0

16 Jan 11:12
665c559
Compare
Choose a tag to compare

6.8.0 (2022-01-16)

Bug Fixes

  • remove onkeydown prop passed to RemoveComponent (#818) (665c559)

Features

v6.7.3

12 Jul 14:30
c3dd1cb
Compare
Choose a tag to compare

6.7.3 (2021-07-12)

Bug Fixes

v6.7.2

12 Jul 14:05
dc7dbac
Compare
Choose a tag to compare

6.7.2 (2021-07-12)

Bug Fixes

v6.7.1

26 Jun 09:23
b4efd93
Compare
Choose a tag to compare

6.7.1 (2021-06-26)

Bug Fixes

  • Don't show suggestions which are already added when allowUnique is true (#753) (b4efd93)
  • redefine new line delimiter (#752) (5a3a8b5)

v6.7.0

19 Jun 12:52
7ae5a82
Compare
Choose a tag to compare

6.7.0 (2021-06-19)

Bug Fixes

  • remove the code for checking if source tag has crossed the destination tag by 50% (#744) (70bdaca)

Features

v6.6.1

30 May 08:38
Compare
Choose a tag to compare

6.6.1 (2021-05-30)

Bug Fixes

  • pass relevant props to custom remove component and fix docs (#727) (d984781)

v6.6.0

29 May 14:19
5d24c41
Compare
Choose a tag to compare

6.6.0 (2021-05-29)

Features