All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2021-04-14)
- [useMessages] add
resetList
method (5371ea5)
0.3.1 (2021-03-30)
- [Bubble] explicitly make the text selectable (3271079)
0.3.1-beta.2 (2021-03-09)
0.3.1-beta.1 (2021-03-09)
- [LazyComponent] export
LazyComponentOnLoadParams
(3bfd3fe) - [useComponents] add
hasComponent
method (d933955)
- [ComponentsProvider] support updating
props.components
(524401d)
0.3.1-beta.0 (2021-03-08)
- [LazyComponent] add
onLoad
event to decorator, and resolve circular dependencies (e7d76d1)
0.3.0 (2021-03-01)
0.3.0-beta.5 (2021-01-27)
- [RichText] add
data-cui-href
when thehref
of the link is removed (29fde15)
0.3.0-beta.4 (2021-01-22)
- [Composer] the input box displays one row by default (2d6d636)
0.3.0-beta.3 (2021-01-19)
- rename
.Carousel-indicators
to.Carousel-dots
- [Carousel] apply
will-change: transform
to.Carousel-inner
(4961f54) - [Carousel] export
CarouselHandle
(05d9eeb) - [Carousel] move the dots to the middle bottom of the slide (1d71888)
- [RichText] set
a
element owning target totarget=_blank
(cb83871) - add
ComponentsProvider
,LazyComponent
(53b3802)
- [Carousel] pause when hover dot (424840d)
- [Carousel] separate touch and mouse events (a533584)
- [ErrorBoundary] update
FallbackProps
(62fe62c)
0.3.0-beta.2 (2021-01-18)
- rename
.Carousel-indicators
to.Carousel-dots
- [Carousel] apply
will-change: transform
to.Carousel-inner
(4961f54) - [Carousel] move the dots to the middle bottom of the slide (1d71888)
- [RichText] set
a
element owning target totarget=_blank
(cb83871) - add
ComponentsProvider
,LazyComponent
(53b3802)
- [Carousel] pause when hover dot (424840d)
0.3.0-beta.1 (2021-01-18)
- [Carousel] support
clickDragThreshold
props (08b6916)
0.3.0-beta.0 (2021-01-17)
- [Carousel] refactor with hooks (73a564b)
- [ErrorBoundary] support
onError
props (9bb1b73) - [utils] export
importScript
andlazyComponent
(3770ee3) - [utils] export
mountComponent
(735e869)
0.2.2 (2021-01-08)
- [ErrorBoundary] support
FallbackComponent
props (a1915a7)
- [Video] show the play button when the cover is specified (3d91644)
0.2.2-beta.0 (2021-01-03)
- [Composer] add
data-action-icon
to.Composer-actions
(76add41) - [Composer] show toolbar toggle button when typing (11b850b)
0.2.1 (2020-12-17)
- [Composer] Revert .ChatFooter's z-index (9a855b0)
- [RateActions] Reduce .RateActions' z-index (0ca468e)
0.2.0 (2020-12-16)
- [Composer] Change the send button and plus sign to mutually exclusive display (de48814)
- [Input] update
enterKeyHint
's type (a880eac)
0.1.5 (2020-12-08)
- list: add bordered style (c30961a)
- quick-replies: use
item.code
as thekey
for items (f0ca636) - scroll-view: add props
itemKey
to specify keys for items (5de57ca)
- change ChatFooter's z-index (646cbb5)
0.1.4 (2020-11-24)
- tooltip: fix tooltip's z-index (bfdd1a2)
0.1.3 (2020-11-16)
- modal: auto focus by default (1fe056e)
- change
enterkeyhint
toenterKeyHint
(270f8fc)
0.1.2 (2020-11-05)
- optimize
useMessages
(38fd498) - add
tabIndex
to ModalBase