-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from calibreapp/release-2.8.0
✏️ Add changelog entry and version bump for 2.8.0 release
- Loading branch information
Showing
4 changed files
with
97 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,128 @@ | ||
### 2.7.4 - 2022-09-13 | ||
## 2.8.0 (2022-10-19) | ||
|
||
- Updated package restriction to support react ^18 (@cbschuld) | ||
### 🛠 Core | ||
- Adds optional `containerClass` prop to provider components ([#184](https://github.com/calibreapp/react-live-chat-loader/pull/184)). | ||
- Realigns `react-live-chat-loader` default styling with the current default styling of each provider’s chat beacon ([#186](https://github.com/calibreapp/react-live-chat-loader/pull/186)). | ||
- Improves the example website ([#177](https://github.com/calibreapp/react-live-chat-loader/pull/177), [#182](https://github.com/calibreapp/react-live-chat-loader/pull/182), [#183](https://github.com/calibreapp/react-live-chat-loader/pull/183)): | ||
- converts to Typescript | ||
- fixes the local environment | ||
- removes invalid markup | ||
- addresses Next CLI warnings | ||
- Removes Storybook ([#181](https://github.com/calibreapp/react-live-chat-loader/pull/181)). | ||
|
||
### 2.7.3 - 2022-01-08 | ||
### 📦 Dependencies | ||
- Updates dependencies. | ||
|
||
- No update. Release updated package-lock.json to version 2. | ||
### 🐛 Bugs | ||
- Fixes Typescript definitions ([#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)). | ||
|
||
### 2.7.2 - 2021-10-05 | ||
### 💞 Credits | ||
|
||
- Update aria role on provider buttons to improve accessibility (@luisrudge) | ||
Thanks to [@IngoVals](https://githyb.com/IngoVals), [@Undistraction](https://githyb.com/Undistraction) and [@tien](https://githyb.com/tien) for raising issues, comments and pull requests that assisted with this release! | ||
|
||
### 2.7.0 - 2021-09-14 | ||
## 2.7.4 (2022-09-13) | ||
|
||
- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480) | ||
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz) | ||
### 🛠 Core | ||
- Updates package restriction to support React ^18 (thanks to [@cbschuld](https://github.com/cbschuld)). | ||
|
||
### 2.6.0 - 2021-09-03 | ||
## 2.7.3 (2022-01-08) | ||
|
||
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder) | ||
### 🛠 Core | ||
- No update. Release updated `package-lock.json` to version 2. | ||
|
||
### 2.5.2 - 2021-06-25 | ||
## 2.7.2 (2021-10-05) | ||
|
||
- Bug fix for using `loadChat` to open a widget | ||
### ♿️ Accessibility | ||
- Updates `aria role` on provider buttons to improve accessibility (thanks to [@luisrudge](https://github.com/luisrudge)). | ||
|
||
### 2.5.1 - 2021-06-09 | ||
## 2.7.0 (2021-09-14) | ||
|
||
- Use relative paths for library imports to ensure types can be found | ||
### 📦 Dependencies | ||
- Updates `peerDependencies` to remove warning for React 17 (thanks to [@38ri581oq480](https://github.com/38ri581oq480)). | ||
|
||
### 2.5.0 - 2021-06-08 | ||
### ♿️ Accessibility | ||
- Adds `aria` labels for accessibility attributes to provider buttons (thanks to [@lauGutierrezz](https://github.com/lauGutierrezz)). | ||
|
||
- Add `Chatwoot` component (thanks @motiko) | ||
- Update how we detect if a provider has loaded | ||
## 2.6.0 (2021-09-03) | ||
|
||
### 2.4.0 - 2021-05-24 | ||
### 🛠 Core | ||
- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)). | ||
|
||
- Build additional module version of the package (thanks @jaska120) | ||
## 2.5.2 (2021-06-25) | ||
|
||
### 2.3.3 - 2021-05-10 | ||
### 🐛 Bugs | ||
- Fixes using `loadChat` to open a widget. | ||
|
||
- Fix default params for `useChat` hook (thanks @elmoeleven) | ||
- Bundle Type Definitions (thanks @elmoeleven) | ||
## 2.5.1 (2021-06-09) | ||
|
||
### 2.3.0 - 2021-04-27 | ||
### 🛠 Core | ||
- Uses relative paths for library imports to ensure types can be found. | ||
|
||
- Convert library to Typescript (thanks @elmoeleven) | ||
## 2.5.0 (2021-06-08) | ||
|
||
### 2.2.0 - 2021-03-30 | ||
### 🆕 New provider | ||
- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko)) | ||
|
||
- Add `Userlike` component (thanks @gazpachu) | ||
### 🛠 Core | ||
- Updates how we detect if a provider has loaded. | ||
|
||
### 2.1.3 - 2020-07-21 | ||
## 2.4.0 (2021-05-24) | ||
|
||
- Update dependencies | ||
### 🛠 Core | ||
- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)). | ||
|
||
### 2.1.2 - 2020-04-28 | ||
## 2.3.3 (2021-05-10) | ||
|
||
- Update appearance of messenger (thanks @FateXRebirth) | ||
### 🛠 Core | ||
- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)). | ||
|
||
### 2.1.0 - 2020-04-21 | ||
### 🐛 Bugs | ||
- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)). | ||
|
||
- Add `Drift` component (thanks @mirshko) | ||
## 2.3.0 (2021-04-27) | ||
|
||
### 2.0.5 - 2020-03-30 | ||
### 🛠 Core | ||
- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)). | ||
|
||
- Fix `Messenger` options missing [#25](https://github.com/calibreapp/react-live-chat-loader/pull/25) | ||
## 2.2.0 (2021-03-30) | ||
|
||
### 2.0.3 - 2020-03-30 | ||
### 🆕 New provider | ||
- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)). | ||
|
||
- Fix `Messenger` loading error [#22](https://github.com/calibreapp/react-live-chat-loader/issues//22) | ||
- Fix `Messenger` not opening when clicked before load [#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110) | ||
## 2.1.3 (2020-07-21) | ||
|
||
### 2.0.0 - 2020-03-23 | ||
### 📦 Dependencies | ||
- Updates dependencies. | ||
|
||
- Add `Messenger` component (thanks @FateXRebirth) | ||
- Fix SSR: ReferenceError: window is not defined in `useWindowHeight` hook | ||
## 2.1.2 (2020-04-28) | ||
|
||
### 🛠 Core | ||
- Updates appearance of messenger (thanks to [@FateXRebirth](https://github.com/FateXRebirth)). | ||
|
||
## 2.1.0 (2020-04-21) | ||
|
||
### 🆕 New provider | ||
- Adds `Drift` component (thanks to [@mirshko](https://github.com/mirshko)). | ||
|
||
## 2.0.5 (2020-03-30) | ||
|
||
### 🐛 Bugs | ||
|
||
- Fixes `Messenger` options missing ([#25](https://github.com/calibreapp/react-live-chat-loader/pull/25)). | ||
|
||
## 2.0.3 (2020-03-30) | ||
|
||
### 🐛 Bugs | ||
|
||
- Fixes `Messenger` loading error ([#22](https://github.com/calibreapp/react-live-chat-loader/issues//22)). | ||
- Fixes `Messenger` not opening when clicked before load ([#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110)). | ||
|
||
## 2.0.0 (2020-03-23) | ||
|
||
### 🆕 New provider | ||
|
||
- Adds `Messenger` component (thanks to [@FateXRebirth](https://github.com/FateXRebirth)). | ||
|
||
### 🐛 Bugs | ||
|
||
- Fixes SSR: ReferenceError: window is not defined in `useWindowHeight` hook. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
d7ffcce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-live-chat-loader – ./
react-live-chat-loader-git-main-calibreapp.vercel.app
react-live-chat-loader-calibreapp.vercel.app
react-live-chat-loader.vercel.app