Skip to content

Releases: dnbexperience/eufemia

v2.0.0-alpha.2@alpha

05 May 19:42
Compare
Choose a tag to compare

2.0.0-alpha.2 (2019-05-05)

Bug Fixes

  • enhance .dnb-section support in #tabs (5ba3eb4)
  • enhance line-height handling on #button and #input reset (0042611)
  • use asterisk to make number feature working everywhere on firefox (3b1c194)

Features

  • add monospace font as an official useable font property font-family: var(--font-family-monospace); - currently this is needed by the #date-picker (c1f8bc9)
  • add new property to enable a larger bounding box to a #button - currently used in #date-picker (645d95e)
  • add support for id attribute to SubmitButton on #input (66cef71)
  • add two new css packages: dnb-ui-properties.css and dnb-ui-fonts.css on buidls (65943cc)
  • extend #tabs with .dnb-section support (a609fdc)
  • make #input submit button more flexible and reusable from outside (c210e53)
  • make new css package dnb-ui-tags - to make it more clear what this packages includes (raw tag selectors, to avoid using css selectors, even this is not recommended to use in larger apps) (2efda48)
  • some files where updated/added | version.lock, icons.lock, index.js, secondary_icons.js, secondary_icons_medium.js, list.svg, list_medium.svg, list.js, list_medium.js (beaf90b)
  • support es module notation - added to package.json (2ea4047)

v2.0.0-alpha.1@alpha

05 May 18:30
Compare
Choose a tag to compare

v3.16.0

02 May 11:26
0ad86d4
Compare
Choose a tag to compare

3.16.0 (2019-05-02)

Bug Fixes

  • enhance .dnb-section support in #tabs (5ba3eb4)
  • use asterisk to make number feature working everywhere on firefox (3b1c194)

Features

  • extend #tabs with .dnb-section support (a609fdc)

v3.15.1

26 Apr 16:17
e5239f8
Compare
Choose a tag to compare

3.15.1 (2019-04-26)

Bug Fixes

  • add min-height to a scrollable #dropdown to guarantee a min. height on the direction observers job (28cc734)

v3.15.0

26 Apr 15:33
80587c3
Compare
Choose a tag to compare

3.15.0 (2019-04-26)

Features

  • add more colors to the section helper-class: .dnb-section--emerald-green and .dnb-section--signal-orange (78853bc)
  • add new property to #dropdown no_scroll_animation to disable the scrolling behavior on search and key up/down events on large lists (4d72031)
  • enhancement of
    element styling for easier changing color (fe27aa2)

v3.14.3

23 Apr 19:45
ecf44d7
Compare
Choose a tag to compare

3.14.3 (2019-04-23)

Bug Fixes

  • process every css custom property on builds. This fixes IE11 issues as we use this as a polyfill (d7e4a47)

v3.14.2

21 Apr 20:07
e0cf3a2
Compare
Choose a tag to compare

3.14.2 (2019-04-21)

Bug Fixes

  • fix #input component IE11 hover / focus issue with outline border (5ab8547)
  • IE11 textarea fix on hover and line weight enhancements (48d38f7)

v3.14.1

18 Apr 18:49
1def21c
Compare
Choose a tag to compare

3.14.1 (2019-04-18)

Bug Fixes

  • fix better #dropdown key search support and example + add more tests due to the new key search feature (189361f)
  • show #textarea border on IE11 (bf94c6a)

v3.14.0

16 Apr 20:05
28205bf
Compare
Choose a tag to compare

3.14.0 (2019-04-16)

Bug Fixes

  • #dropdown options list max-height issue on auto calc (7c658dd)
  • #dropdown show arrow even if we enable scrollable mode (dfc15e8)
  • fix #dropdown list position to be more relatable (1ab03cf)
  • fix issue where center #dropdown text vertically did not work on using .dnb-core-style (09dadb4)
  • html element spacing correction (be5bc3b)
  • make #dropdown alphabetic search more fail safe by using a try (c3b12b7)
  • make better #doprdown alphabetic search if there are several of the same chars (84bd7fd)
  • scrollTo / scrollTop issue (3669229)
  • switch the direction prop on #drodown (7965916)

Features

  • add direction prop to #dropdown so the dropdown can show the options opening from the top (b96b9e0)
  • auto size #dropdown options list as well as the diretion (9ffe8e0)
  • make #dropdown direction smart regarding the height + enhance search to find several of same (6945646)
  • make #dropdown scrollable (this changes the behavior of how to navigate with arrow keys, and select with enter or space) (f2d5e4d)

v3.13.1

15 Apr 08:11
a189edb
Compare
Choose a tag to compare

3.13.1 (2019-04-15)

Bug Fixes

  • add missing babel runtime dependency (60fa2e8)