Skip to content

v4.0.0

Compare
Choose a tag to compare
@drzax drzax released this 01 Oct 05:13
· 29 commits to master since this release
41218e0

This release significantly improves typings, fixes a significant bug (#18) and adds the onProgress API.

  • Merge pull request #31 from abcnews/development 14addf0
  • Fix example of adding an index to the panels data 2314114
  • Remove testing depndencies from example 9d6c637
  • Add repository to package.json 049a3a4
  • Fix destructuring issue with getBoundingClientRect c190307
  • Fix failing tests 44ae7fe
  • Update readme fbd273f
  • Update examples 2603207
  • Final tidyup before 4.0 (hopefully) 997cc3f
  • Create a shared graphic component for the examples 43c6cd9
  • Merge pull request #30 from abcnews/onProgress f8384ab
  • Add onProgress callback prop 1707053
  • Ensure the onMarker callback can be updated 8983f59
  • Remove redundant displayName property f0b298d
  • Merge pull request #28 from abcnews/strong-types d317078
  • Tidy up types on marker configs b6517a4
  • Minor syntax update c10a9b9
  • Improve typings and update example app to include Odyssey implementation 42750b7
  • Remove redundant if statements 3083083
  • Fix lint errors and reinstate linting in CI 3b25c00
  • Make sure panels get a unique key if no key or id prop is provided 2632237
  • Merge pull request #26 from abcnews/fix-state-not-updated-inside-onMarker 13a84ae
  • Fix type errors 78b573a
  • move onScroll inside useEffects d320d1e
  • add onMarkerRef b5a8946
  • Remove tests from example project ce63d87
  • Remove support for node@10 and reduce CH checks 8035c9c
  • Add react-test-renderer to dev dependencies c02c5f6
  • Removed linting from CI workflows and switched to NPM from yarn cddfce0
  • Use tsdx for builds and np for releases a0d65bc
  • Merge pull request #21 from abcnews/dependabot/npm_and_yarn/lodash-4.17.19 5d91353
  • Merge pull request #23 from abcnews/dependabot/npm_and_yarn/elliptic-6.5.3 d315fd0
  • Bump elliptic from 6.5.1 to 6.5.3 4a0ed83
  • Bump lodash from 4.17.15 to 4.17.19 4618e54

v3.0.1...v4.0.0