Skip to content

Releases: UniversityofHelsinki/Styleguide

release-1.3.3: Fixed paragraphs inside table cells

09 May 10:03
Compare
Choose a tag to compare

release-1.3.2: Streamlined ingress styles and added space to textarea lists

03 May 05:22
Compare
Choose a tag to compare

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

26 Apr 12:45
Compare
Choose a tag to compare

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

08 Mar 10:19
Compare
Choose a tag to compare

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

22 Feb 09:23
Compare
Choose a tag to compare

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

25 Jan 08:13
Compare
Choose a tag to compare

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

10 Jan 13:45
Compare
Choose a tag to compare

Changes:

  • Give anchors outline, so that the focus can be seen if needed.

Minor updates.

20 Dec 11:15
Compare
Choose a tag to compare

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

15 Dec 15:42
Compare
Choose a tag to compare

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

01 Dec 12:43
Compare
Choose a tag to compare

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