Releases: storyblok/storyblok-design-system
Releases · storyblok/storyblok-design-system
v1.0.0-alpha.8
v1.0.0-alpha.7
1.0.0-alpha.7 (2020-12-18)
Bug Fixes
- sidebar: add Object type in
to
property to compatibility with router (2b23aeb) - sidebar: fix width styles and overflow in list (33a529f)
- sidebar: update styles according to design (fe89608)
Features
- ds: handle icon (fb9b2e1)
v1.0.0-alpha.6
1.0.0-alpha.6 (2020-12-17)
Bug Fixes
- datepicker: adjust datepicker's z-index (77b108e)
- datepicker: back to prop value when cancel and emit the value when after close overlay in datetime (440ebb6)
- datepicker: fix open overlay in visible state (0de44ab)
- datepicker: fix sync value from prop with internal value (a65150b)
- datepicker: fix use of correct date values (e905c15)
- menu: prevent executing of focus method in a null element when try to return focus to the button element (8bbeb39)
Features
- icon: add
logout
andmenu
icons (33f2353) - menu: add
reference
andplacement
properties toSbMenuList
component to help to change the use ofSbPopover
component (92be2b8) - menu: add
top
slot inSbMenuList
component (8844417) - modal: refactor logic of show and hide modal to emit the properly events (4ab331c)
- sidebar: add
default
slot inside the sidebar list (1a9aaf5) - sidebar: add
inheritAttrs: false
toSbSidebarListItem
component to prevent the incorrect binding of attributes (f066c1f) - sidebar: add
variant
property toSbSidebarLogo
component (24a8b32) - sidebar: implement styles and logic to mobile view (98785c3)
- slideover: refactor logic of show and hide slideover to emit the properly events (00d0039)
v1.0.0-alpha.5
1.0.0-alpha.5 (2020-12-15)
Bug Fixes
- select: update view of selected value in inline state (1a1086e)
- textfield: fix jump text with prefix (6539136)
- textfield: use
inheritAttrs
property to prevent inherit of properties in the parent tag (1c10a59)
Features
- avatar-group: add
darkBg
property (ce3b838) - icon: add more icons paths (89de5a7)
- icons: adding two new icons and resolve typo in fallback storie (f2f6952)
- link: add
variant
property (097224f) - link: forward listeners (dc2bc21)
- adding type prop to modify the type of the button (49847bd)
- textfield: add logic to remaining characters when use the maxlength property (2f8cec5)
- textfield: add specific styles to textarea element (b174f2a)
- textfield: allow using the type property to define which HTML tag should be render (e3c506a)
- textfield: only show the remaining text if it has some content (3d1481b)
- textfield: order properties and add some textarea properties (c2cbd7b)
v1.0.0-alpha.4
v1.0.0-alpha.3
1.0.0-alpha.3 (2020-11-26)
Bug Fixes
v1.0.0-alpha.2
1.0.0-alpha.2 (2020-11-26)
Bug Fixes
- update babel to not include core-js polyfills and remove its dependency (542190c)
v1.0.0-alpha.1
1.0.0-alpha.1 (2020-11-25)
Bug Fixes
- avatar: fix SbBadge position inside the component (99735f4)
- avatar: remove bg color when image is loaded (fcfd790)
- avatar-group: adjust design styles and truncate long words in Avatars dropdown (cef3b58)
- avatar-group: move
SbAvatarMore
to behindSbAvatar
(e64b7fc) - badge: update warning icon and adjust inline label (e4c4a75)
- breadcrumbs: fix scss variables and update box-shadow (f8d47e5)
- breadcrumbs: set background in separator when active (eb82e91)
- button: adjust design styles (73e895c)
- button: fix forward props and listeners missing (12b63c3)
- card: fix card stories (c2081ee)
- checkbox: changes some colors to own variable (a68c878)
- data-table: adjust indeterminate status from data table header (fbe74bc)
- data-table: adjust indeterminate status from data table header (05699ca)
- data-table: adjust to populate the body cell with its respective column property (6c349a7)
- data-table: adjust trigger event from input checkbox (7c4c5d9)
- data-table: remove unused event (91026c0)
- datepicker: fix typo (ad603ce)
- datepicker: fix typos (527f1d6)
- datepicker: missing tzOffset when not use the tooltip (b872d36)
- editor-header: adding language changing on interface (d8e20b4)
- editor-header: resolving inconsistency with title and sub-title props (00730d5)
- fragment: check if
parentNode
exists before to execute logic in it (84bdf7d) - group-button: adjust design styles (75b7d0d)
- group-button: change component name (d76686a)
- group-button: forward attributes (1085262)
- menu: fix
SbMenuItem
component that throws an error when use the label prop (c07815d) - menu: fix background missing in
SbMenuList
component (f45ba02) - menu: fix z-index position in list (1c9e9ea)
- minibrowser: fix event propagation in breadcrumb (47f2f55)
- modal: fix button positioning style in modal footer (6c9da0e)
- modal: fix close modal behavior using the block-ui and removing the portal instance (343a8b8)
- pagination: fix typo (5b4b2ea)
- popover: use
Element
instead ofHTMLElement
in reference validator (f90e9b9) - portal: only call
removeChild
function when the portal exists (e91b778) - prettier: removes package.lock and uses yarn.lock (c697e95)
- sidebar: remove tooltip reference from sidebar in styles (5092267)
- tab: use orientation property to enable the vertical class (7da09a4)
- tooltip: fix
tooltipAnchorId
missing (c119bb8) - add
overflow: hidden
to popoverComponent Sass mixin (5fef7e8) - sidebar: fix styles in button component when minimize state (1a9bac7)
- styles: add important declaration to util classes (823966e)
- tag: adjust font styles (19d2926)
- tooltip: fix missing listener when using along with HTML elements (ac70a39)
- tooltip: forward listeners correctly in tooltip component (57c6dc3)
- tooltip: refactor component and fix accessibility issues related to children components (45fb4e9)
Features
- block-ui: add padding (523de5b)
- block-ui: forward listeners and attributes (5e75480)
- breadcrumbs: add cursor: pointer in link (6eacb19)
- breadcrumbs: allow listeners option (8ef0799)
- breadcrumbs: allow use of slots in render (485e70c)
- button: add
tooltipPosition
property (15c7ddc) - card: add
SbCardOptions
component and add tests and story for it (318b9f0) - card: add loading state (5b89ffd)
- datepicker: add
tzOffset
property to display the timezone offset (149d0da) - datepicker: add disabled property and update stories (df6ee01)
- datepicker: add tzTooltip property to display a tooltip around the tzOffset information and change the tzOffset styles (ffcb2f7)
- datepicker: implement done and cancel actions and time logic (af783b5)
- datepicker: implement logic for month select and refactor styles ([9066931](90669310725...