|
1 | | -### 2.7.4 - 2022-09-13 |
| 1 | +## 2.8.0 (2022-10-19) |
2 | 2 |
|
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)). |
4 | 12 |
|
5 | | -### 2.7.3 - 2022-01-08 |
| 13 | +### 📦 Dependencies |
| 14 | +- Updates dependencies. |
6 | 15 |
|
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)). |
8 | 18 |
|
9 | | -### 2.7.2 - 2021-10-05 |
| 19 | +### 💞 Credits |
10 | 20 |
|
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! |
12 | 22 |
|
13 | | -### 2.7.0 - 2021-09-14 |
| 23 | +## 2.7.4 (2022-09-13) |
14 | 24 |
|
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)). |
17 | 27 |
|
18 | | -### 2.6.0 - 2021-09-03 |
| 28 | +## 2.7.3 (2022-01-08) |
19 | 29 |
|
20 | | -- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder) |
| 30 | +### 🛠 Core |
| 31 | +- No update. Release updated `package-lock.json` to version 2. |
21 | 32 |
|
22 | | -### 2.5.2 - 2021-06-25 |
| 33 | +## 2.7.2 (2021-10-05) |
23 | 34 |
|
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)). |
25 | 37 |
|
26 | | -### 2.5.1 - 2021-06-09 |
| 38 | +## 2.7.0 (2021-09-14) |
27 | 39 |
|
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)). |
29 | 42 |
|
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)). |
31 | 45 |
|
32 | | -- Add `Chatwoot` component (thanks @motiko) |
33 | | -- Update how we detect if a provider has loaded |
| 46 | +## 2.6.0 (2021-09-03) |
34 | 47 |
|
35 | | -### 2.4.0 - 2021-05-24 |
| 48 | +### 🛠 Core |
| 49 | +- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)). |
36 | 50 |
|
37 | | -- Build additional module version of the package (thanks @jaska120) |
| 51 | +## 2.5.2 (2021-06-25) |
38 | 52 |
|
39 | | -### 2.3.3 - 2021-05-10 |
| 53 | +### 🐛 Bugs |
| 54 | +- Fixes using `loadChat` to open a widget. |
40 | 55 |
|
41 | | -- Fix default params for `useChat` hook (thanks @elmoeleven) |
42 | | -- Bundle Type Definitions (thanks @elmoeleven) |
| 56 | +## 2.5.1 (2021-06-09) |
43 | 57 |
|
44 | | -### 2.3.0 - 2021-04-27 |
| 58 | +### 🛠 Core |
| 59 | +- Uses relative paths for library imports to ensure types can be found. |
45 | 60 |
|
46 | | -- Convert library to Typescript (thanks @elmoeleven) |
| 61 | +## 2.5.0 (2021-06-08) |
47 | 62 |
|
48 | | -### 2.2.0 - 2021-03-30 |
| 63 | +### 🆕 New provider |
| 64 | +- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko)) |
49 | 65 |
|
50 | | -- Add `Userlike` component (thanks @gazpachu) |
| 66 | +### 🛠 Core |
| 67 | +- Updates how we detect if a provider has loaded. |
51 | 68 |
|
52 | | -### 2.1.3 - 2020-07-21 |
| 69 | +## 2.4.0 (2021-05-24) |
53 | 70 |
|
54 | | -- Update dependencies |
| 71 | +### 🛠 Core |
| 72 | +- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)). |
55 | 73 |
|
56 | | -### 2.1.2 - 2020-04-28 |
| 74 | +## 2.3.3 (2021-05-10) |
57 | 75 |
|
58 | | -- Update appearance of messenger (thanks @FateXRebirth) |
| 76 | +### 🛠 Core |
| 77 | +- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)). |
59 | 78 |
|
60 | | -### 2.1.0 - 2020-04-21 |
| 79 | +### 🐛 Bugs |
| 80 | +- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)). |
61 | 81 |
|
62 | | -- Add `Drift` component (thanks @mirshko) |
| 82 | +## 2.3.0 (2021-04-27) |
63 | 83 |
|
64 | | -### 2.0.5 - 2020-03-30 |
| 84 | +### 🛠 Core |
| 85 | +- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)). |
65 | 86 |
|
66 | | -- Fix `Messenger` options missing [#25](https://github.com/calibreapp/react-live-chat-loader/pull/25) |
| 87 | +## 2.2.0 (2021-03-30) |
67 | 88 |
|
68 | | -### 2.0.3 - 2020-03-30 |
| 89 | +### 🆕 New provider |
| 90 | +- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)). |
69 | 91 |
|
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) |
72 | 93 |
|
73 | | -### 2.0.0 - 2020-03-23 |
| 94 | +### 📦 Dependencies |
| 95 | +- Updates dependencies. |
74 | 96 |
|
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. |
0 commit comments