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

Releases: unimelb/unimelb-design-system

v3.5.1

12 Nov 05:17
Compare
Choose a tag to compare

This patch release covers 1 issue and 5 pull requests.

What's new

  • Fixed new heading style <h1 class="aligned-title"> introduced in v3.5 to work with header-less layouts (but not yet documented).
  • Add home icon to breadcrumbs.
  • Force FOUC while custom fonts are loading.
  • Hide select control on Windows versions of Firefox

v3.5

11 Nov 04:07
Compare
Choose a tag to compare

This minor release covers 13 issues and 15 pull requests.

What's new

  • People who use their browser's back button to close the menu (especially on mobile) are no longer taken to the previous page. Browser history is used to keep track of the state of the navigation menus (both local nav and global sitemap) - after opening a menu, a user may now use the browser's back button to close it.
  • Style citations and reference lists with classes citation and citation-list.
  • Add social share icons on an event page with class social-links.
  • Figures with captions can now be used inside news articles with class full-width.
  • Add check-circle and lock icons.
  • Changed Facebook icon to respect their official guidelines.
  • Images are now cleared properly in news and search listings.
  • Fixed lead text padding (broken in v3.4.1), and removed top padding from sections that follow a lead.
  • Fixed checklists (broken in v3.4.1).
  • Fixed alignment issue in step list on IE10/11.
  • Fixed tick marks issue in ticked list on IE8/9.
  • Fixed title alignment, and adjusted spacing for header-less template.
  • Fixed inner markup padding for event detail layout.
  • Hide visible scrollbars on mobile wrapped tables by default on windows desktop browsers.
  • Remove top padding from h1 with class highlightwhen used inside a header (top padding of header was increased in a previous release).

v3.4.1

29 Oct 06:12
Compare
Choose a tag to compare

This patch release covers 4 issues and 10 pull requests. Some 11 stagnant issues were also closed.

What's new

  • Mixed markup (headings, lists, etc.) renders better inside a single-date event page.
  • Simpler build process (Gulp and dependencies removed).
  • Drop-down menus, radio buttons and checkboxes can now be used inside the Enquiry component (see Intranet layout for examples).
  • Ticked lists can now be used inside step lists.
  • Floating figures no longer break on pages with a jump navigation.
  • More robust jump navigation positioning.
  • Development ports have been changed from 5xxx to 7xxx to remove conflict with Heracles.

v3.4

23 Oct 05:31
Compare
Choose a tag to compare

This minor release covers 4 issues and 11 pull requests.

What's new

  • Turn <select> elements into navigation menus with class select--nav (see the Intranet layout for an example)

  • Custom styles for drop-down menus are now applied on IE8 and IE9, just like on other browsers

  • Dark version of Enquiry component with class enquiry--dark

  • Fixes and improvements to markup and styles of Enquiry component, including new form class to mark sub-text: form__subtext

  • Soft style for Pathfinder with two boxes: class="pathfinder-2 soft"

  • 7 new icons: computer, devices, face, group, hr, jobs, and money

  • Alternate syntax for header-less layout: instead of setting the headerless class on container role="main", use empty div as first child:

    <div role="main">
     <div class="headerless"></div>
     ...
    </div>
    
  • Improved style for lead text when layout uses in-page navigation

v3.3.1

19 Oct 22:08
Compare
Choose a tag to compare

This patch release solves critical issues with the tabs component (#371) and the OpenStreetMap implementation (#337). It also adds a favicon to http://web.unimelb.edu.au (you may need to clear your cache to see it), and brings support for Node.js v4.2.1.

Issues

  • IE9 doesn't support css columns #242 (PR #322 merged in past release)
  • No favicon? #282
  • Filtered-listings / Pre-select filters - additional enhancement #295
  • course structure page tables #299
  • Table alignment with the rest of the content #323 (wontfix)
  • Openstreetmap implementation appears to be broken #337
  • Detailed Staff listing don’t place images correctly with long descriptions #340
  • Uglify warnings when building assets for production #370
  • Switching tabs doesn't update the URL hash in v3.3 #371

Pull requests

  • Fix detailed staff listing with long text #368
  • Add favicons #369
  • Fix URL hash not updating when switching tabs #372
  • Upgrade to node 4.2.1 and related dependencies #373
  • Check for unfiltered space in section name #376
  • Center+cover background image of Instagram tiles in listings #378
  • Override display styles for course page side tabs #379
  • Update to our own defined tileset id and accesstoken #380
  • Increment version and rebuild static #381

v3.3

22 Oct 02:53
Compare
Choose a tag to compare

What's new

  • .lead.left for left aligned lead text (#355)
  • .page-announcement to inject announcements at the top of the page. Announcements can be dismissed by the user, and are never shown again after that (implemented with localStorage) (#357)
  • support for more input field types in forms: email, number, password, url (#360)

Issues

  • Tabbed page rewrite URLs in IE #349
  • Refactor .short header styles/injection #347
  • Scroll to form bug #364

Pull requests

  • Lead-left text and other minor staff-hub tweaks #355
  • Announcement feature #357
  • Increase padding-top of header on mobile #358
  • Refactor short header #359
  • Apply text based input styles uniformly on html5 input types #360
  • Fix announcements on IE8 #361
  • Set href correctly for push state #362
  • Set href correctly for push state #362
  • Clean up dependencies and update Node version #365
  • Tighten up tab hash checking, and inpage scroll interaction #366
  • Rebuild static files for deploy #367

v3.2

01 Oct 03:38
Compare
Choose a tag to compare
Merge pull request #343 from marcom-unimelb/intranet-components

Intranet components and wide/stacked nav block listing

v1.0

24 Apr 05:25
Compare
Choose a tag to compare
revert id change to preserve legacy injection

v0.8

25 Mar 06:11
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release
update web.unimelb for 0.8 deploy

v0.7: Merge pull request #214 from marcom-unimelb/print-styles

16 Mar 05:41
Compare
Choose a tag to compare
add basic print styles, prep for 0.7 fix #211