Skip to content

Latest commit

 

History

History
199 lines (105 loc) · 5.69 KB

CHANGELOG.md

File metadata and controls

199 lines (105 loc) · 5.69 KB

2.9.1 (2024-01-10)

🛠 Core

  • No updates. Reinstates build files missing from previous release.

2.9.0 (2024-01-09)

🆕 New providers

  • Adds HubSpot as a provider (#281)
  • Adds Front as a provider (#345)

📦 Dependencies

  • Updates dependencies
  • Removes unnecessary dependencies (#341)

🐛 Bugs

  • Updates module targets in .babelrc to ensure all builds are transpiled to ES5 (#341)

💞 Credits

Thanks to altaywtf for module targets bugfix and dependency cleanup; jucallej and drwlrsn for their work on adding HubSpot as a provider; and IlirEdis for the addition of Front as a provider.

2.8.2 (2023-10-17)

📦 Dependencies

  • Updates dependencies.

🐛 Bugs

  • Adjusts targets value in .babelrc to ensure build is transpiled to ES5 (#228).

💞 Credits

Thanks to nzjames for reporting, debugging and offering up a solution to the dropped ES5 compatibility bug.

2.8.1 (2022-12-22)

📦 Dependencies

  • Updates dependencies.

🐛 Bugs

  • Realign react-live-chat-loader placeholder styling with Intercom's new default styling (#215).

2.8.0 (2022-10-19)

🛠 Core

  • Adds optional containerClass prop to provider components (#184).
  • Realigns react-live-chat-loader default styling with the current default styling of each provider’s chat beacon (#186).
  • Improves the example website (#177, #182, #183):
    • converts to Typescript
    • fixes the local environment
    • removes invalid markup
    • addresses Next CLI warnings
  • Removes Storybook (#181).

📦 Dependencies

  • Updates dependencies.

🐛 Bugs

  • Fixes Typescript definitions (#182).

💞 Credits

Thanks to @IngoVals, @Undistraction and @tien for raising issues, comments and pull requests that assisted with this release!

2.7.4 (2022-09-13)

🛠 Core

  • Updates package restriction to support React ^18 (thanks to @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).

2.7.0 (2021-09-14)

📦 Dependencies

  • Updates peerDependencies to remove warning for React 17 (thanks to @38ri581oq480).

♿️ Accessibility

  • Adds aria labels for accessibility attributes to provider buttons (thanks to @lauGutierrezz).

2.6.0 (2021-09-03)

🛠 Core

  • Adds beforeInit and onReady callbacks (thanks to @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)

🛠 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).

2.3.3 (2021-05-10)

🛠 Core

🐛 Bugs

  • Fixes default params for useChat hook (thanks to @elmoeleven).

2.3.0 (2021-04-27)

🛠 Core

  • Converts library to Typescript (thanks to @elmoeleven).

2.2.0 (2021-03-30)

🆕 New provider

  • Adds Userlike component (thanks to @gazpachu).

2.1.3 (2020-07-21)

📦 Dependencies

  • Updates dependencies.

2.1.2 (2020-04-28)

🛠 Core

2.1.0 (2020-04-21)

🆕 New provider

  • Adds Drift component (thanks to @mirshko).

2.0.5 (2020-03-30)

🐛 Bugs

  • Fixes Messenger options missing (#25).

2.0.3 (2020-03-30)

🐛 Bugs

  • Fixes Messenger loading error (#22).
  • Fixes Messenger not opening when clicked before load (#11 comment).

2.0.0 (2020-03-23)

🆕 New provider

🐛 Bugs

  • Fixes SSR: ReferenceError: window is not defined in useWindowHeight hook.