Skip to content

Releases: Telefonica/mistica-web

v3.3.0

10 Aug 08:22
Compare
Choose a tag to compare
  • New Tabs component.

v3.2.0

10 Aug 08:22
Compare
Choose a tag to compare
  • New colors for app tab bar.

v3.1.1

10 Aug 08:23
Compare
Choose a tag to compare
  • Fixed changelog.

v3.1.0

10 Aug 08:23
Compare
Choose a tag to compare
  • NegativeBox Component.

v3.0.2

10 Aug 08:23
Compare
Choose a tag to compare
  • Minor bugfixes

v3.0.1

10 Aug 08:23
Compare
Choose a tag to compare
  • Minor bugfixes

v3.0.0

10 Aug 08:23
Compare
Choose a tag to compare
  • Breaking change: Migrate to TS
    • Autogenerated d.ts and js.flow definitions
  • Breaking change: Unified naming for icon components.
    • All icon component names now start with Icon
  • Added new skin O2-classic
  • New radio button component
  • New switch component
  • List rows improvements:
    • Added support for radio buttons in list rows
    • Added support for switch in list rows
    • Added support for circular checkboxes in list rows
    • Added support for headline and subtitle in list rows
  • Added id prop to SectionTitle and Text components, to be able to use them as accesibility labels
    (aria-labelledby)
  • Added support for SSR. To support using @telefonica/mistica in frameworks like Next.

v2.1.1

10 Aug 08:24
Compare
Choose a tag to compare
  • Fix for mistica version check.

v2.1.0

10 Aug 08:24
Compare
Choose a tag to compare
  • Check there is only one version of mistica running in the same page
  • New color constants for desktop nav bar
  • Change credit card form fields spacing to 16px
  • Fix control active color for Movitar prominent.

v2.0.0

10 Aug 08:24
Compare
Choose a tag to compare
  • Header improvements:
    • Allow two buttons in header.
    • Breaking Change: Allow extra content vertical in desktop. This is now the default behavior, to enable
      the old horizontal behavior use sideBySideExtraOnDesktop prop in HeaderLayout.
    • Make header title optional
    • Allow any React.Node as header prop in HeaderLayout to support skeletons there.
    • Change error color to pink
  • Grid layout now have 12 columns in tablet breakpoint too. It had 8 before.
  • Expose Locale and RegionCode types.