React Circular Input Versions Save

React components for easily composing a circular range input

v0.2.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/petecorreia/react-circular-input/compare/v0.2.3...v0.2.4

v0.2.3

3 years ago
  • Upgrade dependencies 10a520d
  • Merge pull request #21 from petecorreia/dependabot/npm_and_yarn/prismjs-1.23.0 0d29ccf
  • Bump prismjs from 1.22.0 to 1.23.0 85d8ca5

https://github.com/petecorreia/react-circular-input/compare/v0.2.2...v0.2.3

v0.2.2

3 years ago
  • Upgrade dev dependencies 14910af
  • Update dependencies 8a36e26
  • Merge pull request #20 from petecorreia/dependabot/npm_and_yarn/prismjs-1.21.0 b73d6c9
  • Bump prismjs from 1.20.0 to 1.21.0 2468dfc
  • Merge pull request #19 from petecorreia/dependabot/npm_and_yarn/ini-1.3.7 b613133
  • Merge pull request #18 from petecorreia/dependabot/npm_and_yarn/prismjs-1.21.0 86da4c3
  • Merge pull request #17 from petecorreia/dependabot/npm_and_yarn/elliptic-6.5.3 2f97c24
  • Create codeql-analysis.yml 0ae9499
  • [Security] Bump ini from 1.3.5 to 1.3.7 864c0fc
  • [Security] Bump prismjs from 1.20.0 to 1.21.0 b05de81
  • [Security] Bump elliptic from 6.5.2 to 6.5.3 5367927

https://github.com/petecorreia/react-circular-input/compare/v0.2.1...v0.2.2

v0.2.1

3 years ago

⬆️ Bump lodash

  • Merge pull request #16 from petecorreia/dependabot/npm_and_yarn/lodash-4.17.19 bbc2a8f
  • Bump lodash from 4.17.15 to 4.17.19 734e2bf
  • Update README.md cc0c1a3

https://github.com/petecorreia/react-circular-input/compare/v0.2.0...v0.2.1

v0.2.0

4 years ago

New onChangeEnd prop, thanks to @dimagimburg 🎉

  • Merge pull request #15 from dimagimburg/on_change_end_callback aa4784d
  • Moved onChangeEnd after event handling and dragging state change bafd86a
  • Added onChangeEnd callback b88a341

https://github.com/petecorreia/react-circular-input/compare/v0.1.9...v0.2.0

v0.1.8

4 years ago
  • Upgrade dependencies and remove rebass 841be3b
  • Fix SSR 56cd147
  • Fix links to static content e372e14

https://github.com/petecorreia/react-circular-input/compare/v0.1.7...v0.1.8

v0.1.7

4 years ago
  • Library
    • Improve typing of event listeners (EventListener)
    • Improve union with element types (JSX.IntrinsicElements)
    • Remove unnecessary/unused dependencies in useCallbacks
  • Docs
    • Use Next instead of tsx-docs for documentation (deprecated)
    • Use eslint instead of tslint (deprecated)

v0.1.6

4 years ago
  • useCircularDrag sometimes references old functions (thanks @mikesurowiec)
  • vulnerability fixes

v0.1.5

4 years ago
  • Fix js-yaml vulnerability 67e2ba6
  • Remove double paragraph (thanks @lukemartin) 2708394
  • Add stepped example 742eddb
  • Add 0-1 range note for value prop 9ad115c
  • Add social meta tags 85627c3
  • Add example navigation links to top of page de65614
  • Add min, max and scale example 46c9b2e

https://github.com/petecorreia/react-circular-input/compare/v0.1.4...v0.1.5