All Versions
16
Latest Version
Avg Release Cycle
54 days
Latest Release
1233 days ago

Changelog History
Page 2

  • v6.1.0 Changes

    November 21, 2018

    6.1.0 (2018-11-21)

    ๐Ÿ› Bug Fixes

    • ReactTags.js: Add default value of tags (a83acd9)
    • maxLength issue on pasting text (#426) (7207a2a)

    ๐Ÿ”‹ Features

  • v6.0.2 Changes

    October 28, 2018

    6.0.2 (2018-10-28)

    ๐Ÿ› Bug Fixes

    • travis.yml: Add npm run build in travis.yml so that build files are included in release (fe0e0d5)
  • v6.0.1 Changes

    October 28, 2018

    6.0.1 (2018-10-28)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ package: Fix path in main for library and add --copy-files in build script so that non js files (d440808)
  • v6.0.0 Changes

    October 28, 2018

    6.0.0 (2018-10-28)

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿ”„ change classname from tag to tag-wrapper (8238d24)

    ๐Ÿ’… Styles

    • โž• Add wrapper to the outer container and add react-tags.scss file for component css (063132c)

    ๐Ÿ’ฅ BREAKING CHANGES

    • If tag-wrapper is already passed to classNames prop then css might be breaking as
      now tag-wrapper class is added in the component itself
    • If react-tags-wrapper is already passed to classNames prop then css might be breaking as now react-tags-wrapper class is added in the component itself
  • v5.2.3 Changes

    October 02, 2018

    ๐Ÿš€ Release Notes 5149fc1:Feat: Integrate probot/stale by @ad1992 c872ea8: Fix travis config for uploading test coverage @ad1992

  • v5.2.1 Changes

    September 15, 2018

    ๐Ÿš€ Release Notes 1fb3cd4: Feat: Add allowUnique prop @ad1992 โšก๏ธ Update deps