Skip to content

v7.0.0-beta.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@tujoworker tujoworker released this 01 Jul 20:34
c29159f

7.0.0-beta.28 (2020-07-01)

Bug Fixes

  • add prerender prop to #tabs (08abd50)
  • add top and bottom to #modal container_placement (dc9a89f)
  • add missing setProps and get getRef methods for custom events (Web Components) (22e16a9)
  • add new icon: person (#560) (6b80b47)
  • allow component to be used as the #modal / #drawer title (513f963)
  • enhance #input-masked with a currency_mask + remove mask from value in on_change event (#495) (6990251)
  • enhance favicon to include 48px version as well (04fac6c)
  • enhance safari pinned tab (c4ddc0f)
  • ensure that we show #dropdown view if it gets out of screen view (3f4bb25)
  • fix #autocomplete cache invalidation on data update (cc213c2)
  • fix #autocomplete data update routine (1ad0c43)
  • fix #custom-element unmount issue not working properly (9016959)
  • fix #date-picker focus handling, if input is not shown (b5ac0dc)
  • fix #date-picker shortcuts first click on setting date issue, where the cal view did not changes if no date was set from before (8917b58)
  • fix #date-picker to use key navigation by default + NVDA enhancements (91f9292)
  • fix #dropdown race condition for data handling during startup (93da9af)
  • fix #input-masked not responding on typing if the cursor positions got set outside of the observed range - using (4b3b218)
  • fix #modal delay/timeout not getting properly cleared (b6e7da6)
  • fix #radio keydown handling if not one of them was checked from before (cd717ac)
  • fix #tabs re-rendering for content provided in children AND tabs with the data prop (0889241)
  • fix #tabs re-rendering, when data is provided as a child (e78017d)
  • fix correct usage of selectall in #number component to be enabled by default (ca5c302)
  • fix IE11 #table default alignment + add table-layout modifier (d1ee473)
  • fix properly #modal unmount issue (ba4ae96)
  • fix properly #modal unmount issue (take two) (1ead659)
  • fix shared #provider #context deviation - now both /shared and named imported components will share the same context (cefce5e)
  • fix typography bold usage and examples (0877572)
  • handle prevent_selection as expected to still show the title in the #dropdown (as long as title it is not falsy) and #autocomplete + add setInputValue (c2e59c1)
  • have correct #dropdown focus handling on every hide, because we now have the markup in a portal, outside of the actual markup (ad9baba)
  • keep #heading context during reset (ef91a4d)
  • make #heading more resilient in terms of a re-render, using props as the rerender reference (5ea59e6)
  • make definition #list compatible to hold several descriptions (ae287b8)
  • make sure that #drawer-list #dropdown items are vertical centered (b65294a)
  • remove experimental flag on using use_drawer_on_mobile and add enable_body_lock prop (5d66aa9)

Features

  • add #accordion component (#568) (f97b41e), closes #564
  • add #skeleton component (#567) (fa75d94)
  • add new component #tooltip (2839e98)
  • add secondary icons bankid, bankid_on_mobile, bankid_with_qr and without_bankid (#554) (23ba91f)