Skip to content

Commit d7ffcce

Browse files
authored
Merge pull request #187 from calibreapp/release-2.8.0
✏️ Add changelog entry and version bump for 2.8.0 release
2 parents cc48f9c + dc66127 commit d7ffcce

4 files changed

Lines changed: 97 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 93 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,128 @@
1-
### 2.7.4 - 2022-09-13
1+
## 2.8.0 (2022-10-19)
22

3-
- Updated package restriction to support react ^18 (@cbschuld)
3+
### 🛠 Core
4+
- Adds optional `containerClass` prop to provider components ([#184](https://github.com/calibreapp/react-live-chat-loader/pull/184)).
5+
- 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)).
6+
- 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)):
7+
- converts to Typescript
8+
- fixes the local environment
9+
- removes invalid markup
10+
- addresses Next CLI warnings
11+
- Removes Storybook ([#181](https://github.com/calibreapp/react-live-chat-loader/pull/181)).
412

5-
### 2.7.3 - 2022-01-08
13+
### 📦 Dependencies
14+
- Updates dependencies.
615

7-
- No update. Release updated package-lock.json to version 2.
16+
### 🐛 Bugs
17+
- Fixes Typescript definitions ([#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)).
818

9-
### 2.7.2 - 2021-10-05
19+
### 💞 Credits
1020

11-
- Update aria role on provider buttons to improve accessibility (@luisrudge)
21+
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!
1222

13-
### 2.7.0 - 2021-09-14
23+
## 2.7.4 (2022-09-13)
1424

15-
- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480)
16-
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)
25+
### 🛠 Core
26+
- Updates package restriction to support React ^18 (thanks to [@cbschuld](https://github.com/cbschuld)).
1727

18-
### 2.6.0 - 2021-09-03
28+
## 2.7.3 (2022-01-08)
1929

20-
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)
30+
### 🛠 Core
31+
- No update. Release updated `package-lock.json` to version 2.
2132

22-
### 2.5.2 - 2021-06-25
33+
## 2.7.2 (2021-10-05)
2334

24-
- Bug fix for using `loadChat` to open a widget
35+
### ♿️ Accessibility
36+
- Updates `aria role` on provider buttons to improve accessibility (thanks to [@luisrudge](https://github.com/luisrudge)).
2537

26-
### 2.5.1 - 2021-06-09
38+
## 2.7.0 (2021-09-14)
2739

28-
- Use relative paths for library imports to ensure types can be found
40+
### 📦 Dependencies
41+
- Updates `peerDependencies` to remove warning for React 17 (thanks to [@38ri581oq480](https://github.com/38ri581oq480)).
2942

30-
### 2.5.0 - 2021-06-08
43+
### ♿️ Accessibility
44+
- Adds `aria` labels for accessibility attributes to provider buttons (thanks to [@lauGutierrezz](https://github.com/lauGutierrezz)).
3145

32-
- Add `Chatwoot` component (thanks @motiko)
33-
- Update how we detect if a provider has loaded
46+
## 2.6.0 (2021-09-03)
3447

35-
### 2.4.0 - 2021-05-24
48+
### 🛠 Core
49+
- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)).
3650

37-
- Build additional module version of the package (thanks @jaska120)
51+
## 2.5.2 (2021-06-25)
3852

39-
### 2.3.3 - 2021-05-10
53+
### 🐛 Bugs
54+
- Fixes using `loadChat` to open a widget.
4055

41-
- Fix default params for `useChat` hook (thanks @elmoeleven)
42-
- Bundle Type Definitions (thanks @elmoeleven)
56+
## 2.5.1 (2021-06-09)
4357

44-
### 2.3.0 - 2021-04-27
58+
### 🛠 Core
59+
- Uses relative paths for library imports to ensure types can be found.
4560

46-
- Convert library to Typescript (thanks @elmoeleven)
61+
## 2.5.0 (2021-06-08)
4762

48-
### 2.2.0 - 2021-03-30
63+
### 🆕 New provider
64+
- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko))
4965

50-
- Add `Userlike` component (thanks @gazpachu)
66+
### 🛠 Core
67+
- Updates how we detect if a provider has loaded.
5168

52-
### 2.1.3 - 2020-07-21
69+
## 2.4.0 (2021-05-24)
5370

54-
- Update dependencies
71+
### 🛠 Core
72+
- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)).
5573

56-
### 2.1.2 - 2020-04-28
74+
## 2.3.3 (2021-05-10)
5775

58-
- Update appearance of messenger (thanks @FateXRebirth)
76+
### 🛠 Core
77+
- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)).
5978

60-
### 2.1.0 - 2020-04-21
79+
### 🐛 Bugs
80+
- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)).
6181

62-
- Add `Drift` component (thanks @mirshko)
82+
## 2.3.0 (2021-04-27)
6383

64-
### 2.0.5 - 2020-03-30
84+
### 🛠 Core
85+
- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)).
6586

66-
- Fix `Messenger` options missing [#25](https://github.com/calibreapp/react-live-chat-loader/pull/25)
87+
## 2.2.0 (2021-03-30)
6788

68-
### 2.0.3 - 2020-03-30
89+
### 🆕 New provider
90+
- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)).
6991

70-
- Fix `Messenger` loading error [#22](https://github.com/calibreapp/react-live-chat-loader/issues//22)
71-
- Fix `Messenger` not opening when clicked before load [#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110)
92+
## 2.1.3 (2020-07-21)
7293

73-
### 2.0.0 - 2020-03-23
94+
### 📦 Dependencies
95+
- Updates dependencies.
7496

75-
- Add `Messenger` component (thanks @FateXRebirth)
76-
- Fix SSR: ReferenceError: window is not defined in `useWindowHeight` hook
97+
## 2.1.2 (2020-04-28)
98+
99+
### 🛠 Core
100+
- Updates appearance of messenger (thanks to [@FateXRebirth](https://github.com/FateXRebirth)).
101+
102+
## 2.1.0 (2020-04-21)
103+
104+
### 🆕 New provider
105+
- Adds `Drift` component (thanks to [@mirshko](https://github.com/mirshko)).
106+
107+
## 2.0.5 (2020-03-30)
108+
109+
### 🐛 Bugs
110+
111+
- Fixes `Messenger` options missing ([#25](https://github.com/calibreapp/react-live-chat-loader/pull/25)).
112+
113+
## 2.0.3 (2020-03-30)
114+
115+
### 🐛 Bugs
116+
117+
- Fixes `Messenger` loading error ([#22](https://github.com/calibreapp/react-live-chat-loader/issues//22)).
118+
- Fixes `Messenger` not opening when clicked before load ([#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110)).
119+
120+
## 2.0.0 (2020-03-23)
121+
122+
### 🆕 New provider
123+
124+
- Adds `Messenger` component (thanks to [@FateXRebirth](https://github.com/FateXRebirth)).
125+
126+
### 🐛 Bugs
127+
128+
- Fixes SSR: ReferenceError: window is not defined in `useWindowHeight` hook.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live-chat-loader",
3-
"version": "2.7.4",
3+
"version": "2.8.0",
44
"description": "Implement live chat in your react app without taking a performance hit.",
55
"main": "dist/index.js",
66
"module": "module/index.js",

website/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)