Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

1.9

Compare
Choose a tag to compare
@klepas klepas released this 08 Nov 06:43
· 151 commits to develop since this release

1.9 - 2016-11-07

Large changes

  • Moved font sizing declarations to body, rather than applying them to ul, ol, p, dt, dd, etc. directly. This should avoid the need to apply font-size: 1em resets for nested content, eg a p or ul > li inside a table > td.
    Adds a new gulp task (styleguide.data) which outputs a JSON file of all the SASS comment sections (and their children, nested). This is being used by the new dto-design-guide Jekyll repository.

Bugfixes

  • main now receives the same padding-top at mobile sizes that it received at tablet+ sizes (fix for content hugging the top of main/the page header).
  • Changes .inline-nav to .inline-tab-nav as actually documented.
  • Fixed Vertical lists not displaying correctly in IE7-8.
  • Fixes global menu not opening completely on iOS 9 #365.
  • Fixes to button styles #328.
  • Fix for missing feedback button on mobile #348. Header feedback button continues to be hidden on mobile but support is now provided for a feedback button to be used in the footer which is visible at mobile sizes.

Styleguide

  • Renamed the design guide website to DTO Design Guide & UI-Kit.
  • Renamed complete example page to 'all' (/examples/all.html).
  • Reformatted component example .hbs files to a max line character length of 80.
  • Update name of Slack channel from #govau-uikit/#govau-guides to #guides-uikit

UI-Kit changes

  • Changes current uppercase site title topbar to be set-case and removes letter-spacing.