Open renovate[bot] opened 6 months ago
[!IMPORTANT]
Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
👍 @renovate[bot]
Thank you for raising your pull request and contributing to our Community Please make sure you have followed our contributing guidelines. We will review it as soon as possible. If you encounter any problems, please feel free to connect with us.\ 非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。 如果您遇到任何问题,请随时与我们联系。
This PR contains the following updates:
6.9.0
->6.10.3
Release Notes
react-tags/react-tags (react-tag-input)
### [`v6.10.3`](https://redirect.github.com/react-tags/react-tags/releases/tag/v6.10.3): (2024-07-11) #### Fixes - Update the className attributes so its correctly typed and passed to the DOM by [@chasemcdo](https://redirect.github.com/chasemcdo) in [https://github.com/react-tags/react-tags/pull/980](https://redirect.github.com/react-tags/react-tags/pull/980) - Don't use deprecated props in default values to avoid false warnings by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/981](https://redirect.github.com/react-tags/react-tags/pull/981) #### Build - Change export order by [@RobertStanyon](https://redirect.github.com/RobertStanyon) in [https://github.com/react-tags/react-tags/pull/976](https://redirect.github.com/react-tags/react-tags/pull/976) #### New Contributors - [@RobertStanyon](https://redirect.github.com/RobertStanyon) made their first contribution in [https://github.com/react-tags/react-tags/pull/976](https://redirect.github.com/react-tags/react-tags/pull/976) - [@chasemcdo](https://redirect.github.com/chasemcdo) made their first contribution in [https://github.com/react-tags/react-tags/pull/980](https://redirect.github.com/react-tags/react-tags/pull/980) ### [`v6.10.0`](https://redirect.github.com/react-tags/react-tags/releases/tag/v6.10.0) [Compare Source](https://redirect.github.com/react-tags/react-tags/compare/v6.9.0...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](https://redirect.github.com/react-tags/react-tags?tab=readme-ov-file#preparing-for-migration-to-v7xx) for a smooth upgrade once **v7** is out 🙏 #### Features - prop-types RIP and welcome typescript by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/944](https://redirect.github.com/react-tags/react-tags/pull/944) - add autoFocus prop and deprecated autofocus by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/951](https://redirect.github.com/react-tags/react-tags/pull/951) - add separators prop and deprecate delimiters by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/961](https://redirect.github.com/react-tags/react-tags/pull/961) - publish types by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/964](https://redirect.github.com/react-tags/react-tags/pull/964) - export Separators by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/966](https://redirect.github.com/react-tags/react-tags/pull/966) #### Fixes - disable editing tags when readOnly set to true by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/947](https://redirect.github.com/react-tags/react-tags/pull/947) - delete tag when backspace is pressed only when input field position is inline by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/948](https://redirect.github.com/react-tags/react-tags/pull/948) #### Refactor - transform ReactTags into a functional component and cleanup by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/945](https://redirect.github.com/react-tags/react-tags/pull/945) - Transform suggestions to a functional component and cleanup by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/946](https://redirect.github.com/react-tags/react-tags/pull/946) - make example typesafe and improve types in ReactTags.tsx by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/952](https://redirect.github.com/react-tags/react-tags/pull/952) - add a warning for removing autocomplete prop - [#949](https://redirect.github.com/react-tags/react-tags/issues/949) by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/950](https://redirect.github.com/react-tags/react-tags/pull/950) #### Tests - RIP Enzyme and move to React Testing Library by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/955](https://redirect.github.com/react-tags/react-tags/pull/955) - add missing snapshots by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/956](https://redirect.github.com/react-tags/react-tags/pull/956) - add missing test and update coverage by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/958](https://redirect.github.com/react-tags/react-tags/pull/958) - fix failing test and update target for code coverage gh action by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/962](https://redirect.github.com/react-tags/react-tags/pull/962) - map lodash-es to lodash to fix tests [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/972](https://redirect.github.com/react-tags/react-tags/pull/972) #### Build - publish types to types dir and migrate example build from webpack to esbuild [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/968](https://redirect.github.com/react-tags/react-tags/pull/968) - move to lodash-es and reduce bundle size by 4kb by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/967](https://redirect.github.com/react-tags/react-tags/pull/967) - move to ESM 🎉 by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/965](https://redirect.github.com/react-tags/react-tags/pull/965) #### Docs - move to scss and tweak example [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/971](https://redirect.github.com/react-tags/react-tags/pull/971) - update migration steps for v7 by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/969](https://redirect.github.com/react-tags/react-tags/pull/969) - update example in readme, funding URL, and add maintainers field by [@ad1992](https://redirect.github.com/ad1992) in [https://github.com/react-tags/react-tags/pull/959](https://redirect.github.com/react-tags/react-tags/pull/959) **Full Changelog**: https://github.com/react-tags/react-tags/compare/v6.9.0...v6.10.0Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.