Releases: UniversityofHelsinki/Styleguide
Releases · UniversityofHelsinki/Styleguide
release-1.3.3: Fixed paragraphs inside table cells
Changes since 1.3.2
- Fixed paragraphs inside table cells.
See: http://universityofhelsinki.github.io/Styleguide/#section-6-1
release-1.3.2: Streamlined ingress styles and added space to textarea lists
Changes since 1.3.1
- Streamlined ingress styles into textarea-ingress
- Removed box ingress p
- Added more space to ordered lists with more than 9 items
- Removed new Chrome's default text-decoration on abbr-elements (header links)
release-1.3.1: Icon update + bug fixes
Changes since 1.3.0:
- Added "Eye-slash" icon
- Changed box-card header to a link (div -> a) see: eb58001
- Fixed index topical title and hide mobile menu links from the lvl-4 and onwards
- Also some small colour changes
release-1.3.0: Box-story--topical variant + bug fixes
NOTICE!
This is a bc-breaking update
BC-breaking changes:
- Differentiated box-story--topical to its own variant
- Changed box-story__topical to box-story__meta (to not be confused with the variant)
- Cleaning up box-story
Other changes:
- Fixed link colors in headings to be inherited from heading
- Fixed background color bug when button--action type buttons are clicked/focused/hovered.
- Changed $lightgray to a little bit darker and text-liftup to use $lightgray
- Changed box-card column layout to trigger at the medium-breakpoint and fixed the box-card template
release-1.2.1: Box-liftup component + bug fixes
Changes
- Added new component "box-liftup"
- Added page-break-inside to index rows to fix content flow
- Prevents the last item of the first column (if it takes two lines for example) to flow into the second column
- Also removed obsolete css from box-hero and gave it a little bit more width
- Added darkgray back
- Fixed horizontal tabs min-width (for mobile)
- Fixed top bar inactive language "link" color fix
- Fixed text inputs and textarea to have white background (not transparent)
- Fixed search-form__dark input to have $darkgray background (not $black)
release-1.2.0: Font size and colour adjustments
Changes
- Added square and square-checked icons
- Added form styles and removed obsolete button mixins
- Added base-font-size to element
- Modified list-as-block icon to correlate our icon styles
- Modified font sizes according to Ville's (Gofore) instructions
- Removed pixel fallback from font-size mixin (IE11 and onwards fully support rems)
- Refactored font-size mixin to allow desired mobile size using optional argument
- Removed unwanted colours and added one gray color ($mediumsilver)
- Also streamlined colours to use only variables (no custom colors using lighten/darken functions)
Note
This release might break things.
Minor update
Changes:
- Give anchors outline, so that the focus can be seen if needed.
Minor updates.
Updated in this release:
- Fixed top-bar logo and text wrapping in mobile width
- Carousel-unwrapped--teaser changed to hero-component and minor changes its the styles
- Header language links disabled colour fix
- Removed white arrow on white background from box-story component.
- Float and margin fixes to feed_listing component
release-1.1.1 : Minor changes/fixes
Changes:
- Carousel-unwrapped--teaser changed to hero and minor changes its the styles
- Header language links disabled colour fix
- Fix for top-bar content justifying problems
release-1.1.0: Merge pull request #60 from UniversityofHelsinki/develop
List of changes in this release:
- Removed ruby and all its dependencies/extensions
- Removed Lora -font
- Removed forms and grid scss-files
- Added node-sass compiler and all necessary node modules
- Added twitter-related icons
- Added header and footer styles + Style guide templates
- Fixed Style guide demo template-issues
- Made the sass structure much more clean and straightforward
- Reverted old blue colour
Notice!
The installation notes has changed, since there's no ruby nor bundler.
If you have old node modules installed, you might want to run npm prune
before running npm install