Releases: devrnt/react-use-intercom
Releases · devrnt/react-use-intercom
react-use-intercom@5.1.1
Patch Changes
- 5e7dd7e: Do not publish src folder to registry
react-use-intercom@5.1.0
Minor Changes
- e30828d: Add "showSpace" method
react-use-intercom@5.0.0
Major Changes
- 8f7ff67: Allow calling "boot" multiple times. Previously it was not possible to invoke "boot" more than once, because of a "isBooted" guard. This behaviour was not in line with the IntercomJS docs, so it has been removed, see #555 and https://www.intercom.com/help/en/articles/170-integrate-intercom-in-a-single-page-app
react-use-intercom@4.1.0
Minor Changes
- 791c6ac: Extend API with
onUserEmailSupplied
event andstartSurvey
method
What's Changed
Full Changelog: https://github.com/devrnt/react-use-intercom/compare/react-use-intercom@4.0.0...react-use-intercom@4.1.0
react-use-intercom@4.0.0
Major Changes
- c8b050d: Update built target to es2017
v3.0.2
v3.0.1
What's Changed
- Exports types for ESM module usage by @AnotherHermit in #617
New Contributors
- @AnotherHermit made their first contribution in #617
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking Changes
- Rename
showNewMessages
toshowNewMessage
, to streamline this API with the vanilla Intercom API by @DevBrent in #591
What's Changed
- chore(deps-dev): bump tslib from 2.4.1 to 2.5.0 by @dependabot in #608
- chore(deps-dev): bump @types/react from 18.0.26 to 18.0.27 by @dependabot in #604
- chore(deps-dev): bump eslint-plugin-simple-import-sort from 8.0.0 to 9.0.0 by @dependabot in #602
- chore(deps-dev): bump eslint-plugin-simple-import-sort from 9.0.0 to 10.0.0 by @dependabot in #611
- Migrate to pnpm by @devrnt in #484
- Change cypress action by @devrnt in #615
- Typo showNewMessage not showNewMessages by @DevBrent in #591
New Contributors
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
- feat: add isOpen flag to useIntercom() (re-open) by @NicolasGn in #520
- chore(deps): bump terser from 4.8.0 to 4.8.1 in /examples/gatsby by @dependabot in #508
- chore(deps): bump terser from 5.10.0 to 5.14.2 in /playground by @dependabot in #506
- chore(deps): bump terser from 4.6.13 to 4.8.1 by @dependabot in #507
- chore(deps): bump moment from 2.29.2 to 2.29.4 in /examples/gatsby by @dependabot in #510
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #522
- chore(deps-dev): bump dotenv from 16.0.1 to 16.0.2 by @dependabot in #524
- chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in #532
- chore(deps-dev): bump eslint-plugin-simple-import-sort from 7.0.0 to 8.0.0 by @dependabot in #530
- chore(deps-dev): bump @testing-library/react from 13.3.0 to 13.4.0 by @dependabot in #529
- chore(deps-dev): bump react and @types/react by @dependabot in #533
- chore(deps-dev): bump @types/react from 18.0.20 to 18.0.21 by @dependabot in #540
- chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #543
- chore(deps-dev): bump dotenv from 16.0.2 to 16.0.3 by @dependabot in #545
- chore(deps-dev): bump tslib from 2.4.0 to 2.4.1 by @dependabot in #559
- chore(deps-dev): bump @types/react-dom from 18.0.6 to 18.0.8 by @dependabot in #557
- chore(deps-dev): bump @types/react from 18.0.21 to 18.0.24 by @dependabot in #556
- chore(deps-dev): bump @types/react from 18.0.24 to 18.0.25 by @dependabot in #562
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #571
- chore(deps-dev): bump @types/react-dom from 18.0.8 to 18.0.9 by @dependabot in #568
- chore(deps): bump loader-utils from 3.2.0 to 3.2.1 in /playground by @dependabot in #569
- chore(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in #581
- chore(deps-dev): bump @types/react from 18.0.25 to 18.0.26 by @dependabot in #576
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #577
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/gatsby by @dependabot in #580
- chore(deps): bump qs from 6.5.2 to 6.5.3 in /examples/gatsby by @dependabot in #578
- chore(deps): bump express from 4.17.1 to 4.18.2 in /examples/gatsby by @dependabot in #584
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #583
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /examples/gatsby by @dependabot in #574
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #585
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /examples/gatsby by @dependabot in #599
- chore(deps): bump json5 from 2.1.3 to 2.2.3 in /playground by @dependabot in #598
- chore(deps): bump json5 from 2.1.3 to 2.2.3 by @dependabot in #597
- chore(deps-dev): bump np from 7.6.1 to 7.6.3 by @dependabot in #592
- chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.0.10 by @dependabot in #590
New Contributors
- @NicolasGn made their first contribution in #520
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Changelog
Breaking
- Remove
window.intercomSettings
onshutdown
. If you were usingwindow.intercomSettings
after callingshutdown
, you should ensure that everyrhing still works like expected. Because in bothboot
andupdate
the "old"window.intercomSettings
are merged into the new ones that were supplied toboot
/update
. Ensure that all new props are passed as arguments
Commits
- Merge pull request #481 from ekilah/deleteIntercomSettingsOnShutdown 38db4b9
- test: update cypress shutdow test case ff1728a
- chore: formatting 77db9ca
- test: add shutdown test case cf66c89
- Merge pull request #496 from devrnt/dependabot/npm_and_yarn/examples/gatsby/jpeg-js-0.4.4 9f82104
- Merge pull request #498 from devrnt/dependabot/npm_and_yarn/typescript-4.7.4 74339e4
- chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 0bad216
- chore(deps): bump jpeg-js from 0.4.2 to 0.4.4 in /examples/gatsby 0fead2e
- Merge pull request #491 from devrnt/dependabot/npm_and_yarn/examples/gatsby/devcert-1.2.1 77c932a
- Merge pull request #493 from devrnt/dependabot/npm_and_yarn/typescript-4.7.3 086875d
- chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 ff02a3c
- chore(deps): bump devcert from 1.1.3 to 1.2.1 in /examples/gatsby bba982c
- Merge pull request #487 from devrnt/dependabot/npm_and_yarn/testing-library/react-13.3.0 4a6ef11
- chore(deps-dev): bump @testing-library/react from 13.2.0 to 13.3.0 915a83f
- Update README.md 2668619
- Merge pull request #485 from devrnt/dependabot/npm_and_yarn/typescript-4.7.2 a8c995e
- chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 4a1117e
- Merge pull request #483 from devrnt/dependabot/npm_and_yarn/types/react-dom-18.0.5 b607c9b
- chore(deps-dev): bump @types/react-dom from 18.0.4 to 18.0.5 4b5e6d1
- delete
window.intercomSettings
onshutdown
63938ed
What's Changed
- chore(deps-dev): bump @types/react-dom from 18.0.4 to 18.0.5 by @dependabot in #483
- chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 by @dependabot in #485
- chore(deps-dev): bump @testing-library/react from 13.2.0 to 13.3.0 by @dependabot in #487
- chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 by @dependabot in #493
- chore(deps): bump devcert from 1.1.3 to 1.2.1 in /examples/gatsby by @dependabot in #491
- chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #498
- chore(deps): bump jpeg-js from 0.4.2 to 0.4.4 in /examples/gatsby by @dependabot in #496
- delete
window.intercomSettings
onshutdown
by @ekilah in #481
New Contributors
Full Changelog: v1.5.2...v2.0.0