Skip to content

Releases: Telefonica/mistica-web

v6.2.0

21 Sep 14:21
Compare
Choose a tag to compare

6.2.0 (2020-09-21)

Bug Fixes

  • Tabs: Some style fixes mainly affecting tablet breakpoint layout (1ac7d03)

Features

  • Icons: Added all mistica-icons as React Components. See Storybook Icons section (3d074c4)
  • Text: new TextX components with the allowed texts presets (c0b36da)

v6.1.2

16 Sep 12:44
Compare
Choose a tag to compare

6.1.2 (2020-09-16)

Bug Fixes

  • FeedbackIconError: broken animation (4e42076)

v6.1.1

16 Sep 09:31
Compare
Choose a tag to compare

6.1.1 (2020-09-16)

Bug Fixes

  • Release: add typedefs to build (bf3110b)

v6.1.0

15 Sep 15:08
Compare
Choose a tag to compare

6.1.0 (2020-09-15)

Bug Fixes

  • FormTextField: fix multi line FormTextField bottom padding (1f5c0a8)
  • JSS: use className id generator for client side executed code to avoid class names collision (e972eaf)
  • Snackbar: Fix Snackbar styles for mobile and desktop (f9f8eed)

Features

  • FeedbackScreen: New FeedbackScreen component (e22f65c)
  • FormDateTimeField: new Form Field component for DateTime values (221d158)

v6.0.0

08 Sep 15:11
Compare
Choose a tag to compare

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 and removeJssProps (#107) (7cf4aeb)

BREAKING CHANGES

  • bun: Remove Bun component
  • withSheet, createSheet and removeJssProps are no longer part of mistica-web. Use createUseStyles instead

v5.3.2

28 Aug 10:01
9ccbd3b
Compare
Choose a tag to compare
  • Update @tef-novum/webview-bridge dependency

v5.3.1

26 Aug 09:44
9b7b928
Compare
Choose a tag to compare
  • 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

25 Aug 10:45
Compare
Choose a tag to compare
  • New HighlightedCard component.
  • Internal: Added @telefonica/eslint-plugin-async-await.

v5.2.0

20 Aug 11:57
Compare
Choose a tag to compare
  • Support multiple tracking events
  • New FormSearchField component
  • TextLink and ListRow: 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.

v5.1.0

13 Aug 09:28
Compare
Choose a tag to compare
  • Expose validate and submit in Form context to be able to create forms with manual validation and
    submit. See examples in form stories
  • Internal: GitHub action to upload failed screenshot diffs to azure and show them as PR comment