v3.0.8 release notes
- Release date: 2013-06-27
- Downloads
What's New
Changes That Break Things
- GC Web Usability theme home page: The example markup and CSS has changed. The example was only intended to demonstrate the priorities section and the other sections (headlines, video, keep connected and minister) were only meant as filler content (not meant to be implemented). To minimize confusion, all the home page specific markup and CSS has been removed except for the markup and CSS related to the priorities section. In addition, the layout has been switched over to straight grids. If the old CSS is still needed, then it can be found in demos/theme-gcwu-fegc/css/old-homepage.css. The following ids and classes have been affected:
gcwu-content
(replaced withspan-6
)gcwu-aside
(replaced withspan-2
)gcwu-headlines
(removed along with the associated section)gcwu-video
(removed along with the associated section)gcwu-connected
(removed along with the associated section)gcwu-minister
(removed along with the associated section)
- Tabbed interface: The tabbed interface's mobile view now gives priority to the URL hash when determining which tab panel to display on plugin load. Prior to this change, the last tab panel opened during a user's browsing session would be displayed (if the user's web browser natively supported sessionStorage). The order of precedence used to determine which tab panel to display is as follows:
- URL hash that matches a tab panel ID.
- Previously opened tab panel from a user's browsing session (if the user's browser supports sessionStorage).
- Tab with the
.default
CSS class. - First tab panel of the tabbed interface.
Other changes
- Corrected Government of Canada navigation bar and footer links
Details
Number of commits: 119
- @pjackson28: 77 commits
- @nschonni: 18 commits
- @EricDunsworth: 12 commits
- @LaurentGoderre: 7 commits
- @cfarquharson: 2 commits
- @patheard: 2 commits
- @chyne: 1 commit
List of commits
- Updated version to v3.0.8-development. - Paul Jackson, 2013-05-16 00:43:27 -0400
- Added bookmark.js to the JSHint exclusion list. - Paul Jackson, 2013-05-16 01:02:49 -0400
- Added hashchange.js to the JSHint exclusion list. - Paul Jackson, 2013-05-16 01:09:08 -0400
- Added more 3rd party dependencies to the JSHint exclusion list. - Paul Jackson, 2013-05-16 01:17:42 -0400
- Restored know working version of build-tasks.xml and updated version to v3.0.8-development. - Paul Jackson, 2013-05-16 01:28:03 -0400
- Stripped down home page markup and CSS to the bare minimum since original filler content was not intended to be used. - Paul Jackson, 2013-05-17 13:28:07 -0400
- Corrected typo in old-homepage.css. - Paul Jackson, 2013-05-17 14:48:09 -0400
- Updated PHP variant working example references. - Paul Jackson, 2013-05-17 22:46:08 -0400
- Adjusted footnotes working examples to demonstrate consecutive reference links. - Eric Dunsworth, 2013-05-18 00:32:17 -0400
- Disabled left/right margins on module-news-article images in mobile view. Prevents too much left/right spacing from appearing around images that use margin-left/right-* classes in larger view modes. - Eric Dunsworth, 2013-05-22 11:18:28 -0400
- Forced links within a strong element to font-weight: 700 to avoid unbolded links in such scenarios (#2358). - Paul Jackson, 2013-05-22 14:10:07 -0400
- Added support for adding Share widget sites through settings.js and data-wet-boew. - Paul Jackson, 2013-05-23 11:57:05 -0400
- Switched settings.js and the addSites commented examples over to proper JSON. - Paul Jackson, 2013-05-23 12:29:59 -0400
- Icons: Move images to sprite named folder - Chad Farquharson, 2013-05-23 20:39:20 -0400
- Icons: Use compass spriting - Nick Schonning, 2013-05-23 20:49:54 -0400
- Icons: Remove images duplicated from wb-icons - Nick Schonning, 2013-05-23 20:50:10 -0400
- Changed reload method for mobile/desktop view transition to prevent hash from being stripped and allowing posts to be reposted. - Paul Jackson, 2013-05-23 22:49:36 -0400
- Removed redundant placeholder selector declaration in details SCSS. - Eric Dunsworth, 2013-05-23 23:45:11 -0400
- Changed opened details to use child combinator selector in IE7-8 (via IE details SCSS). Prevents deeper child elements from inheriting "display: block;" properties. - Eric Dunsworth, 2013-05-23 23:54:45 -0400
- Fixed mobile menu to handle special menu structure identified in #2365. - Paul Jackson, 2013-05-24 01:32:07 -0400
- Added link to project mega menu regarding the new mobile standard. - Paul Jackson, 2013-05-24 01:39:10 -0400
- Corrected English link in mega menu update. - Paul Jackson, 2013-05-24 01:41:19 -0400
- Corrected URL for Standard on Web Interoperability link in project mega menu. - Paul Jackson, 2013-05-24 01:42:58 -0400
- Update sessiontimeout.js - Christopher Hyne, 2013-05-24 10:49:12 -0300
- Smoothed out loading of the datepicker toggle button. - Paul Jackson, 2013-05-25 00:48:46 -0400
- Removed colour and added icons to documentation and questions or comments buttons in working examples (#1941). - Paul Jackson, 2013-05-25 00:58:55 -0400
- Fixed intranet theme documentation link. - Paul Jackson, 2013-05-25 01:18:26 -0400
- Icons: Added star and folder icons - Nick Schonning, 2013-05-25 21:20:44 -0400
- Icon: Fix fax icon - Nick Schonning, 2013-05-26 14:00:56 -0400
- Corrected markup for French Twitter Embedded Timeline example (#2409). - Paul Jackson, 2013-05-27 13:41:43 -0400
- Set print dd width to 100% in footnotes SCSS. Prevents short footnotes from appearing side-by-side. - Eric Dunsworth, 2013-05-28 23:15:28 -0400
- Added links to the new Versioning page. - Paul Jackson, 2013-05-28 23:42:38 -0400
- Form validation: Corrected the hiding of the aria-live region (#2433). - Paul Jackson, 2013-05-29 13:42:50 -0400
- Fixed #2368 (removed outline on mobile form w/ background-light - Chad Farquharson, 2013-05-29 21:48:58 -0700
- Disabled prettify box-shadow property in no-js SCSS. Prevents partial light background colour from appearing in place of non-existent line numbers. - Eric Dunsworth, 2013-05-30 11:16:48 -0400
- Grid icons: added padding-right to rel='external' links in lightbox - Pat Heard, 2013-05-31 09:19:24 -0400
- Tabbedinterface (mobile): allow URL hash to determine active tab to display - Pat Heard, 2013-05-31 12:07:24 -0400
- Removed extra left and right margins from error container's children in form validation SCSS. - Eric Dunsworth, 2013-05-31 15:53:13 -0400
- Fixed errorContainer declaration issues in form validation SCSS. - Eric Dunsworth, 2013-06-01 00:20:59 -0400
- Form validation: Fixed invalid SCSS extend to a non-existent placeholder. - Paul Jackson, 2013-06-05 01:32:59 -0400
- Fixed margin-right-0 placeholder selector issues in form validation SCSS. - Eric Dunsworth, 2013-06-05 19:13:57 -0400
- Fixed Firefox autoHeight issue in tabbed interface SCSS. - Eric Dunsworth, 2013-06-06 00:36:20 -0400
- Lightbox: Removed aria-haspopup and optimized loader. - Paul Jackson, 2013-06-06 02:09:26 -0400
- Lightbox: Corrected title object assignment and changed pe to _pe. - Paul Jackson, 2013-06-06 02:37:07 -0400
- Changed dataTitle to title in title object assignment. - Paul Jackson, 2013-06-06 02:41:41 -0400
- Updated the post build script to use wet-boew.github.io for examples - Laurent Goderre, 2013-06-06 14:55:38 -0400
- Lightbox: Removed duplicate dialog role. - Paul Jackson, 2013-06-06 22:52:12 -0400
- Lightbox: Fixed WAI-ARIA usage to allow more natural keyboard navigation. - Paul Jackson, 2013-06-07 12:54:47 -0400
- Added aria-label to loaded content when AJAX or inline content. - Paul Jackson, 2013-06-07 13:31:39 -0400
- Removed aria-label from loaded content and added dialog title to the tabbing order. - Paul Jackson, 2013-06-07 16:09:23 -0400
- Lightbox: Improved handling of WAI-ARIA for image and documents. - Paul Jackson, 2013-06-07 23:02:12 -0400
- Removed the branch option for the working example checkout - Laurent Goderre, 2013-06-10 12:25:42 -0300
- Build: Change submodule CI updating - Nick Schonning, 2013-06-10 23:34:14 -0400
- Reworked Firefox autoHeight fix and added comment for context. - Eric Dunsworth, 2013-06-12 12:44:55 -0400
- Added ID escaping support to footnotes plugin. Prevents linking issues with footnotes denoted by symbols. - Eric Dunsworth, 2013-06-12 15:54:27 -0400
- Fixed scrolling of archived content. - Paul Jackson, 2013-06-13 13:39:20 -0400
- GCWU theme: Corrected header and footer links. - Paul Jackson, 2013-06-15 01:53:46 -0400
- Removed icons from documentation and question buttons in working examples. - Paul Jackson, 2013-06-16 02:14:40 -0400
- Build: Init submodule for Travis demo building - Nick Schonning, 2013-06-16 16:04:54 -0400
- Build: Localize build timestamp timezone - Nick Schonning, 2013-06-17 18:32:16 -0400
- Added the timezone identifier - Laurent Goderre, 2013-06-18 11:13:03 -0400
- Lightbox: Updated dependency - Paul Jackson, 2013-06-22 00:51:07 -0400
- Tabbed interface: Updated dependency - Paul Jackson, 2013-06-22 00:59:48 -0400
- Prettify: Updated dependencies - Paul Jackson, 2013-06-22 01:12:47 -0400
- Corrected GCWU and GCWU intranet theme title hover effect. - Paul Jackson, 2013-06-24 23:23:48 -0400
- Expand/collapse: Fixed child element bug in IE8 (#2591). - Paul Jackson, 2013-06-25 11:25:22 -0400
- Added the post build environment variable and the v4.0 to the supported branches - Laurent Goderre, 2013-06-26 17:45:24 -0400
- Fixed the post build condition - Laurent Goderre, 2013-06-26 17:53:43 -0400
- Updated build version to v3.0.8-release. - Paul Jackson, 2013-06-27 12:49:32 -0400
- Updated README.md and Home pages with new release information. - Paul Jackson, 2013-06-27 12:53:08 -0400
- Date modified: