Releases: devrnt/react-use-intercom
Releases · devrnt/react-use-intercom
v1.1.5
Changelog
- Drop a few more bytes in the production bundle
Commits
- Merge pull request #129 from devrnt/chore/drop-some-bytes a3085fe
- chore: drop a few more bytes 9275b11
- Merge pull request #128 from devrnt/dependabot/npm_and_yarn/np-7.0.0 08d1163
- chore(deps-dev): bump np from 6.5.0 to 7.0.0 2d7cdd9
- Merge pull request #126 from devrnt/dependabot/npm_and_yarn/types/react-16.9.55 6e376d7
- Merge pull request #127 from devrnt/dependabot/npm_and_yarn/types/jsdom-16.2.5 d48b06d
- chore(deps-dev): bump @types/jsdom from 16.2.4 to 16.2.5 cddc892
- chore(deps-dev): bump @types/react from 16.9.54 to 16.9.55 8fb3584
v1.1.4
Changelog
- Fix
next build
by addingrequire
exports
inpackage.json
(#125)
Commits
- Merge pull request #125 from devrnt/fix/exports-require-entry cb907b9
- fix: add exports require entry in package.json 2934b10
- Merge pull request #121 from devrnt/dependabot/npm_and_yarn/cypress-5.5.0 c4c65bf
- Merge pull request #120 from devrnt/dependabot/npm_and_yarn/types/react-dom-16.9.9 3e0411a
- Merge pull request #122 from devrnt/dependabot/npm_and_yarn/typescript-4.0.5 ce68fb7
- Merge pull request #123 from devrnt/dependabot/npm_and_yarn/types/react-16.9.54 2d74898
- chore(deps-dev): bump @types/react from 16.9.53 to 16.9.54 c678592
- chore(deps-dev): bump typescript from 4.0.3 to 4.0.5 2dec144
- chore(deps-dev): bump cypress from 5.4.0 to 5.5.0 d2848f9
- chore(deps-dev): bump @types/react-dom from 16.9.8 to 16.9.9 293e265
v1.1.3
Changelog
- Export
IntercomProps
andBootIntercomProps
TypeScript interfaces - Add
exports
entry inpackage.json
Commits
- Merge pull request #118 from devrnt/chore/export-map 2dc6fe6
- chore: add exports in package.json 984288b
- Merge pull request #117 from devrnt/chore/export-typescript-types 15057ca
- chore: export typescript types 10650af
- Merge pull request #116 from devrnt/chore/eslint-simple-import 1275852
- chore: run linter 263b549
- chore: add eslint simple import sort 1237fd7
- Merge pull request #115 from devrnt/dependabot/npm_and_yarn/react-17.0.1 a99a7cd
- chore(deps-dev): bump react from 17.0.0 to 17.0.1 4906da6
- Merge pull request #113 from devrnt/dependabot/npm_and_yarn/types/react-16.9.53 ce5886e
- Merge pull request #114 from devrnt/dependabot/npm_and_yarn/react-and-react-dom-and-react-test-renderer-17.0.0 7c9807c
- chore(deps-dev): bump react, react-dom and react-test-renderer 4cc7457
- chore(deps-dev): bump @types/react from 16.9.52 to 16.9.53 15a0f07
- Merge pull request #111 from devrnt/dependabot/npm_and_yarn/react-test-renderer-16.14.0 5234d1f
- Merge pull request #112 from devrnt/dependabot/npm_and_yarn/react-dom-16.14.0 b8d3c85
- chore(deps-dev): bump react-dom from 16.13.1 to 16.14.0 a6c47ab
- chore(deps-dev): bump react-test-renderer from 16.13.1 to 16.14.0 bbe03de
v1.1.2
Changelog
- Add
apiBase
optional prop in theIntercomProvider
to fix an issue where some ISP block the default Intercom api base url (thanks @doankhoi #96)
Commits
- Update README.md fb9ae8c
- docs: add api base in readme (#110) c94cb11
- feature: adding api_base option (#96) c8492c8
- Merge pull request #106 from devrnt/dependabot/npm_and_yarn/tsdx-0.14.1 8a1e699
- Merge pull request #107 from devrnt/dependabot/npm_and_yarn/testing-library/react-11.1.0 c8c23a6
- Merge pull request #108 from devrnt/dependabot/npm_and_yarn/react-16.14.0 7752242
- Merge pull request #109 from devrnt/dependabot/npm_and_yarn/cypress-5.4.0 39c0615
- chore(deps-dev): bump cypress from 5.3.0 to 5.4.0 eb6e25a
- chore(deps-dev): bump react from 16.13.1 to 16.14.0 b0c1ced
- chore(deps-dev): bump @testing-library/react from 11.0.4 to 11.1.0 3429a4d
- chore(deps-dev): bump tsdx from 0.14.0 to 0.14.1 b3cd7bc
- Merge pull request #105 from devrnt/dependabot/npm_and_yarn/types/react-16.9.52 647ff64
- chore(deps-dev): bump @types/react from 16.9.51 to 16.9.52 a8f76c1
- Merge pull request #104 from devrnt/dependabot/npm_and_yarn/tslib-2.0.3 40ba2db
- chore(deps-dev): bump tslib from 2.0.2 to 2.0.3 5b7745d
- Merge pull request #103 from devrnt/dependabot/npm_and_yarn/types/react-16.9.51 10c1423
- Merge pull request #102 from devrnt/dependabot/npm_and_yarn/tslib-2.0.2 0310061
- chore(deps-dev): bump @types/react from 16.9.50 to 16.9.51 07fc1c1
- chore(deps-dev): bump tslib from 2.0.1 to 2.0.2 4082698
v1.1.1
Changelog
- Make use of babel-plugin-dev-expression to only show logs in development mode #101
This result in a production bundle without the (development) logs. As well as a bundlesize reduction of 0.28kB
Commits
- Merge pull request #101 from devrnt/chore/babel-plugin-dev-expressions 3171829
- chore: only show logs in development mode 2219254
- Merge pull request #100 from devrnt/dependabot/npm_and_yarn/types/react-16.9.50 1d99688
- chore(deps-dev): bump @types/react from 16.9.49 to 16.9.50 04d3d75
- Merge pull request #97 from devrnt/dependabot/npm_and_yarn/cypress-5.3.0 1525d17
- Merge pull request #98 from devrnt/dependabot/npm_and_yarn/testing-library/react-hooks-3.4.2 fc60186
- chore(deps-dev): bump @testing-library/react-hooks from 3.4.1 to 3.4.2 3428f86
- chore(deps-dev): bump cypress from 5.2.0 to 5.3.0 3e6d76f
- Merge pull request #95 from devrnt/dependabot/npm_and_yarn/tsdx-0.14.0 d67ffde
- test: update jest config 7a3639a
- chore(deps-dev): bump tsdx from 0.13.3 to 0.14.0 21eeec7
- Merge pull request #94 from devrnt/dependabot/npm_and_yarn/typescript-4.0.3 12ba3b5
- chore(deps-dev): bump typescript from 4.0.2 to 4.0.3 faf6b7e
- Merge pull request #93 from devrnt/dependabot/npm_and_yarn/cypress-5.2.0 213569d
- Merge pull request #92 from devrnt/dependabot/npm_and_yarn/testing-library/react-11.0.4 aaebb6e
- chore(deps-dev): bump cypress from 5.1.0 to 5.2.0 be5cf3f
- chore(deps-dev): bump @testing-library/react from 11.0.2 to 11.0.4 6fd5239
- Merge pull request #91 from devrnt/dependabot/npm_and_yarn/husky-4.3.0 11a1e3c
- chore(deps-dev): bump husky from 4.2.5 to 4.3.0 ec59afe
- Merge pull request #90 from devrnt/dependabot/npm_and_yarn/testing-library/react-11.0.2 ebcd5f0
- chore(deps-dev): bump @testing-library/react from 11.0.0 to 11.0.2 b2d64ec
- Merge pull request #89 from devrnt/dependabot/npm_and_yarn/testing-library/react-11.0.0 5b4d78b
- Merge pull request #88 from devrnt/dependabot/npm_and_yarn/bl-4.0.3 af6c839
- chore(deps-dev): bump @testing-library/react from 10.4.9 to 11.0.0 f08f24a
- chore(deps): bump bl from 4.0.2 to 4.0.3 e891004
- Merge pull request #87 from devrnt/dependabot/npm_and_yarn/cypress-5.1.0 593df14
- Merge pull request #86 from devrnt/dependabot/npm_and_yarn/types/react-16.9.49 34251a5
- Merge pull request #85 from devrnt/dependabot/npm_and_yarn/types/jsdom-16.2.4 7fec17e
- chore(deps-dev): bump cypress from 5.0.0 to 5.1.0 bbb1a9f
- chore(deps-dev): bump @types/react from 16.9.48 to 16.9.49 fe62636
- chore(deps-dev): bump @types/jsdom from 16.2.3 to 16.2.4 666e9cb
- Merge pull request #84 from devrnt/dependabot/npm_and_yarn/np-6.5.0 d0f6c14
- chore(deps-dev): bump np from 6.4.0 to 6.5.0 4364cb9
- Merge pull request #83 from devrnt/dependabot/npm_and_yarn/types/react-16.9.48 2b43d15
- chore(deps-dev): bump @types/react from 16.9.47 to 16.9.48 6e46520
- Merge pull request #82 from devrnt/dependabot/npm_and_yarn/types/react-16.9.47 2160bf0
- chore(deps-dev): bump @types/react from 16.9.46 to 16.9.47 52b3c6a
- Merge pull request #81 from devrnt/dependabot/npm_and_yarn/tsdx-0.13.3 e6b858d
- Merge pull request #80 from devrnt/dependabot/npm_and_yarn/cypress-5.0.0 c19e0e2
- chore: upgrade tsdx dbfd205
- chore: add tsconfig for cypress c6c869e
- chore: add schema in cypress config 90f153c
- chore(deps-dev): bump tsdx from 0.13.2 to 0.13.3 32f89a1
- Merge pull request #79 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.9 b6b054c
- Merge pull request #78 from devrnt/dependabot/npm_and_yarn/typescript-4.0.2 4957760
- chore(deps-dev): bump cypress from 4.12.1 to 5.0.0 edec1f7
- chore(deps-dev): bump @testing-library/react from 10.4.8 to 10.4.9 ae26dca
- chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 9beb6a0
v1.1.0
Changelog
- Add safeguard against SSR environments (thanks @willviles #68)
- Allow
customAttributes
to be passed to company records (thanks @willviles #69)
Commits
- docs: add ssr safeguard feature in readme f3d8963
- Merge pull request #68 from willviles/fix/ssr 5b0f3c2
- chore: move SSR environment check to api 762fea5
- Merge pull request #74 from devrnt/dependabot/npm_and_yarn/np-6.4.0 ed691e9
- Merge pull request #76 from devrnt/dependabot/npm_and_yarn/types/react-16.9.46 a129090
- chore(deps-dev): bump @types/react from 16.9.45 to 16.9.46 5a8abb8
- chore(deps-dev): bump np from 6.3.2 to 6.4.0 471951f
- Merge pull request #73 from devrnt/dependabot/npm_and_yarn/types/react-16.9.45 045f8a5
- Merge pull request #75 from devrnt/dependabot/npm_and_yarn/jsdom-16.4.0 d587f90
- chore(deps-dev): bump jsdom from 16.3.0 to 16.4.0 4b5ff9f
- chore(deps-dev): bump @types/react from 16.9.44 to 16.9.45 a85a2f1
- Merge pull request #72 from devrnt/dependabot/npm_and_yarn/tslib-2.0.1 b3e161d
- chore(deps-dev): bump tslib from 2.0.0 to 2.0.1 88c24ab
- Merge pull request #71 from devrnt/dependabot/npm_and_yarn/cypress-4.12.1 0a5a9b4
- chore(deps-dev): bump cypress from 4.12.0 to 4.12.1 1eea939
- Merge pull request #69 from willviles/fix/custom-company-attributes d13a5ad
- Merge pull request #70 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.8 d82f56d
- chore(deps-dev): bump @testing-library/react from 10.4.7 to 10.4.8 5cad615
- fix: allows customAttributes to be passed to company records e7e98d8
- fix: safeguards against SSR environments without access to window 91bed0f
- Merge pull request #67 from devrnt/dependabot/npm_and_yarn/example/elliptic-6.5.3 ad277f0
- chore: upgrade packages 2783a01
- chore: upgrade packages in playground 34cee1e
- chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /example fc1a002
- Merge pull request #66 from devrnt/dependabot/npm_and_yarn/types/react-16.9.44 53ae6cb
- chore(deps-dev): bump @types/react from 16.9.43 to 16.9.44 47a40ff
- Merge pull request #64 from devrnt/dependabot/npm_and_yarn/cypress-4.11.0 68eb4c2
- Merge pull request #65 from devrnt/dependabot/npm_and_yarn/testing-library/react-hooks-3.4.1 03010fa
- chore(deps-dev): bump @testing-library/react-hooks from 3.3.0 to 3.4.1 01910c0
- chore(deps-dev): bump cypress from 4.10.0 to 4.11.0 6bb86be
- Merge pull request #63 from devrnt/dependabot/npm_and_yarn/example/lodash-4.17.19 093ad88
- chore(deps): bump lodash from 4.17.15 to 4.17.19 in /example 110ab52
- Merge pull request #62 from devrnt/dependabot/npm_and_yarn/typescript-3.9.7 d2953b1
- Merge pull request #61 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.7 1d88913
- chore(deps-dev): bump typescript from 3.9.6 to 3.9.7 256f900
- chore(deps-dev): bump @testing-library/react from 10.4.6 to 10.4.7 af468d9
- Merge pull request #60 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.6 26f485f
- chore(deps-dev): bump @testing-library/react from 10.4.5 to 10.4.6 a89117a
- Merge pull request #59 from devrnt/dependabot/npm_and_yarn/types/react-16.9.43 1e6f109
- Merge pull request #58 from devrnt/dependabot/npm_and_yarn/np-6.3.2 e5529c3
- chore(deps-dev): bump @types/react from 16.9.41 to 16.9.43 810335b
- chore(deps-dev): bump np from 6.3.1 to 6.3.2 f9d54e0
- fix: update source url in example 7d741a1
- docs: update anchor link for api section ef52a15
v1.0.0
🎉 Stable release is here!
Although react-use-intercom
has been stable since v0.1.0 this is the first major release without any breaking changes.
Changelog
- Update
README.md
with logo - Update
example
playground with logo - Improve overall logging in
react-use-intercom
Commits
- Merge pull request #57 from devrnt/docs/logo aeee90e
- chore: add favicon in example 287f432
- chore: add logo and source code image in example e093672
- Merge pull request #56 from devrnt/docs/logo 81a057b
- Merge pull request #55 from devrnt/refactor/improve-logging-and-cleanup 0aa7493
- docs: add logo to readme 62d1af6
- chore: rename intercom api and use default export 8c3bdca
- chore: add extra logging for should initialize c92a055
- chore: use logger in intercom api 0ff754c
v0.4.0
Changelog
- Add new option
shouldInitialize
inIntercomProvider
. This indicates if the Intercom should be initialized. Can be used in multistaged environment, like when there is no need to initialize the Intercom in development.
Commits
- feat: add should initialize option 798bdb0
- Merge pull request #54 from devrnt/dependabot/npm_and_yarn/jsdom-16.3.0 bc64f5f
- Merge pull request #53 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.5 fae4193
- Merge pull request #52 from devrnt/dependabot/npm_and_yarn/np-6.3.1 41818f2
- Merge pull request #51 from devrnt/dependabot/npm_and_yarn/cypress-4.10.0 dd44f45
- chore(deps-dev): bump jsdom from 16.2.2 to 16.3.0 2613980
- chore(deps-dev): bump @testing-library/react from 10.4.4 to 10.4.5 5f2f6cf
- chore(deps-dev): bump np from 6.3.0 to 6.3.1 db17328
- chore(deps-dev): bump cypress from 4.9.0 to 4.10.0 a0b2c4f
- Merge pull request #49 from devrnt/dependabot/npm_and_yarn/np-6.3.0 764f781
- Merge pull request #50 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.4 5c0402f
- chore(deps-dev): bump @testing-library/react from 10.4.3 to 10.4.4 9772ab4
- chore(deps-dev): bump np from 6.2.5 to 6.3.0 6bcdd6c
- Merge pull request #48 from devrnt/dependabot/npm_and_yarn/typescript-3.9.6 badcd88
- chore(deps-dev): bump typescript from 3.9.5 to 3.9.6 c895d1b
v0.3.1
Changes
- Update
README.md
- Upgrade dev dependencies
Commits
- chore: upgrade dependencies 479e785
- Merge pull request #44 from devrnt/dependabot/npm_and_yarn/cypress-4.9.0 d7d1670
- Merge pull request #46 from devrnt/dependabot/npm_and_yarn/types/react-16.9.41 34ee641
- Merge pull request #47 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.4.3 f59f37d
- chore(deps-dev): bump @testing-library/react from 10.3.0 to 10.4.3 8fc95fc
- chore(deps-dev): bump @types/react from 16.9.38 to 16.9.41 4d86491
- chore(deps-dev): bump cypress from 4.8.0 to 4.9.0 71aaa06
- Merge pull request #42 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.3.0 895c552
- Merge pull request #43 from devrnt/dependabot/npm_and_yarn/types/react-16.9.38 a1d2ddf
- chore(deps-dev): bump @types/react from 16.9.36 to 16.9.38 50c60fe
- chore(deps-dev): bump @testing-library/react from 10.2.1 to 10.3.0 379d018
- Merge pull request #41 from devrnt/dependabot/npm_and_yarn/types/react-16.9.36 b01511e
- chore(deps-dev): bump @types/react from 16.9.35 to 16.9.36 46bba6b
- docs: update intercom provider example 1369b23
- docs: add download badge in readme 34ed284
- Merge pull request #38 from devrnt/dependabot/npm_and_yarn/np-6.2.4 5d93105
- Merge pull request #39 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.2.1 2d7854e
- Merge pull request #40 from devrnt/dependabot/npm_and_yarn/cypress-4.8.0 2282cc3
- chore(deps-dev): bump cypress from 4.7.0 to 4.8.0 b92bf56
- chore(deps-dev): bump @testing-library/react from 10.2.0 to 10.2.1 da702ed
- chore(deps-dev): bump np from 6.2.3 to 6.2.4 e6a367d
- Merge pull request #37 from devrnt/development 5ab9119
- Merge pull request #34 from devrnt/dependabot/npm_and_yarn/typescript-3.9.5 5704845
- Merge pull request #36 from devrnt/dependabot/npm_and_yarn/testing-library/react-hooks-3.3.0 1b0d779
- Merge pull request #35 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.2.0 d574f19
- chore(deps-dev): bump @testing-library/react-hooks from 3.2.1 to 3.3.0 0f8ffce
- chore(deps-dev): bump @testing-library/react from 10.1.0 to 10.2.0 edf5a60
- chore(deps-dev): bump typescript from 3.9.3 to 3.9.5 18fd28c
- Merge pull request #33 from devrnt/development bde08ff
- Merge pull request #32 from devrnt/dependabot/npm_and_yarn/testing-library/react-10.1.0 424189d
- chore(deps-dev): bump @testing-library/react from 10.0.4 to 10.1.0 2a4b5d5
- Merge pull request #29 from devrnt/development 41170c1
- Merge pull request #28 from devrnt/dependabot/npm_and_yarn/cypress-4.7.0 977cf15
- chore(deps-dev): bump cypress from 4.6.0 to 4.7.0 90fbbfc
- chore: update peer dependencies e944438
v0.3.0
Changes
- Drastically reduce rerenders of the
IntercomProvider
. - Reduce bundlesize a bit.
- Update and add troubleshoot section in
README.md
.
Commits
- Merge pull request #27 from devrnt/development 002a5ea
- Merge pull request #26 from devrnt/feature/avoid-rerenders 75b9906
- chore: avoid provider rerenders bed044b
- Merge pull request #25 from devrnt/refactor/react-namespace-imports e42a959
- refactor: use namespace imports in config 9ebed3a
- refactor: use react namespace imports d8e2ad0
- chore: update tsconfig efebea3
- Merge pull request #24 from devrnt/development 112520b
- docs: add troubleshoot section in readme 883ab5d
- docs: add some extra remarks in readme 00115dc
- docs: update description in readme d7ab804