Releases: adidas/adidas-yarn-design-system
Releases · adidas/adidas-yarn-design-system
1.5.5
1.5.4
- Fixed breadcrumb margin between items.
- Fixed buttons style.
[ breadcrumbs ]
- Removed margin left of list items.
[ buttons ]
- Changed background color of active primary button to default one.
- Fixed
btn-link
disabled style when hover. - Fixed
btn-tertiary
hover effect. - Fixed
btn-tertiary--dark
active color. - Renamed
btn-tertiary-dark
tobtn-tertiary--dark
.
[ example ]
- Updated buttons page adding the three button states: active, default, disabled.
1.5.3
- Fixed list group classes.
- States:
default
,active
,disabled
. - Themes:
default
,dark
,light
,highlight
.
- States:
[ list-group ]
- Fixed the style to display the state of the item.
- Added a mixin to generate a theme.
[ example ]
- Added list group component page showing the list groups with the different themes and states.
- Updated buttons page adding a section with different sizes.
1.5.2
1.5.1
- Fixed padding and margin in checkbox and radio.
- Fixed build script to run smoothly on Windows.
- Changed TravisCI configuration to publish on tags instead of on
master
branch.
[ forms ]
- Removed left margin and padding for
.control--checkbox
and.control--radio
classes.
[ example ]
- Removed extra
div
in checkmark example.
1.5.0
- Updated tags component.
- Updated tiles component.
- Updated example with tags and tiles.
- Fixed minor issues in components.
[ tags ]
- Added
.tag-list--horizontal
/.tag-list--vertical
modifiers. - Fixed tag style.
- Removed
.tags
class in favor of.tag-list
.
[ tiles ]
- Updated tile height and footer height values.
- Updated
.tile__main--flag
adding customization for YARN icons. - Removed
.tile__footer
ellipsis and its hover behavior. - Removed
.tile__main--app
class. - Removed
.tile__footer__status
class and all its subclasses. - Removed
.link
class customization inside.tile__footer__text
.
[ example ]
- Added tags component example.
- Added tiles component example.
1.4.0
- Fixed forms and controls.
- Fixed navigation tabs.
- Fixed minor style issues and variable values.
- Components: articles, buttons, sidebar and tags.
- Added test tools using
jest
.- Unit tests for application startup scripts.
- Added forms component example.
- Removed distributed
yarn.js
library because the lack of necessary functionaly.
[ forms ]
- Added
--checkmark
modifier to customize checkboxes. - Added
.form-inline
class. - Fixed
.form-group
,.control
classes and their subclasses. - Removed
form-control__tag
,form-control__tags
classes. - Improved code of feedback classes using a mixin.
[ input-groups ]
- Added
.input-group-addon--icon
class.
[ navs ]
- Fixed navigation tabs and pills style.
[ example ]
- Added forms component for input, checkbox, radio button and text area.
- Refactored pages layout using containers.
1.3.0
- Added ordered/unordered list style.
- Added documentation about plugins in the README file.
- Increased vertical margin for paragraph and header elements.
- Removed multiselect component.
- Removed peer dependency
choicesjs-stencil
.
- Removed peer dependency
[ markdown ]
- Added customization for ordered and unordered lists.
[ multiselect ]
- Removed
.multiselect
class.
[ palette ]
- Renamed classes according to their variable names for
color
,background-color
andborder-color
:--nickel
to--primary-nickel
.--darkgray
to--primary-darkgray
.--gray
to--primary-gray
.--lightgray
to--primary-lightgray
.
[ example ]
- Added plugins page with documentation and list of available plugins.
- Removed multiselect component page.
- Removed dependencies:
choicesjs-stencil
andchoices.js
. - Added syntax highlight to the markdown renderer using
highlight.js
package.