react-color icon indicating copy to clipboard operation
react-color copied to clipboard

Changelog for 2.19.x?

Open Nantris opened this issue 4 years ago • 4 comments

I'm reviewing packages for us to upgrade and noticed that there are no changes detailed beyond 2.18.x. Are there plans to add a list of changes?

Nantris avatar Jan 17 '21 00:01 Nantris

I was in the same situation, so I just looked at the commit log and here's the changes I saw:

2.19.0

Additions

  • Google-style color picker
    • PR: #715
    • Issue: #481

Fixes

  • Add a11y attributes to EditableInput
    • PR: #736
  • Fix positioning for RGB label in Photoshop picker
    • PR: #735
    • Issue: #728
  • Allow "transparent" to be a valid option
    • PR: #714
    • Issues
      • #500
      • #624
      • #672

Internal

  • Add react as a peerDependency
    • PR: #746
  • Add chromatic script
    • Commit: 5f7af5d
  • Use lodash-es in ES builds, lodash in commonjs builds
    • PRs
      • #722
      • #749

2.19.1

Fixes

  • Better handle mousedown & mouseup events when the picker is in an iframe
    • PR: #690

2.19.2 / 2.19.3

Fixes

  • Stop export default from helpers/color.js
    • PR: #772
    • Issue: #773

Unpublished changes

  • Export common components
    • PR: #780
  • Improve tree-shaking
    • PR: #784
    • Issue: #782

gonzofish avatar Dec 01 '21 18:12 gonzofish

Also, as this project hasn't had any close PRs or new commits since 2020-11-17, this may be a dead project

gonzofish avatar Dec 01 '21 18:12 gonzofish

Would surely like to see the unpublished changes get released. Any way to make this happen? Interesting to see how many react-color forks there are on npm from everyone publishing their own version for required changes.

Gervwyk avatar Jan 17 '22 20:01 Gervwyk

+1 for new release.

Dipen-Dedania avatar Aug 03 '22 09:08 Dipen-Dedania