Skip to content

Releases: eBay/skin

v18.0.8

26 Jul 18:01
a96f2ac
Compare
Choose a tag to compare

Patch Changes

v18.0.7

25 Jul 00:14
24ba0ff
Compare
Choose a tag to compare

Patch Changes

v18.0.6

15 Jul 23:12
2a6beab
Compare
Choose a tag to compare

Patch Changes

  • e5db3d4 Thanks @agliga! - fix: added icon-mixins.less file for backwards compatibility

  • b13c9ed Thanks @agliga! - button: swapped visited link with correct color

v18.0.5

12 Jul 16:26
cc0ed8e
Compare
Choose a tag to compare

Patch Changes

  • f96054b Thanks @agliga! - icon: added 48-colored icon class

  • 7266c80 Thanks @agliga! - chore: removed postcss config from published version

v18.0.4

11 Jul 01:04
1a1c6b3
Compare
Choose a tag to compare

Patch Changes

v18.0.3

09 Jul 17:05
9affe6e
Compare
Choose a tag to compare

Patch Changes

v18.0.2

02 Jul 16:20
4b4d792
Compare
Choose a tag to compare

Patch Changes

v18.0.1

01 Jul 15:29
3215b4e
Compare
Choose a tag to compare

Patch Changes

v18.0.0

28 Jun 15:30
28f5ae1
Compare
Choose a tag to compare

Major Shifts

  • We moved from LESS to SASS (scss). LESS variables are still supported. They will be removed completely in 19.0.0.
  • Tokens: Some core token colors were removed, some were added, and others were modified.
  • Toggle button group was modified with better responsive handling.
  • Drawer Dialog was officially deprecated in lieu of the more responsive Lightbox Dialog. It will be removed completely in 19.0.0.
  • Fullscreen Dialog was officially deprecated in lieu of the more responsive Lightbox Dialog with a modifier. It will be removed completely in 19.0.0.
  • Lightbox Dialog Added support for fullscreen variant. This is the replacement for Fullscreen Dialog

Breaking Changes

  • Icons: All icon classes have been consolidated in icon--{size} such as icon--16 for 16x16. For colored icons, these only fix heights. In those cases the colored icons should be placed in proper containers to preserve their sizes. This icon change also affects all components which referenced the old icon sizes.
  • Filled Icons: For icons which were colored initially, removed the size from the classes. For example, the colored version of attention-filled-16 icon is icon--attention-filled. The supported filled icons are referenced in https://opensource.ebay.com/skin/#icon
  • Tokens: Though core tokens should not be used directly (only via semantic tokens) and so there should be no reference breaks, all core tokens were renamed. Colors have been changed in some cases. For a list of the full remaps see: figma
    image
  • Toggle-button-group: The structure was changes - a parent container was added as a parent to the <ul>.
    • The previously implemented user-specified preferred columns attribute, data-columns, was removed in lieu of more fine-grained preferred columns exceptions using data-columns-xs, data-columns-sm, data-columns-md, and data-columns-xl.
  • Textbox had its structure changed to accommodate prefix and postfix options.

Major Changes

Minor Changes

Patch Changes

v18.0.0-next.0

26 Jun 15:09
22edcb2
Compare
Choose a tag to compare
v18.0.0-next.0 Pre-release
Pre-release

Major Changes

Minor Changes

Patch Changes