v3.0.3 release notes
- Release date: 2012-12-21
- Downloads
Details
Number of commits: 221
- @LaurentGoderre: 87 commits
- @pjackson28: 63 commits
- @nschonni: 48 commits
- @EricDunsworth: 7 commits
- @patheard: 6 commits
- @duboisp: 4 commits
- @cfarquharson: 3 commits
- @berubs: 2 commits
- @J-Kat: 1 commit
List of commits
- @if for -moz-placeholder - Nick Schonning, 2012-11-15 21:13:43 -0500
- Use force-wrap mixin - Nick Schonning, 2012-11-15 21:13:43 -0500
- Hide progress-bar vendor prefix from IE - Nick Schonning, 2012-11-15 21:13:44 -0500
- Use vendor mixin for animation - Nick Schonning, 2012-11-15 21:13:45 -0500
- Wrap -moz- elements in @if - Nick Schonning, 2012-11-15 21:13:45 -0500
- Wrap -webkit- elements in @if - Nick Schonning, 2012-11-15 21:13:46 -0500
- Rebased and additional -moz- wrapping - Nick Schonning, 2012-11-15 21:19:47 -0500
- v3.0.3-a1 build - Paul Jackson, 2012-11-15 22:04:50 -0500
- Updated readme and demo home page with link to v3.0.2 release notes. - Paul Jackson, 2012-11-15 22:28:38 -0500
- Corrected French grammar issues in readme and demo main page. - Paul Jackson, 2012-11-15 22:32:21 -0500
- Fix directory used for csslint-report task - Nick Schonning, 2012-11-16 14:31:38 -0500
- Single line padding declaration - Nick Schonning, 2012-11-16 14:31:38 -0500
- Zoom hack mixin - Nick Schonning, 2012-11-16 15:08:29 -0500
- Background position to percentages - Nick Schonning, 2012-11-16 15:09:55 -0500
- Fix background mixin - Nick Schonning, 2012-11-16 15:23:02 -0500
- Single declaration of lightbox controls - Nick Schonning, 2012-11-16 16:15:16 -0500
- More background positions to percentiles - Nick Schonning, 2012-11-16 16:33:44 -0500
- Don't embed base64 string in slider - Nick Schonning, 2012-11-16 16:55:15 -0500
- Slider IE7 and IE8 customizations where the same - Nick Schonning, 2012-11-16 17:06:38 -0500
- Move comment outside SCSS block - Nick Schonning, 2012-11-16 17:17:00 -0500
- Duplicate properties are created by inline-block - Nick Schonning, 2012-11-16 17:25:23 -0500
- Change text-indent hiding - Nick Schonning, 2012-11-16 17:56:07 -0500
- Fixed broken HTML5 specification link in table parser working example page. - Eric Dunsworth, 2012-11-18 23:24:45 -0500
- Change toolbar to class from mixin - Nick Schonning, 2012-11-19 14:10:04 -0500
- Common border-image class - Nick Schonning, 2012-11-19 15:39:47 -0500
- Fixed issue #695 which prevented plugins to load in IE when an id was added to the head element - Laurent Goderre, 2012-11-19 17:25:19 -0500
- Check for changes at the end of Travis build - Nick Schonning, 2012-11-19 21:46:14 -0500
- Suppressed the diff result from the build output and replace it with a more useable message - Laurent Goderre, 2012-11-20 11:50:25 -0500
- Corrected hidden French headings for GC nav bar as identified in #721. - Paul Jackson, 2012-11-20 14:18:51 -0500
- Replaced English link text with French equivalents in French working examples index page. - Eric Dunsworth, 2012-11-21 21:38:13 -0500
- Capitalized first letter of "French" and "English" in certain working example pages. - Eric Dunsworth, 2012-11-21 21:44:22 -0500
- Updated to jQuery v1.8.3. - Paul Jackson, 2012-11-22 10:19:25 -0500
- Move post build Travis checks to script - Nick Schonning, 2012-11-22 14:36:30 -0500
- Rebuild with new jQuery - Nick Schonning, 2012-11-22 14:47:18 -0500
- Fix execute bit on shell script No need to chmod, which showed up as a changed file - Nick Schonning, 2012-11-22 15:11:16 -0500
- Fixed incorrect language switch for the multimedia plauer audio example - Laurent Goderre, 2012-11-25 12:07:59 -0500
- Only resize datepicker input if polyfill is active. - berubs, 2012-11-26 09:26:16 -0500
- Only resize datepicker input if polyfill is active - berubs, 2012-11-26 09:57:10 -0500
- Fixed keyboard activation of menu bar links for menu items without a mega menu. - Paul Jackson, 2012-11-26 15:03:19 -0500
- Manually merged pull request #716 - Paul Jackson, 2012-11-26 21:40:37 -0500
- Merged in pull request #741 - Paul Jackson, 2012-11-27 00:01:11 -0500
- Merged in pull request #734 - Paul Jackson, 2012-11-27 00:24:37 -0500
- Fixes #755 and #671. Also add .display-block, .display-inline, .display-inline-block. - Paul Jackson, 2012-11-27 02:04:41 -0500
- Fixed #750 by preventing a shift in focus when first selecting a tab with a mouse and instead shifting focus on the second click. - Paul Jackson, 2012-11-27 02:33:53 -0500
- Removed tabs-style-6 from v3.0 since v3.1 feature. - Paul Jackson, 2012-11-27 02:35:17 -0500
- Fix line endings when building on Windows - Nick Schonning, 2012-11-27 11:29:18 -0500
- Hardcode bang comment block for 3rd party - Nick Schonning, 2012-11-27 12:23:05 -0500
- Add additional comment block escape - Nick Schonning, 2012-11-27 12:32:05 -0500
- Improved the autocomplete polyfill so it looks for matches throughout the string like Firefox rather than just at the start of the string like Chrome. - Paul Jackson, 2012-11-27 12:45:51 -0500
- Reduced the amount of mega menu links to improve rendering performance (since was 5 times the average number of links used on other sites). - Paul Jackson, 2012-11-27 13:17:23 -0500
- Fixed a problem with the search area spanning 100% on desktop view when no menu or search is used. - Laurent Goderre, 2012-11-27 16:02:54 -0500
- Built changes to the mobile transition - Laurent Goderre, 2012-11-27 16:07:46 -0500
- Fixed the mobile change - Laurent Goderre, 2012-11-27 17:00:44 -0500
- Removed foreground colours from .background-white, .background-light and .background-medium. - Paul Jackson, 2012-11-27 21:47:06 -0500
- Rebuilt grid files. - Paul Jackson, 2012-11-27 22:02:53 -0500
- Moved .: into removehash regex and escaped period - Pat Heard, 2012-11-28 08:41:18 -0500
- Fixed URL has escaping to avoid jQuery selector errors, as per #767. - Paul Jackson, 2012-11-28 10:09:07 -0500
- Merged in pull request #768. Added missing '#' for #767. - Paul Jackson, 2012-11-28 10:58:12 -0500
- Moved the output of the build to the dist folder (#464) - Laurent Goderre, 2012-11-28 12:08:06 -0500
- Use common icon sprite - Nick Schonning, 2012-11-28 12:29:22 -0500
- Common sprite class for Intranet theme - Nick Schonning, 2012-11-28 12:47:57 -0500
- Space between bracket and identifier - Nick Schonning, 2012-11-28 13:02:28 -0500
- Mixin for signiture block - Nick Schonning, 2012-11-28 17:41:00 -0500
- Common intranet menu background image - Nick Schonning, 2012-11-28 17:51:35 -0500
- Compact background constructor - Nick Schonning, 2012-11-28 18:05:12 -0500
- Restored next, previous and play buttons to tabs-style-5. - Paul Jackson, 2012-11-28 22:06:45 -0500
- Removed unnecessary debugging statement. - Paul Jackson, 2012-11-28 22:28:38 -0500
- Fixed mobile view language link. Remove extra code from English working examples page. - Paul Jackson, 2012-11-29 00:59:31 -0500
- Fixed display of mobile view language link. - Paul Jackson, 2012-11-29 01:08:07 -0500
- Backported some of the updated Lightbox loader code to v3.0 (didn't bring back new title caption functionality. - Paul Jackson, 2012-11-29 01:25:57 -0500
- Removed unnecessary comments from Lightbox source. - Paul Jackson, 2012-11-29 01:28:33 -0500
- Rebuilt files - Paul Jackson, 2012-11-29 01:30:09 -0500
- Use conditionals for form mixins - Nick Schonning, 2012-11-29 10:20:25 -0500
- Remove dead code - Nick Schonning, 2012-11-29 10:24:56 -0500
- Use conditional in table mixin star hack - Nick Schonning, 2012-11-29 10:26:03 -0500
- Remove dead code - Nick Schonning, 2012-11-29 10:28:29 -0500
- Rebuild util-min.css with star hacks removed - Nick Schonning, 2012-11-29 10:32:36 -0500
- Set menulink href="#' if attribute was left off - Nick Schonning, 2012-11-29 11:11:34 -0500
- Added script to update the working examples - Laurent Goderre, 2012-11-29 11:49:22 -0500
- Adapted the token for the parent repo - Laurent Goderre, 2012-11-29 12:07:11 -0500
- Added output for the working example script - Laurent Goderre, 2012-11-29 12:43:20 -0500
- Added a placeholder bulgarian localization file (copied from the english) - Laurent Goderre, 2012-11-29 16:10:24 -0500
- Fix resource path from build to dist - Nick Schonning, 2012-11-29 19:50:12 -0500
- IE7 doesn't support hasAttribute - Nick Schonning, 2012-11-29 21:17:40 -0500
- Merged in pull request #786, resolving the SCSS issue that was breaking the build. - Paul Jackson, 2012-11-30 10:04:42 -0500
- Fixed same page links handling in mobile view. - Paul Jackson, 2012-11-30 11:01:05 -0500
- Renamed "Accessible Footnotes" to "Footnotes" and "Notes de bas de page accessibles" to ""Notes de bas de page". - Eric Dunsworth, 2012-11-30 20:35:32 -0500
- Fixed the foreground colour of .background-dark. Addressed some Grids icon issues. Removed sessionStorage loader from v3.0 since is a new feature introduced in v3.1 not v3.0. - Paul Jackson, 2012-11-30 21:57:57 -0500
- Fixed issues with Grids icons. - Paul Jackson, 2012-12-01 21:39:57 -0500
- Fixed .bakground-medium to ensure high contrast. - Paul Jackson, 2012-12-01 21:50:19 -0500
- Fixed Grids specificity issue by changing 'a.wb-icon-none' to '.wb-icon-none'. - Paul Jackson, 2012-12-01 22:55:19 -0500
- Changed double quotes to single quotes to better align with contribution guidelines. - Paul Jackson, 2012-12-01 23:07:33 -0500
- Corrected reference to Standard on Web Interoperability in README. - Paul Jackson, 2012-12-02 00:03:45 -0500
- Improved Grids icons CSS. - Paul Jackson, 2012-12-02 22:09:39 -0500
- Don't fixclrf on minified files - Nick Schonning, 2012-12-03 12:52:19 -0500
- Minor working example fixes - Pat Heard, 2012-12-04 13:56:44 -0500
- Removed redundant code regarding fix for empty 'a' tags Issues: #746 - Jesse Katzman, 2012-12-04 19:11:28 -0500
- Fixed display of vertical sliders in Webkit browsers when in mobile view. - Paul Jackson, 2012-12-04 21:20:43 -0500
- More descriptive commit message for Travis commit - Nick Schonning, 2012-12-05 11:54:26 -0500
- Single update of header file including build time - Nick Schonning, 2012-12-05 12:16:25 -0500
- Don't copy files to build folder - Nick Schonning, 2012-12-05 13:56:04 -0500
- Fixed typo in Lightbox working examples. Updated support for Grids. - Paul Jackson, 2012-12-05 14:13:01 -0500
- Removed duplication of code for the twitter web feed. - Laurent, 2012-12-05 15:34:44 -0500
- Fixed NAN showing when no publish dat is used in RSS feed - Laurent, 2012-12-05 16:08:32 -0500
- Modified working example script to keep previous builds in history - Laurent, 2012-12-05 16:16:53 -0500
- Fixed the display of the web feeds - Laurent, 2012-12-05 17:01:56 -0500
- Fixed the changes to the built files being overwritten by the checkout of gh-pages - Laurent, 2012-12-05 17:33:17 -0500
- Fixed the working example script - Laurent, 2012-12-05 19:12:04 -0500
- Updated the token with the new one - Laurent, 2012-12-05 20:19:43 -0500
- Fixed display issue with the web feeds when the base font size is smaller than 16pt - Laurent Goderre, 2012-12-06 09:16:50 -0500
- Added fix to the working example script to prevent all the build commit to be at the top - Laurent Goderre, 2012-12-06 10:38:32 -0500
- Fixed the rebasing in the working example script - Laurent Goderre, 2012-12-06 11:26:57 -0500
- Increased specificity for Feedback form CSS to avoid conflicts (#823). Updated Grid CSS and Web Feeds widget CSS. - Paul Jackson, 2012-12-06 15:30:03 -0500
- Update jRuby to 1.7.1 - Nick Schonning, 2012-12-06 16:16:39 -0500
- Fixed issue #719 and optimized the web feeds widget - Laurent Goderre, 2012-12-06 16:19:46 -0500
- Fixed JSHInt errors with the web feeds widget - Laurent Goderre, 2012-12-06 16:34:42 -0500
- Include CSS in header stamping - Nick Schonning, 2012-12-06 17:35:30 -0500
- Minor updates to Grids. - Paul Jackson, 2012-12-06 22:22:30 -0500
- Fixed french labels as per #723 - Laurent Goderre, 2012-12-07 08:27:56 -0500
- Black-listed the download branch from travis - Laurent Goderre, 2012-12-07 08:48:57 -0500
- Fixed the travis.yml - Laurent Goderre, 2012-12-07 11:27:02 -0500
- Added functionality to store the 10 latest build for specified branches - Laurent Goderre, 2012-12-07 14:02:24 -0500
- Fixed link in the travis config file - Laurent Goderre, 2012-12-07 14:12:48 -0500
- Made the new post build script executable - Laurent Goderre, 2012-12-07 14:33:03 -0500
- Added comments to the post build script - Laurent Goderre, 2012-12-07 16:00:56 -0500
- Fixed the post build script: # was not working for the v3.0 branch # was comitting non build files for the master branch - Laurent Goderre, 2012-12-07 16:43:53 -0500
- Added recursive copy to the post build script. - Laurent Goderre, 2012-12-07 16:53:31 -0500
- Minor text changes to grids documentation - Chad Farquharson, 2012-12-09 20:53:44 -0800
- Working example updated to include Zebra stripping on ul element. Related to issue #834 - Pierre Dubois, 2012-12-10 11:54:56 -0500
- Fixed #527 by pointing to different sources for each video. - Laurent Goderre, 2012-12-10 12:44:33 -0500
- Updated the wet-boew-zebra style for an ul to match the ol padding (Related to issue #834) - Pierre Dubois, 2012-12-10 14:36:39 -0500
- Fixed broken links to nonexistent #embedded ID in Grids working example page. - Eric Dunsworth, 2012-12-10 21:54:53 -0500
- Removed the latest prefix for the downloads since github sorts them by date anyways. - Laurent Goderre, 2012-12-11 11:10:59 -0500
- Fixed the post build script not committing build results - Laurent Goderre, 2012-12-11 17:25:06 -0500
- Fixed the post build script to committing the build result - Laurent Goderre, 2012-12-11 17:29:12 -0500
- Replaced force-wrap with white-space: pre-wrap;. Fixes issue #847. - Eric Dunsworth, 2012-12-11 23:27:07 -0500
- Ordered zebra list styling with keeping support for module comment styling. - Pierre Dubois, 2012-12-12 12:09:25 -0500
- Added the IE7 Zebra SCSS fix as proposed by @patheard - Pierre Dubois, 2012-12-12 16:42:13 -0500
- Re-added workaround for white-space: pre-wrap; into Grids IE7 overrides. - Eric Dunsworth, 2012-12-13 11:22:23 -0500
- Fixed the webfeed wdiget not working with twitter search (#858) - Laurent Goderre, 2012-12-13 16:49:17 -0500
- Removed aria-live region from form validation summary because it was too disruptive in some screen readers. - Paul Jackson, 2012-12-13 22:38:05 -0500
- Fixed issues #866, #867, #827 and #772. - Paul Jackson, 2012-12-14 22:45:32 -0500
- Corrected minor typo in readme. - Paul Jackson, 2012-12-14 23:04:37 -0500
- rounded corners on certain buttons - Chad Farquharson, 2012-12-14 20:58:23 -0800
- corrected documentation for buttons - Chad Farquharson, 2012-12-15 05:14:13 -0800
- Merged in #870. - Paul Jackson, 2012-12-17 09:40:40 -0500
- Converted the post build script to use tags to generate downloads - Laurent Goderre, 2012-12-17 12:55:33 -0500
- Excluded the build branches from the build - Laurent Goderre, 2012-12-17 13:07:11 -0500
- Fixed the tag annotated message - Laurent Goderre, 2012-12-17 13:24:35 -0500
- Minor tweak to Grids buttons. - Paul Jackson, 2012-12-17 14:26:21 -0500
- French translation for require_from_group - Pat Heard, 2012-12-17 14:32:50 -0500
- Removed the tagging of the latest build since it's not required to provide a download - Laurent Goderre, 2012-12-17 15:48:09 -0500
- Fixed the post build script not working when replacing existing files - Laurent Goderre, 2012-12-17 16:00:12 -0500
- Fixed the post build script committing the source files - Laurent Goderre, 2012-12-17 16:29:23 -0500
- Fixed the post build script - Laurent Goderre, 2012-12-17 17:15:59 -0500
- Updated the token to the new one - Laurent, 2012-12-17 19:06:49 -0500
- Changed the href to javascript:; for menu bar items that have mega menus as per issue #884. - Paul Jackson, 2012-12-19 10:31:18 -0500
- Changed javascript:; to # for menu bar to pass JSHint validation. - Paul Jackson, 2012-12-19 10:41:47 -0500
- Match polyfill behaviour more closely to native datalist - Pat Heard, 2012-12-19 16:12:29 -0500
- Added 'Tab list' heading to tabs (accessibility fix: #872) - Pat Heard, 2012-12-20 10:41:11 -0500
- Add more cities to demo - Pat Heard, 2012-12-20 11:22:34 -0500
- Added placeholder strings to bg, pt, and pt-BR i18n files for new tab interface heading. - Paul Jackson, 2012-12-20 15:52:29 -0500
- Fixed the post build script not overwritting the built files - Laurent Goderre, 2012-12-21 10:20:50 -0500
- Fixed problem with the post build comitting the dist folder twice - Laurent Goderre, 2012-12-21 10:37:30 -0500
- Fixed problem with the post build comitting the dist folder twice - Laurent Goderre, 2012-12-21 11:37:39 -0500
- Changed build version to v3.0.3 for maintenance release. - Paul Jackson, 2012-12-21 13:57:18 -0500
- Date modified: