Skip to content

Commit 29b5cc8

Browse files
committed
📝 Add CHANGELOG entry for 2.8.1 release
1 parent 6b9669b commit 29b5cc8

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1+
## 2.8.1 (2022-12-22)
2+
3+
### 📦 Dependencies
4+
5+
- Updates dependencies.
6+
7+
### 🐛 Bugs
8+
9+
- Realign `react-live-chat-loader` placeholder styling with Intercom's new default styling ([#215](https://github.com/calibreapp/react-live-chat-loader/pull/215)).
10+
111
## 2.8.0 (2022-10-19)
212

313
### 🛠 Core
14+
415
- Adds optional `containerClass` prop to provider components ([#184](https://github.com/calibreapp/react-live-chat-loader/pull/184)).
516
- 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
17+
- 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)):
18+
- converts to Typescript
819
- fixes the local environment
920
- removes invalid markup
1021
- addresses Next CLI warnings
1122
- Removes Storybook ([#181](https://github.com/calibreapp/react-live-chat-loader/pull/181)).
1223

1324
### 📦 Dependencies
25+
1426
- Updates dependencies.
1527

1628
### 🐛 Bugs
29+
1730
- Fixes Typescript definitions ([#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)).
1831

1932
### 💞 Credits
@@ -23,85 +36,103 @@ Thanks to [@IngoVals](https://github.com/IngoVals), [@Undistraction](https://git
2336
## 2.7.4 (2022-09-13)
2437

2538
### 🛠 Core
39+
2640
- Updates package restriction to support React ^18 (thanks to [@cbschuld](https://github.com/cbschuld)).
2741

2842
## 2.7.3 (2022-01-08)
2943

3044
### 🛠 Core
45+
3146
- No update. Release updated `package-lock.json` to version 2.
3247

3348
## 2.7.2 (2021-10-05)
3449

3550
### ♿️ Accessibility
51+
3652
- Updates `aria role` on provider buttons to improve accessibility (thanks to [@luisrudge](https://github.com/luisrudge)).
3753

3854
## 2.7.0 (2021-09-14)
3955

4056
### 📦 Dependencies
57+
4158
- Updates `peerDependencies` to remove warning for React 17 (thanks to [@38ri581oq480](https://github.com/38ri581oq480)).
4259

4360
### ♿️ Accessibility
61+
4462
- Adds `aria` labels for accessibility attributes to provider buttons (thanks to [@lauGutierrezz](https://github.com/lauGutierrezz)).
4563

4664
## 2.6.0 (2021-09-03)
4765

4866
### 🛠 Core
67+
4968
- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)).
5069

5170
## 2.5.2 (2021-06-25)
5271

5372
### 🐛 Bugs
73+
5474
- Fixes using `loadChat` to open a widget.
5575

5676
## 2.5.1 (2021-06-09)
5777

5878
### 🛠 Core
79+
5980
- Uses relative paths for library imports to ensure types can be found.
6081

6182
## 2.5.0 (2021-06-08)
6283

6384
### 🆕 New provider
85+
6486
- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko))
6587

6688
### 🛠 Core
89+
6790
- Updates how we detect if a provider has loaded.
6891

6992
## 2.4.0 (2021-05-24)
7093

7194
### 🛠 Core
95+
7296
- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)).
7397

7498
## 2.3.3 (2021-05-10)
7599

76100
### 🛠 Core
101+
77102
- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)).
78103

79104
### 🐛 Bugs
105+
80106
- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)).
81107

82108
## 2.3.0 (2021-04-27)
83109

84110
### 🛠 Core
111+
85112
- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)).
86113

87114
## 2.2.0 (2021-03-30)
88115

89116
### 🆕 New provider
117+
90118
- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)).
91119

92120
## 2.1.3 (2020-07-21)
93121

94122
### 📦 Dependencies
123+
95124
- Updates dependencies.
96125

97126
## 2.1.2 (2020-04-28)
98127

99128
### 🛠 Core
129+
100130
- Updates appearance of messenger (thanks to [@FateXRebirth](https://github.com/FateXRebirth)).
101131

102132
## 2.1.0 (2020-04-21)
103133

104134
### 🆕 New provider
135+
105136
- Adds `Drift` component (thanks to [@mirshko](https://github.com/mirshko)).
106137

107138
## 2.0.5 (2020-03-30)

0 commit comments

Comments
 (0)