Releases: Telefonica/mistica-web
Releases · Telefonica/mistica-web
v6.2.0
v6.1.2
v6.1.1
v6.1.0
v6.0.0
6.0.0 (2020-09-08)
Bug Fixes
- FormTextField: Update Focus/Blur behavior in multiline
FormTextField
(b69c49b) - HighlightedCard: background image positioning (#108) (5813cac)
- SSR: Fix some components server side rendering (e0b6777)
Features
- bun: Remove Bun component (da4ca92)
- Removed
withSheet
,createSheet
andremoveJssProps
(#107) (7cf4aeb)
BREAKING CHANGES
- bun: Remove Bun component
withSheet
,createSheet
andremoveJssProps
are no longer part of mistica-web. UsecreateUseStyles
instead
v5.3.2
v5.3.1
- Fix some Flow types for components with union types in Props (
Touchable
,Button
,ListRow
,
HightlightedCard
, etc) - Internal: Make PRs fail in CI if flow definitions are not commited.
- Internal: Automatically start storybook when running acceptance tests if it hasn't already been started.
v5.3.0
v5.2.0
- Support multiple tracking events
- New
FormSearchField
component TextLink
andListRow
: disable wrong:hover
styles in touch devices.- Fixed several
FormSelect
bugs:- Bad spacing when label is empty.
- Native caret being shown when rendered as a native component.
- Caret being mispositioned on firefox.
- Internal: Kill docker container after running acceptance tests.