Releases: dnbexperience/eufemia
Releases · dnbexperience/eufemia
v4.5.0
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
v4.4.0
v4.3.0
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 proplabel_class
in #form-row (4885757) - make it possible to set a spacing of zero (0) in #space (8c9585c)
v4.2.1
v4.2.0
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2019-07-22)
Read more about v4 release.
Bug Fixes
- get back the
inline
prop in the #space component (1d72afe)
Features
v4.0.0
4.0.0 (2019-07-21)
Read more about v4 release.
BREAKING CHANGES:
- the
label_position
of #switch defaults now toright
(df944f6) - #dropdown
on_select
event handling will be triggered on selection only (click and keyboard navigation). Make sure You useon_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
tolabel_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 horizontallabel
+ new proplabel_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
andlegend
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)