Releases: dnbexperience/eufemia
Releases · dnbexperience/eufemia
v2.0.0-alpha.2@alpha
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
anddnb-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
2.0.0-alpha.1 (2019-05-05)
v3.16.0
v3.15.1
v3.15.0
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
v3.14.2
v3.14.1
v3.14.0
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)