Releases: Tincre/promo-dashboard
Releases · Tincre/promo-dashboard
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
What's Changed
PromoDashboard
component. All clients will break builds do to a new required prop PromoChat
. See below.
This removes the explicit Promo Chat dependency and instead moves that to a required prop.
Users can import it as also noted in the documentation:
import { PromoChat } from '@tincre/promo-chat'
<PromoDashboard PromoChat={PromoChat} />
In addition, this merge completely moves the PromoChat render to outside of the dashboard container (an internal component) to fix styling bugs caused by that previous placement.
Full Changelog: 0.12.2...0.13.0
0.12.2
What's Changed
This adds expandability for the chat component and fixes the chat component required peer dependency to >=0.0.12.
The above version will change as soon as Promo Chat has a non-pre-release version.
Full Changelog: 0.12.1...0.12.2