Skip to content

Releases: react-tags/react-tags

v6.10.6(2025-02-18)

18 Feb 17:30

Choose a tag to compare

Fixes

  • In the previous build some logs were left which are removed in this patch release - #1015

v6.10.4(2025-02-07)

07 Feb 18:17
4be5766

Choose a tag to compare

Fixes

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

New Contributors

Full Changelog: v6.10.3...v6.10.4

v6.10.3(2024-07-11)

11 Jul 07:42
9167b3d

Choose a tag to compare

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

New Contributors

v6.10.0

23 May 10:29
64b4664

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

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

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

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

Choose a tag to compare

6.7.3 (2021-07-12)

Bug Fixes

v6.7.2

12 Jul 14:05
dc7dbac

Choose a tag to compare

6.7.2 (2021-07-12)

Bug Fixes

v6.7.1

26 Jun 09:23
b4efd93

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)