Releases: getninjas/gaiden
Releases · getninjas/gaiden
Fonts and some footer fixes
CHANGELOG and BUG FIXES 📝 🐛 🪲
- 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]',
},
}
Refactor Button Component
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
CHANGELOG 📝
- Fix background color on hover button
- Fix word wrap in content card
Responsive Headings, Subtitles and Highlight
CHANGELOG 📝
- Added responsive sizes to Titles, Subtitles and derivatives components.
New Gaiden
CHANGELOG 📝
- New build with webpack 5
- New docs using Storybook https://getninjas.github.io/gaiden
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
CHANGELOG 📝
- Move grid settings file to
shared
folder #213.
v17.2.2
Fix card size
Fix space between paginate item when minified HTML.
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
to6px
.
Change README and Commands build process
- Add
git pull --tags origin master
to process release the new version. - Back with command reset the commit temp.
- Change command in
postversion
.