This repository was archived by the owner on May 30, 2023. It is now read-only.
v1.1.1
v1.1.1
Notes
Forgot to update version number in compiled css. This is a trivial patch - but it needs to be done. See change log for v1.1.0 (the actual update) below.
v1.1.0
Notes
Apologies for the necessary deprecations.
Improvements
- Items within a list using the
is-inline-listmodifier will now wrap. - Added a top-margin of 0.3rem to
dtelements that are preceded by addelement. This adds a little more breathing room. - Removed the _form.scss module. This should have been removed version 1.0.
- Removed bottom-margin from heading tags when used in a
top__brandelement. - Removed the redundant form/form.scss file.
- Removed absolute positioning from the
top__burgerelement when theis-mobile-responsivemodifier is active. - Added 'square' to the
$image-square-sizeslist and removed the$image-square-sizevariable. - Changed the default value of
$tab-border-radiusto 0. Previous value was 6px. - Added
is-loadingmodifier to theis-selectcontainer. - New form variable
$select-loading-animationwith value spinner .8s linear infinite. - New form variable
$select-loading-widthwith value 2px. - New form variable
$select-loading-colorwith value $light-grey.
Bug fixes
- Tab list item padding was being applied to the
lielement instead of theaelement. All content within a tab list item must be placed within theaelement. - The
is-flex-startgrid modifier is now using thealign-itemsCSS property instead ofalign-content. - Menu list item padding was being applied to the
lielement instead of theaelement. All content within a menu list item must be placed within theaelement. - Removed the on hover underline for
aelements inpaginationlist items. - Pagination list item padding was being applied to the
lielement instead of theaelement. All content within a pagination list item must be placed within theaelement. - The
is-activemodifier now works ontop__burgerelements that do not have thehas-animatemodifier. - The
top__burgerelement now appears vertically centered within the top bar. - The
is-mobile-response.is-openmodifier did not work on top elements with containers. This has been corrected. - Active list items within the
is-expandablelist now use the correct background color. - Button addon groups where taking up 100% width when nested within a button group. These have been corrected to auto width.
- Tag groups and addons now have 100% width.
Deprecations
- The
tabs__titleelement will be removed this patch. Please use a regular list item or create your own title element. - The
tabs__itemelement will be removed this patch. To create a tabs list item you only need a regularlielement within a list that contains thetabs__listclass. - The
has-bordersmodifier in the tabs module has been replaced withhas-border. - The
$tab-bar-colorvariable will be removed and replaced with$tab-border-color. The default value remains the same. - The
$tab-bar-widthvariable will be removed and replaced with$tab-border-width. The default value remains the same. - The
menu__slidedownelement will be removed this patch. Please use theis-expandablemodifier instead. - The
$menu-slidedown-bordervariable will be removed this patch and replaced with$menu-expandable-border. The default value remains the same. - The
$menu-slidedown-marginvariable will be removed this patch and replaced with$menu-expandable-margin. The default value remains the same. - The
$menu-slidedown-padding-leftvariable will be removed this patch and replaced with$menu-expandable-padding-left. The default value remains the same. - The
$menu-slidedown-item-paddingvariable will be removed this patch and replaced with$menu-expandable-item-padding. The default value remains the same. - The
$image-square-sizevariable has been removed. You can edit this value with the$image-square-sizesvariable instead.