Skip to content

Commit a120fe5

Browse files
committed
📝 update CHANGELOG with better formatting
1 parent 62882b5 commit a120fe5

1 file changed

Lines changed: 88 additions & 51 deletions

File tree

CHANGELOG.md

Lines changed: 88 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,128 @@
1-
## 2.8.0 - 2022-10-19
1+
## 2.8.0 (2022-10-19)
22

3-
### Changes
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-
- Add optional `containerClass` prop to provider components [#184](https://github.com/calibreapp/react-live-chat-loader/pull/184)
6-
- Realign `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)
7-
- Fix Typescript definitions [#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)
8-
- Improve example website: convert to Typescript, fix local environment, remove invalid markup, address Next CLI warnings [#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)
9-
- Remove Storybook [#181](https://github.com/calibreapp/react-live-chat-loader/pull/181)
10-
- Update dependencies
13+
### 📦 Dependencies
14+
- Updates dependencies.
1115

12-
### Credits
16+
### 🐛 Bugs
17+
- Fixes Typescript definitions ([#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)).
1318

14-
Thanks to @IngoVals, @Undistraction and @tien for raising issues, comments or pull requests that assisted with this release.
19+
### 💞 Credits
1520

16-
## 2.7.4 - 2022-09-13
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!
1722

18-
- Updated package restriction to support react ^18 (@cbschuld)
23+
## 2.7.4 (2022-09-13)
1924

20-
## 2.7.3 - 2022-01-08
25+
### 🛠 Core
26+
- Updates package restriction to support React ^18 (thanks to [@cbschuld](https://github.com/cbschuld)).
2127

22-
- No update. Release updated package-lock.json to version 2.
28+
## 2.7.3 (2022-01-08)
2329

24-
## 2.7.2 - 2021-10-05
30+
### 🛠 Core
31+
- No update. Release updated `package-lock.json` to version 2.
2532

26-
- Update aria role on provider buttons to improve accessibility (@luisrudge)
33+
## 2.7.2 (2021-10-05)
2734

28-
## 2.7.0 - 2021-09-14
35+
### ♿️ Accessibility
36+
- Updates `aria role` on provider buttons to improve accessibility (thanks to [@luisrudge](https://github.com/luisrudge)).
2937

30-
- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480)
31-
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)
38+
## 2.7.0 (2021-09-14)
3239

33-
## 2.6.0 - 2021-09-03
40+
### 📦 Dependencies
41+
- Updates `peerDependencies` to remove warning for React 17 (thanks to [@38ri581oq480](https://github.com/38ri581oq480)).
3442

35-
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)
43+
### ♿️ Accessibility
44+
- Adds `aria` labels for accessibility attributes to provider buttons (thanks to [@lauGutierrezz](https://github.com/lauGutierrezz)).
3645

37-
## 2.5.2 - 2021-06-25
46+
## 2.6.0 (2021-09-03)
3847

39-
- Bug fix for using `loadChat` to open a widget
48+
### 🛠 Core
49+
- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)).
4050

41-
## 2.5.1 - 2021-06-09
51+
## 2.5.2 (2021-06-25)
4252

43-
- Use relative paths for library imports to ensure types can be found
53+
### 🐛 Bugs
54+
- Fixes using `loadChat` to open a widget.
4455

45-
## 2.5.0 - 2021-06-08
56+
## 2.5.1 (2021-06-09)
4657

47-
- Add `Chatwoot` component (thanks @motiko)
48-
- Update how we detect if a provider has loaded
58+
### 🛠 Core
59+
- Uses relative paths for library imports to ensure types can be found.
4960

50-
## 2.4.0 - 2021-05-24
61+
## 2.5.0 (2021-06-08)
5162

52-
- Build additional module version of the package (thanks @jaska120)
63+
### 🆕 New provider
64+
- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko))
5365

54-
## 2.3.3 - 2021-05-10
66+
### 🛠 Core
67+
- Updates how we detect if a provider has loaded.
5568

56-
- Fix default params for `useChat` hook (thanks @elmoeleven)
57-
- Bundle Type Definitions (thanks @elmoeleven)
69+
## 2.4.0 (2021-05-24)
5870

59-
## 2.3.0 - 2021-04-27
71+
### 🛠 Core
72+
- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)).
6073

61-
- Convert library to Typescript (thanks @elmoeleven)
74+
## 2.3.3 (2021-05-10)
6275

63-
## 2.2.0 - 2021-03-30
76+
### 🛠 Core
77+
- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)).
6478

65-
- Add `Userlike` component (thanks @gazpachu)
79+
### 🐛 Bugs
80+
- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)).
6681

67-
## 2.1.3 - 2020-07-21
82+
## 2.3.0 (2021-04-27)
6883

69-
- Update dependencies
84+
### 🛠 Core
85+
- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)).
7086

71-
## 2.1.2 - 2020-04-28
87+
## 2.2.0 (2021-03-30)
7288

73-
- Update appearance of messenger (thanks @FateXRebirth)
89+
### 🆕 New provider
90+
- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)).
7491

75-
## 2.1.0 - 2020-04-21
92+
## 2.1.3 (2020-07-21)
7693

77-
- Add `Drift` component (thanks @mirshko)
94+
### 📦 Dependencies
95+
- Updates dependencies.
7896

79-
## 2.0.5 - 2020-03-30
97+
## 2.1.2 (2020-04-28)
8098

81-
- Fix `Messenger` options missing [#25](https://github.com/calibreapp/react-live-chat-loader/pull/25)
99+
### 🛠 Core
100+
- Updates appearance of messenger (thanks to [@FateXRebirth](https://github.com/FateXRebirth)).
82101

83-
## 2.0.3 - 2020-03-30
102+
## 2.1.0 (2020-04-21)
84103

85-
- Fix `Messenger` loading error [#22](https://github.com/calibreapp/react-live-chat-loader/issues//22)
86-
- Fix `Messenger` not opening when clicked before load [#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110)
104+
### 🆕 New provider
105+
- Adds `Drift` component (thanks to [@mirshko](https://github.com/mirshko)).
87106

88-
## 2.0.0 - 2020-03-23
107+
## 2.0.5 (2020-03-30)
89108

90-
- Add `Messenger` component (thanks @FateXRebirth)
91-
- Fix SSR: ReferenceError: window is not defined in `useWindowHeight` hook
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.

0 commit comments

Comments
 (0)