Skip to content

Commit 6d99d95

Browse files
committed
Add changelog entry and version bump for 2.8.0
1 parent cc48f9c commit 6d99d95

4 files changed

Lines changed: 38 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,91 @@
1-
### 2.7.4 - 2022-09-13
1+
## 2.8.0 - 2022-10-18
2+
3+
### Changes
4+
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 (thanks @tien) [#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
11+
12+
### Credits
13+
14+
Thanks to @cmstroscio, @IngoVals and @tien for raising issues or pull requests that assisted with this release.
15+
16+
## 2.7.4 - 2022-09-13
217

318
- Updated package restriction to support react ^18 (@cbschuld)
419

5-
### 2.7.3 - 2022-01-08
20+
## 2.7.3 - 2022-01-08
621

7-
- No update. Release updated package-lock.json to version 2.
22+
- No update. Release updated package-lock.json to version 2.
823

9-
### 2.7.2 - 2021-10-05
24+
## 2.7.2 - 2021-10-05
1025

1126
- Update aria role on provider buttons to improve accessibility (@luisrudge)
1227

13-
### 2.7.0 - 2021-09-14
28+
## 2.7.0 - 2021-09-14
1429

1530
- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480)
1631
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)
1732

18-
### 2.6.0 - 2021-09-03
33+
## 2.6.0 - 2021-09-03
1934

2035
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)
2136

22-
### 2.5.2 - 2021-06-25
37+
## 2.5.2 - 2021-06-25
2338

2439
- Bug fix for using `loadChat` to open a widget
2540

26-
### 2.5.1 - 2021-06-09
41+
## 2.5.1 - 2021-06-09
2742

2843
- Use relative paths for library imports to ensure types can be found
2944

30-
### 2.5.0 - 2021-06-08
45+
## 2.5.0 - 2021-06-08
3146

3247
- Add `Chatwoot` component (thanks @motiko)
3348
- Update how we detect if a provider has loaded
3449

35-
### 2.4.0 - 2021-05-24
50+
## 2.4.0 - 2021-05-24
3651

3752
- Build additional module version of the package (thanks @jaska120)
3853

39-
### 2.3.3 - 2021-05-10
54+
## 2.3.3 - 2021-05-10
4055

4156
- Fix default params for `useChat` hook (thanks @elmoeleven)
4257
- Bundle Type Definitions (thanks @elmoeleven)
4358

44-
### 2.3.0 - 2021-04-27
59+
## 2.3.0 - 2021-04-27
4560

4661
- Convert library to Typescript (thanks @elmoeleven)
4762

48-
### 2.2.0 - 2021-03-30
63+
## 2.2.0 - 2021-03-30
4964

5065
- Add `Userlike` component (thanks @gazpachu)
5166

52-
### 2.1.3 - 2020-07-21
67+
## 2.1.3 - 2020-07-21
5368

5469
- Update dependencies
5570

56-
### 2.1.2 - 2020-04-28
71+
## 2.1.2 - 2020-04-28
5772

5873
- Update appearance of messenger (thanks @FateXRebirth)
5974

60-
### 2.1.0 - 2020-04-21
75+
## 2.1.0 - 2020-04-21
6176

6277
- Add `Drift` component (thanks @mirshko)
6378

64-
### 2.0.5 - 2020-03-30
79+
## 2.0.5 - 2020-03-30
6580

6681
- Fix `Messenger` options missing [#25](https://github.com/calibreapp/react-live-chat-loader/pull/25)
6782

68-
### 2.0.3 - 2020-03-30
83+
## 2.0.3 - 2020-03-30
6984

7085
- Fix `Messenger` loading error [#22](https://github.com/calibreapp/react-live-chat-loader/issues//22)
7186
- Fix `Messenger` not opening when clicked before load [#11 comment](https://github.com/calibreapp/react-live-chat-loader/pull/11#discussion_r390098110)
7287

73-
### 2.0.0 - 2020-03-23
88+
## 2.0.0 - 2020-03-23
7489

7590
- Add `Messenger` component (thanks @FateXRebirth)
7691
- Fix 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)