Skip to content

Commit

Permalink
Merge pull request #216 from calibreapp/213-bug-overlapping-images-in…
Browse files Browse the repository at this point in the history
…-intercom-widget

🔖  2.8.1 Release
  • Loading branch information
robmorieson committed Dec 22, 2022
2 parents a60f4a1 + 29b5cc8 commit 2313fba
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
## 2.8.1 (2022-12-22)

### 📦 Dependencies

- Updates dependencies.

### 🐛 Bugs

- Realign `react-live-chat-loader` placeholder styling with Intercom's new default styling ([#215](https://github.com/calibreapp/react-live-chat-loader/pull/215)).

## 2.8.0 (2022-10-19)

### 🛠 Core

- Adds optional `containerClass` prop to provider components ([#184](https://github.com/calibreapp/react-live-chat-loader/pull/184)).
- 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)).
- 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)):
- converts to Typescript
- 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)):
- converts to Typescript
- fixes the local environment
- removes invalid markup
- addresses Next CLI warnings
- Removes Storybook ([#181](https://github.com/calibreapp/react-live-chat-loader/pull/181)).

### 📦 Dependencies

- Updates dependencies.

### 🐛 Bugs

- Fixes Typescript definitions ([#182](https://github.com/calibreapp/react-live-chat-loader/pull/182)).

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

### 🛠 Core

- Updates package restriction to support React ^18 (thanks to [@cbschuld](https://github.com/cbschuld)).

## 2.7.3 (2022-01-08)

### 🛠 Core

- No update. Release updated `package-lock.json` to version 2.

## 2.7.2 (2021-10-05)

### ♿️ Accessibility

- Updates `aria role` on provider buttons to improve accessibility (thanks to [@luisrudge](https://github.com/luisrudge)).

## 2.7.0 (2021-09-14)

### 📦 Dependencies

- Updates `peerDependencies` to remove warning for React 17 (thanks to [@38ri581oq480](https://github.com/38ri581oq480)).

### ♿️ Accessibility

- Adds `aria` labels for accessibility attributes to provider buttons (thanks to [@lauGutierrezz](https://github.com/lauGutierrezz)).

## 2.6.0 (2021-09-03)

### 🛠 Core

- Adds `beforeInit` and `onReady` callbacks (thanks to [@myleslinder](https://github.com/myleslinder)).

## 2.5.2 (2021-06-25)

### 🐛 Bugs

- Fixes using `loadChat` to open a widget.

## 2.5.1 (2021-06-09)

### 🛠 Core

- Uses relative paths for library imports to ensure types can be found.

## 2.5.0 (2021-06-08)

### 🆕 New provider

- Adds `Chatwoot` component (thanks to [@motiko](https://github.com/motiko))

### 🛠 Core

- Updates how we detect if a provider has loaded.

## 2.4.0 (2021-05-24)

### 🛠 Core

- Builds additional module version of the package (thanks to [@jaska120](https://github.com/jaska120)).

## 2.3.3 (2021-05-10)

### 🛠 Core

- Bundles Type Definitions (thanks to [@elmoeleven](https://github.com/elmoeleven)).

### 🐛 Bugs

- Fixes default params for `useChat` hook (thanks to [@elmoeleven](https://github.com/elmoeleven)).

## 2.3.0 (2021-04-27)

### 🛠 Core

- Converts library to Typescript (thanks to [@elmoeleven](https://github.com/elmoeleven)).

## 2.2.0 (2021-03-30)

### 🆕 New provider

- Adds `Userlike` component (thanks to [@gazpachu](https://github.com/gazpachu)).

## 2.1.3 (2020-07-21)

### 📦 Dependencies

- Updates dependencies.

## 2.1.2 (2020-04-28)

### 🛠 Core

- Updates appearance of messenger (thanks to [@FateXRebirth](https://github.com/FateXRebirth)).

## 2.1.0 (2020-04-21)

### 🆕 New provider

- Adds `Drift` component (thanks to [@mirshko](https://github.com/mirshko)).

## 2.0.5 (2020-03-30)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-live-chat-loader",
"version": "2.8.0",
"version": "2.8.1",
"description": "Implement live chat in your react app without taking a performance hit.",
"main": "dist/index.js",
"module": "module/index.js",
Expand Down

1 comment on commit 2313fba

@vercel
Copy link

@vercel vercel bot commented on 2313fba Dec 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.