react-color
react-color copied to clipboard
Changelog for 2.19.x?
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?
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 toEditableInput
- 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 apeerDependency
- PR: #746
- Add
chromatic
script- Commit: 5f7af5d
- Use lodash-es in ES builds, lodash in commonjs builds
- PRs
- #722
- #749
- PRs
2.19.1
Fixes
- Better handle
mousedown
&mouseup
events when the picker is in aniframe
- PR: #690
2.19.2 / 2.19.3
Fixes
- Stop
export default
fromhelpers/color.js
- PR: #772
- Issue: #773
Unpublished changes
- Export common components
- PR: #780
- Improve tree-shaking
- PR: #784
- Issue: #782
Also, as this project hasn't had any close PRs or new commits since 2020-11-17, this may be a dead project
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.
+1 for new release.