Skip to content

Releases: Telefonica/mistica-web

v6.5.0

15 Oct 15:35
Compare
Choose a tag to compare

6.5.0 (2020-10-15)

Bug Fixes

Features

  • Inline: support 2, 4 and 12px space (d7a71c6)
  • media queries: add new isDesktopOrBigger media query (aca5479)

v6.4.0

09 Oct 12:57
Compare
Choose a tag to compare

6.4.0 (2020-10-09)

Bug Fixes

  • FormEmailField: improve email validation (#130) (5c8badf)
  • Icons: Improve icons tree-shaking (e993755)

Features

  • FormTextField: Add 'username' as valid autoComplete option (#128) (969a8f1)

v6.3.0

06 Oct 10:13
Compare
Choose a tag to compare

6.3.0 (2020-10-06)

Bug Fixes

  • GridLayout: fixed styles to avoid horizontal scroll in mobile (18a2605)
  • Version: improve version import from package.json (f367521)

Features

  • Build: generate library size stats on build time (see size-stats.json) (b3e8b66)

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.