Skip to content

Releases: getninjas/gaiden

Fonts and some footer fixes

01 Apr 18:56
Compare
Choose a tag to compare

CHANGELOG and BUG FIXES 📝 🐛 🪲

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]',
        },
}

Refactor Button Component

13 Dec 14:07
Compare
Choose a tag to compare

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.

Little fixes in Button and Card

13 Dec 14:12
Compare
Choose a tag to compare

CHANGELOG 📝

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

Responsive Headings, Subtitles and Highlight

13 Dec 14:09
Compare
Choose a tag to compare

CHANGELOG 📝

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

New Gaiden

29 Nov 15:59
Compare
Choose a tag to compare

CHANGELOG 📝

BREAKCHANGES ⚠️

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

Enable variables to media queries in all themes

14 Nov 13:42
Compare
Choose a tag to compare

CHANGELOG 📝

  • Move grid settings file to shared folder #213.

v17.2.2

25 Jul 19:18
Compare
Choose a tag to compare

CHANGELOG 📝

  • Fix li click area #171

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

Fix card size

02 Jul 21:36
Compare
Choose a tag to compare

CHANGELOG 📝

  • Fix profile card size #170

  • Before:

pr-wrong

  • After:

pr-correctly

Fix space between paginate item when minified HTML.

06 Apr 13:20
Compare
Choose a tag to compare

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.

Change README and Commands build process

05 Mar 14:36
Compare
Choose a tag to compare
  • Add git pull --tags origin master to process release the new version.
  • Back with command reset the commit temp.
  • Change command in postversion.