Skip to content

Releases: getninjas/gaiden

Improvements in card profile.

02 Mar 00:05
Compare
Choose a tag to compare
  • Change the markup HTML card.
  • Create a class modifier text card (.card-prodfile__text--citation).

Fix width card elements in IE10

27 Feb 18:02
Compare
Choose a tag to compare

Changes with this release:

  • Corrects the width of the .card elements that did not make the wrap respecting the width of the card. #161

Update List and create Listing

27 Feb 16:18
Compare
Choose a tag to compare

Changes with this release:

  • Deprecated modifier list--link component #160
  • Update default style for list component #160
  • Create the listing and listing__title for use list with title #160

15.0.1

08 Feb 18:52
Compare
Choose a tag to compare

Changes with this release:

  • Updates the Headings documentation with description o font-sizes, class names, html tags displaying in mobile and desktop view. PR: #145

v14.1.0

22 Jan 16:48
Compare
Choose a tag to compare

Changes with this release:

  • Added a border to the card component #151
  • Fixed a layout bug on the media component #141

v14.0.0

22 Jan 16:25
Compare
Choose a tag to compare
  • Add container--top-items modifier that aligns inner items of container at top, using align-items: flex-start.
  • Delete widget--no-vertical-grow modifier from widget ⚠️

PR: #149

13.1.0

11 Jan 12:47
Compare
Choose a tag to compare

Added --no-vertical-grow modifier to widget, that aligns the widget to top and avoid grow of widget height according to flex rules, using align-self: flex-start.

PR: #147

Refactoring footer

10 Jan 13:13
Compare
Choose a tag to compare

Now we have a new footer on Gaiden, following the print above.

screen shot 2018-01-10 at 11 12 27

dist version fix

05 Oct 16:35
Compare
Choose a tag to compare

This release fixes the bundling of the .min.css dist file

Update to "version 2"

03 Oct 02:44
Compare
Choose a tag to compare

"Version 2" was the title that our designers was using internally. This is about a new version of UI made by him, here at GetNinjas.

We have a lot of adjusts on layouts from components and generic things, like background color of body.

Below, there is a list of same of this adjusts and fixes.

Body has a new bg color

This is a break change of reset. Background color of body has wall color. This is it.

Moving reset from outside of _generic/reset file

This change was made because our intern projects are importing some sources of gaiden, directlly, from source. This reset.scss file was importing a dev dependency of Gaiden, reset-css.

btn--full-card moved to card

The btn-full-card was moved to card component. It was on media-box.

Button rounded

There is a new button, button--rounded. Now, we are happy with all our designers!

npm start

Using npm run dev it was funny, but no cool. Now we are very cool using npm start.

Another fixes

  • Fixing assets path of browser-sync;
  • Adding wall--condensed, to walls that have a minor space than original wall;
  • picture--rounded now have a overflow to avoid broken CSS when image source is 404 (Firefox uses alt text to fill this space of broken image);
  • Removing spaces from media-box--action and moving to media-box root element;
  • Changing modifier media-box--card to media-box--in-row to reflect the real use of this;
  • When container is with list there is no padding;
  • Cursor pointer on checkbox and radio button;
  • list is 100% now;
  • Using mixin media instead calculates the break(small|large|n) media queries;
  • Fixing footer styles to make compliance with new UI;
  • PostCSS fixes. Dev build was not inserting prefixes with autoprefixer;
  • Using get-weight on all font-weight properties;