Releases: Wikia/design-system
Releases · Wikia/design-system
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
- Better support for ZH characters in supported font-family and unification fonts used on Wikia. Breaking change:
$wds-font-familydefinition was changed- Old value:
'San Francisco', 'Helvetica Neue', 'Roboto', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif - New value:
'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 冬青黑体, 'Microsoft YaHei', 微软雅黑体, sans-serif
- Old value:
3.0.0
- Breaking change - Make circled avatar default
- Remove square avatar
- Make circled avatar default
- Fix secondary button background color to transparent to allow rendering button on different backgrounds
2.1.1
- Fix order of importing components in SCSS
- Fix Create New Wiki icon size in Global Navigation on tablet
2.1.0
-
Separate logo and tagline assets in global navigation (combined logo with tagline svg is deprecated global navigation now)
New HTML markup:
<a class="wds-global-navigation__logo" href="http://fandom.wikia.com"> <svg class="wds-global-navigation__logo-image wds-is-wds-company-logo-fandom"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-logo-fandom"></use> </svg> <svg class="wds-global-navigation__logo-image wds-is-wds-company-logo-powered-by-wikia"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-logo-powered-by-wikia"></use> </svg> </a> -
Introduce styling for wikia.org logo in global navigation
<a class="wds-global-navigation__logo" href="https://www.wikia.org"> <svg class="wds-global-navigation__logo-image wds-is-wds-company-logo-wikia-org"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-logo-wikia-org"></use> </svg> </a>
2.0.0
Changes:
- all SCSS variables were splited into public and private variables
- all public variables are available in "/dist/scss/wds-variables/index.scss"
- private variables were scoped into corresponding components
- "wds-" prefix was added to every public variable
- $nav-height and $border-top-width (global navigation variables) are now private, added public variable $wds-global-navigation-height (total height of global navigation bar)
Actions required (if you were using any DS variable):
- update your SCSS imported files paths to "/dist/scss/wds-variables/index"
- change DS variables names you were using by adding "wds-" prefix