Releases: Telefonica/mistica-web
Releases · Telefonica/mistica-web
v15.4.0
15.4.0 (2024-05-06)
Bug Fixes
- AdvancedDataCard: footer extra space (#1102) (78e0e80)
- Chip: expand chips when inside a grid (#1108) (32810ee)
- Dialog: hide optional elements if not provided (#1093) (1134b4a)
- Hero: add bottom padding inside slideshow only when it has bullets (#1106) (9be0e88)
- Hero: use background instead of backgroundColor to support gradients (#1091) (f4ba119)
- PreviewTools: update non working animation for floating case (#1095) (dfccad5)
- RowBlock: set description text alignment to the right (#1092) (9494d02)
- RowList: update logic to render last divider (#1110) (8db09d7)
- Snackbar: Desktop position (#1096) (346f446)
- Text: make vivinho char replacement for screen readers work when Text have multiple children (#1090) (e5c239c)
- Video: avoid duplicated state update in Video's state machine (#1107) (8ae2ea0)
Features
- Accordion, Cards, Carousel, Feedback, Sheet, Slider: replace Array with ReadonlyArray in props (#1098) (22ee93a)
- ButtonLink: change chevron icon in Vivo-new skin (#1103) (caedc61)
- FixedFooter: Gradient background support (#1073) (a7d4bd8)
- Icons: New routine and ethernet icons (#1083) (edd7173)
- Image: add srcSet (#1109) (fa63884)
- o2-new: dark mode improvements (#1105) (d92e404)
- PosterCard: improve accessibility (#1087) (c56e177)
- Row: improve VoiceOver compatibility (#1079) (02f43d7)
- Theme: expose
colorValues
in theme (#1104) (63c644e)
v15.3.0
15.3.0 (2024-04-22)
Bug Fixes
- FixedFooterLayout: remove background applied by elevation in desktop (#1081) (79804f8)
- Image: prevent loading skeleton from using default border radius value (#1082) (68658df)
- Sheet: fix sheets in large desktop sizes (#1088) (0c49bf2)
- utils: use
location.assign
to redirect, instead oflocation.href
(#1089) (428f0f6)
Features
v15.2.1
v15.2.0
v15.1.0
15.1.0 (2024-04-08)
Bug Fixes
Features
- Accordion,Callout,Cards,EmptyState,Header,Hero,Row,NavigationBar: added titleAs prop to allow configuring heading level (#1067) (814c297)
- RowList, BoxedRowList, Inline: support list a11y role (#1068) (7e2fe37), closes /github.com/Telefonica/mistica-web/blob/master/src/stack.tsx#L64
- skin: o2 new brand (#968) (56e3945)
- Switch: add minimum interactive area in touchable devices (#1063) (fb202e7)
- Touchable, Buttons: Improve touchable and buttons accessibility (#1070) (8d93c71)
v15.0.0
15.0.0 (2024-04-01)
Bug Fixes
Features
- Accordion,ButtonLink,List,Popover,Slider,Tooltip: remove deprecated props (#1052) (2e8add2)
- IconButton: update usage in CvvField and remove baseIconButton (#1060) (117fc44)
- Select: add default value (#1061) (a0d6a9b)
- skins: remove O2 classic and Movistar legacy skins (#1051) (c8be29a)
- Tag: Use new tokens in tags (#1054) (ff87327)
BREAKING CHANGES
- skins: remove O2 classic and Movistar legacy skins
- Accordion,ButtonLink,List,Popover,Slider,Tooltip: remove deprecated props in some components
v14.48.0
v14.47.0
v14.46.0
14.46.0 (2024-03-13)
Bug Fixes
- CSS: prevent browser default behaviours when long pressing or dragging links (#1045) (717343d)
- HighlightedCard: improve optional types of title and description, make one mandatory (#1039) (a818ffa)
- Logo: old version of Tu logo (#1036) (0dc09e2)
- Switch: iOS background in dark mode (#1037) (a77c42d)
Features
- dialogs: Remove history hacks in dialog (#1041) (2a48cb4)
- IconButton: update internal usages in Mistica components (#1044) (12bf970)
- Icons: New vivo icons (#1038) (d070a25)
- Input fields: update iconButton in all fields (#1042) (062c0bd)
- Naked & Small Naked Card: Inner padding right in card content (#1040) (d97ea17)
- Rows: add icon button as control (#1030) (4d47e8f)
- ToggleIconButton: create component (#1034) (f4b9c6e)
- Video:
stop
method. To stop video and show the poster (if available) (#1035) (e21998f)