Skip to content

Releases: adidas/adidas-yarn-design-system

1.5.5

28 Mar 12:31
769589b
Compare
Choose a tag to compare
  • Fixed button style on focus state.

[ buttons ]

  • Added .focus class and :focus pseudo-class to button generator with default button values.

1.5.4

28 Mar 11:15
fcdaae2
Compare
Choose a tag to compare
  • 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 to btn-tertiary--dark.

[ example ]

  • Updated buttons page adding the three button states: active, default, disabled.

1.5.3

26 Mar 09:05
eb3ddc5
Compare
Choose a tag to compare
  • Fixed list group classes.
    • States: default, active, disabled.
    • Themes: default, dark, light, highlight.

[ 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

14 Feb 16:26
Compare
Choose a tag to compare
  • Fixed button sizes.

[ buttons ]

  • Fixed .btn-lg, .btn-sm and .btn-xs style.

1.5.1

04 Feb 14:41
Compare
Choose a tag to compare
  • 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

29 Nov 11:02
fad2ecf
Compare
Choose a tag to compare
  • 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

29 Nov 11:02
4336d2e
Compare
Choose a tag to compare
  • 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

08 Nov 08:25
736a3bb
Compare
Choose a tag to compare
  • 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.

[ markdown ]

  • Added customization for ordered and unordered lists.

[ multiselect ]

  • Removed .multiselect class.

[ palette ]

  • Renamed classes according to their variable names for color, background-color and border-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 and choices.js.
  • Added syntax highlight to the markdown renderer using highlight.js package.

1.2.1

07 Nov 14:43
86a3959
Compare
Choose a tag to compare
  • Updated ESLint to version 5.
    • Updated adidas configurations, base configurations and plugins.
  • Updated stylelint to version 9.
    • Updated adidas configuration.
    • Added stylelint-config-adidas-bem configuration.

1.2.0

10 Oct 07:16
00e9fb6
Compare
Choose a tag to compare
  • Added multiselect less component.
  • Added choicesjs-stencil library as dependency for multiselect components.
  • Renamed HOST env variable to HOSTNAME in order not to overwrite it.
  • Updated example.

Full changes: CHANGELOG.