Skip to content

v1.0.6: peerDeps support for React 18

Latest
Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 16 Jun 19:18

Release

Support React 18 in peerDeps range

  • lots of internal test suite changes due to lack of Enzyme support for React 18 (see #76)

    • migrated to RTL and used some hacky ref workarounds etc to get tests working
    • and migration from Travis CI to GitHub Actions etc (#84)
  • no API surface changes!

Changelog

  • [1bdd1165e6] - pub: release v1.0.6 -- peerDeps support for React 18 (Anton Gilgur)
  • [daa5ca24c5] - deps: update peerDeps to support React 18 without warnings (#89) (Anton Gilgur)
  • [6d6dcd197b] - deps: migrate from Enzyme to RTL (#88) (Anton Gilgur)
  • [17ba39dc83] - docs: change CI badge to use GH Actions instead of Travis (Anton Gilgur)
  • [cb68096b06] - ci: migrate to GitHub Actions w/ matrix (#84) (Anton Gilgur)
  • [6cf7aec46a] - env: upgrade to lockfile v2, audit fix some devDeps (Anton Gilgur)
  • [cbdf7bd9fa] - env: npm audit fix some devDeps (Anton Gilgur)
  • [f6cfd69bb9] - fix: upgrade react-hot-loader for example to work with latest React (Anton Gilgur)
  • [ec47311168] - ci: use travis-ci.com as .org is decomm'd (Anton Gilgur)
  • [a86f272cb7] - env: switch to main branch as default (Anton Gilgur)
  • [5937bb3829] - (deps): move the window.resizeTo polyfill to its own package (Anton Gilgur)
  • [64543556d3] - (env): rename 'dist' script to 'build' (Anton Gilgur)
  • [c784a6fb6a] - (deps): upgrade to canvas@2, jsdom@15 (Anton Gilgur)
  • [91e421cf8f] - (ci): upgrade to use Node v10 (Anton Gilgur)
  • [ac8c952918] - (deps): use jest-without-globals to import jest globals (Anton Gilgur)
  • [06347a3374] - (env/refactor): standardize .gitignore (Anton Gilgur)
  • [f6e60d00c6] - (refactor): move tests to test/, test-utils/ to test/config/ (Anton Gilgur)

v1.0.5...v1.0.6