Skip to content

Releases: dnbexperience/eufemia

v4.5.0

08 Aug 18:29
Compare
Choose a tag to compare

4.5.0 (2019-08-08)

Bug Fixes

  • fix #date-picker handling of dates older than 1971 (61b1835)
  • fix spacing issue with --zero and add tests (6ccfd06)
  • fix vertical text alignment on windows os browsers (d4b8497)
  • fix visual open state on #drop-down (43d9e08)
  • use #button component inside #dropdown instead of the custom one (7aa68aa)

Features

  • add new prop (popup_menu) to #dropdown to make it possible to use the #dropdown as a popup menu (15b9747)

v4.4.1

06 Aug 15:38
da88913
Compare
Choose a tag to compare

4.4.1 (2019-08-06)

Bug Fixes

  • fix #input and #textarea value change where value was null or empty string on a prop update (rerender) (10efba8)
  • fix IE11 #date-picker sizing issue not showing days in correct weekday column (6242d62)

v4.4.0

26 Jul 17:02
466f932
Compare
Choose a tag to compare

4.4.0 (2019-07-26)

Bug Fixes

  • IE11 fixes for #toggle-button group without a label and inside FormRow + #date-picker fixes (8355ffa)

Features

  • use state instead of status on #form-status (but status will still work in future) (e0c9da5)

v4.3.0

24 Jul 16:59
7a904e4
Compare
Choose a tag to compare

4.3.0 (2019-07-24)

Bug Fixes

  • fix line-height issue on #input and Safari with the visible selection (6f87fbe)

Features

  • add collapse property to #space to deal with Margin Collapsing (cfb2ec9)
  • make component lable responsive and mobile friendly #input #dropdown #slider #textarea #date-picker #form-row (c3cfec4)
  • make it possible to send in a custom component to every form component label property. Alternatively use the new prop label_class in #form-row (4885757)
  • make it possible to set a spacing of zero (0) in #space (8c9585c)

v4.2.1

23 Jul 15:39
ab2fb5f
Compare
Choose a tag to compare

4.2.1 (2019-07-23)

Bug Fixes

  • several IE11 layout fixes regarding #form-row #textarea #toggle-button - additional: #input and #button finale stroke artifact fix (7069589)

v4.2.0

23 Jul 07:17
cac6aaf
Compare
Choose a tag to compare

4.2.0 (2019-07-23)

Features

  • make it possible to send in a custom component as the #form-status content instead of only plain text (075114a)

v4.1.2

22 Jul 16:32
dec21ff
Compare
Choose a tag to compare

4.1.2 (2019-07-22)

Bug Fixes

  • make sure IE11 is wrapping our #form-row - used in #toggle-button group and #radio group (d300841)
  • prop type warning in #form-row about useFieldset (9b39e59)

v4.1.1

22 Jul 10:12
56fb9e7
Compare
Choose a tag to compare

4.1.1 (2019-07-22)

Bug Fixes

  • make #table style expandable in width (39e2f1d)

v4.1.0

22 Jul 08:03
30400f1
Compare
Choose a tag to compare

4.1.0 (2019-07-22)

Read more about v4 release.

Bug Fixes

  • get back the inline prop in the #space component (1d72afe)

Features

  • add new prop to #date-picker align_picker with two options: left and right (275f911)
  • make it possible to get all additional HTML attributes in every #date-picker event return, by using { date, event, attributes } (09d3710)
  • update lib dependencies (175f28b)

v4.0.0

21 Jul 22:35
3c148b2
Compare
Choose a tag to compare

4.0.0 (2019-07-21)

Read more about v4 release.

BREAKING CHANGES:

  • the label_position of #switch defaults now to right (df944f6)
  • #dropdown on_select event handling will be triggered on selection only (click and keyboard navigation). Make sure You use on_change for a valid { data } item return. (df944f6)
  • change the way components are wrapped and their styling/layouting possibilities (e30b3bf)

Bug Fixes

  • #space fixup due to .dnb-core-style and css margins reset (c7cafc6)
  • #tabs css spacing specificity (2f77961)
  • change #radio group and #toggle-button group property from direction to label_direction (6fe9a37)
  • fix screenreader focus issue with #modal (e388f21)
  • give #toggle-button a focus style if active (a4164cc)
  • handle #checkbox inline svg gfx better for screen readersa (d2af797)
  • IE11 enhancements for #checkbox (07b2772)
  • more IE styling fixes due to border artifacts and #date-picker styling as well as alignment of form components (91f7f73)
  • prevent some components like dropdown from submitting on first click by defining a button type (554a413)
  • remove "clear" button if #input type is search (7003a58)

Features

  • #form-row has now an official prop indent for a horizontal indented label/content appearance (9b2432d)
  • add #space component as well as enhanced #form-row and #form-set (#226) (7b23566)
  • add content_size property to #form-row to define the content height used inside by the components (9de8fce)
  • add element property to #form-label to make it more flexible for what it can be used. (a9d5e94)
  • add inline property to #space to align HTML elements horizontally (a496412)
  • add label_offset="auto" to defining the offset/size automatically in #form-row regarding the contents height (a699ff2)
  • add no_wrap property to #form-row to make components labels inside not wrapping (64b36ee)
  • add optional mouse scroll-wheel support on #slider by using use_scrollwheel="true" (63ba37b)
  • add support for #date-picker form-row context (4b90591)
  • enhance #input support for stretch together with a horizontal label + new prop label_direction="vertical" (1e742fc)
  • make #dropdown support #form-row and label_direction (c4f4397)
  • make #form-row combinable with each other and a different direction (1d3da0c)
  • make #form-row support fieldset and legend by default (14f92eb)
  • make #textarea support #form-row and add new property stretch (9dcdc94)
  • release of #slider with subtract/add buttons and scrollwheel support (#217) (daeef10), closes #212
  • send along native browser events to #date-picker event handlers (e22deba)
  • use baseline as the components alignment, so every component has the same appearance both in horizontal and vertical alignment (16baa2a)