Skip to content

Latest commit

 

History

History
199 lines (97 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

199 lines (97 loc) · 8.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2021-04-14)

Features

  • [useMessages] add resetList method (5371ea5)

Bug Fixes

  • [importScript] add crossorigin to script tag (935d074)
  • [Modal] fix tabIndex (b729ad4)

0.3.1 (2021-03-30)

Bug Fixes

  • [Bubble] explicitly make the text selectable (3271079)

0.3.1-beta.2 (2021-03-09)

0.3.1-beta.1 (2021-03-09)

Features

  • [LazyComponent] export LazyComponentOnLoadParams (3bfd3fe)
  • [useComponents] add hasComponent method (d933955)

Bug Fixes

  • [ComponentsProvider] support updating props.components (524401d)

0.3.1-beta.0 (2021-03-08)

Bug Fixes

  • [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)

Features

  • [RichText] add data-cui-href when the href of the link is removed (29fde15)

0.3.0-beta.4 (2021-01-22)

Bug Fixes

  • [Composer] the input box displays one row by default (2d6d636)

0.3.0-beta.3 (2021-01-19)

⚠ BREAKING CHANGES

  • rename .Carousel-indicators to .Carousel-dots

Features

  • [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 to target=_blank (cb83871)
  • add ComponentsProvider, LazyComponent (53b3802)

Bug Fixes

  • [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)

⚠ BREAKING CHANGES

  • rename .Carousel-indicators to .Carousel-dots

Features

  • [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 to target=_blank (cb83871)
  • add ComponentsProvider, LazyComponent (53b3802)

Bug Fixes

  • [Carousel] pause when hover dot (424840d)

0.3.0-beta.1 (2021-01-18)

Features

  • [Carousel] support clickDragThreshold props (08b6916)

0.3.0-beta.0 (2021-01-17)

Features

  • [Carousel] refactor with hooks (73a564b)
  • [ErrorBoundary] support onError props (9bb1b73)
  • [utils] export importScript and lazyComponent (3770ee3)
  • [utils] export mountComponent (735e869)

0.2.2 (2021-01-08)

Features

  • [ErrorBoundary] support FallbackComponent props (a1915a7)

Bug Fixes

  • [Video] show the play button when the cover is specified (3d91644)

0.2.2-beta.0 (2021-01-03)

Features

  • [Composer] add data-action-icon to .Composer-actions (76add41)
  • [Composer] show toolbar toggle button when typing (11b850b)

0.2.1 (2020-12-17)

Bug Fixes

  • [Composer] Revert .ChatFooter's z-index (9a855b0)
  • [RateActions] Reduce .RateActions' z-index (0ca468e)

0.2.0 (2020-12-16)

Features

  • [Composer] Change the send button and plus sign to mutually exclusive display (de48814)

Bug Fixes

  • [Input] update enterKeyHint's type (a880eac)

0.1.5 (2020-12-08)

Features

  • list: add bordered style (c30961a)
  • quick-replies: use item.code as the key for items (f0ca636)
  • scroll-view: add props itemKey to specify keys for items (5de57ca)

Bug Fixes

  • change ChatFooter's z-index (646cbb5)

0.1.4 (2020-11-24)

Bug Fixes

  • tooltip: fix tooltip's z-index (bfdd1a2)

0.1.3 (2020-11-16)

Features

  • modal: auto focus by default (1fe056e)

Bug Fixes

  • change enterkeyhint to enterKeyHint (270f8fc)

0.1.2 (2020-11-05)

0.1.1 (2020-10-22)

  • optimize useMessages (38fd498)
  • add tabIndex to ModalBase