Skip to content

Releases: Wikia/design-system

4.1.4

30 Dec 11:30

Choose a tag to compare

  • XW-2453 | fix svg gradients on firefox

4.1.3

02 Dec 14:04

Choose a tag to compare

  • XW-2290 | Add missing icon

PS. when doing new build - remember to git add dist folder!

4.1.2

02 Dec 13:20

Choose a tag to compare

BROKEN - this release does not have LinkedIn icon in dist folder!

  • XW-2290 | add LinkedIn Icons
  • XW-2290 | add LinkedIn colors

4.1.1

30 Nov 11:56

Choose a tag to compare

XW-2346 | removed font fallbacks for Chinese

4.1.0

25 Nov 13:58

Choose a tag to compare

  • XW-2336 | Square buttons + Social colors
  • Bump package.json to 4.1.0

4.0.0

14 Nov 16:27

Choose a tag to compare

  • Better support for ZH characters in supported font-family and unification fonts used on Wikia. Breaking change: $wds-font-family definition 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

3.0.0

02 Nov 17:42

Choose a tag to compare

  • 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

02 Nov 13:17

Choose a tag to compare

  • Fix order of importing components in SCSS
  • Fix Create New Wiki icon size in Global Navigation on tablet

2.1.0

28 Oct 14:54

Choose a tag to compare

  • 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

28 Oct 12:42

Choose a tag to compare

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