Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-tags/react-tags
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.10.3
Choose a base ref
...
head repository: react-tags/react-tags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.10.4
Choose a head ref
  • 10 commits
  • 12 files changed
  • 4 contributors

Commits on Aug 5, 2024

  1. build: set resolve.fullySpecified to false so mjs/js imports without …

    …specifiying extensions for ESM (#986)
    ad1992 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    feb6959 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    2caab3d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    a9f6178 View commit details
    Browse the repository at this point in the history
  2. fix: type issue in classNames prop (#997)

    Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
    shrilakshmishastry and ad1992 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b25fb8d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix: Korean input trigger keydown event twice (#996)

    * fix: Korean input trigger keydown event twice
    
    * test: add test case for multi-byte character language tags
    
    * chore: remove unnessaray import from test
    
    ---------
    
    Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
    shrilakshmishastry and ad1992 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4a5081f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix: accessibility issue in clear all cta (#1000)

    * fix: accessibility issue in clear all cta
    
    * chore: add jsdoc for accessibilityLabel
    
    * feat: add ariaAttrs for all accessibility related props
    
    * chore: rename variable accessibility lable to ariaLabel in clear all tags buttons
    
    * doc: add description for ariaAttrs in README
    
    * tweak docs
    
    * tweak docs
    
    * test: add test case for aria label for clear all cta
    
    * chore: remove tag.debug() from test
    
    * spacing
    
    ---------
    
    Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
    shrilakshmishastry and ad1992 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9a26f42 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. chore: Update React to ^19.0.0 and React DnD to ^16.0.0 in peerDepend…

    …encies (#1011)
    
    * Update peerDeps: react19 & react-dnd16
    
    * remove packageManager from package.json
    
    * issue-1010: updated dev deps react, react-dom, react-dnd, react-dnd-html5-backend
    blessed-988 authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    3cb1ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    3df940f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. build: rename webpack-production-config extension to cjs (#1013)

    * build: rename webpack-production-config extension to cjs
    
    * uprgade node version to 22.x
    
    * revert react 19 and dnd updates in package json deps
    ad1992 authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    d0179a3 View commit details
    Browse the repository at this point in the history
  2. build: update build script and release new version (#1014)

    * docs: release new version
    
    * fix: build script
    ad1992 authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    4be5766 View commit details
    Browse the repository at this point in the history
Loading