Getninjas Gaiden Versions Save

GetNinjas Styleguide

v24.0.0

4 years ago

CHANGELOG and BUG FIXES 📝 :bug: :beetle:

  • Edit some tokens bd68ac1
  • Update new id elements 4daf425
  • Edit components 497202a
  • Create footer mounted component d2a6af3
  • Update files for footer es-MX bbad97e
  • Fix footer margins and width c541958

BREAKCHANGES ⚠️

  • Load fonts from project instead of google fonts e6c9e24

  • Now we're able to load the fonts from gaiden into our projects. But you'll need to add some webpack loaders like url-loader into your project:

{
        test: /\.(woff|woff2)$/,
        loader: 'url-loader',
        options: {
          limit: false,
          path: 'fonts/',
          name: 'static/[name].[ext]',
        },
}

v20.2.0

4 years ago

CHANGELOG 📝

  • Fix background color on hover button
  • Fix word wrap in content card

v20.1.0

4 years ago

CHANGELOG 📝

  • Added responsive sizes to Titles, Subtitles and derivatives components.

v21.0.0

4 years ago

CHANGELOG 📝

  • Created Buttons --clear and --ultimate.
  • Refactor in Buttons --primary and --secondary.

BREAKCHANGES ⚠️

  • Removed Buttons __default, __classic and __clear--default.
  • Remover Modifiers Button --high-contrast, --rounded, --raised-reversed, --regular, --full-card and --fluid.
  • Move --small and --large modifiers off buttons.

v20.0.0

4 years ago

CHANGELOG 📝

BREAKCHANGES ⚠️

  • Changes in folder where generated files to import. After update import path is gaiden/dist/(default|yellow)/gaiden.

v17.7.0

4 years ago

CHANGELOG 📝

  • Move grid settings file to shared folder #213.

v17.2.2

4 years ago

CHANGELOG :memo:

  • Fix li click area #171

Captura de Tela 2019-07-25 às 16 18 24

v17.2.1

4 years ago

CHANGELOG :memo:

  • Fix profile card size #170

  • Before:

pr-wrong

  • After:

pr-correctly

v17.1.2

6 years ago

Like the minify of HTML we lose the spacing of the property display: inline-block that we take into account in the pagination with this leaving the items more glued.

  • Add font-size: 0 to .pagination (Hack).
  • Increment margin-left to 6px.

v17.1.0

6 years ago
  • Add git pull --tags origin master to process release the new version.
  • Back with command reset the commit temp.
  • Change command in postversion.