v4.0.6 release notes
Looking for WET v3.1?
As of September 23, 2014, version 3.1 of the Web Experience Toolkit is no longer supported. The source code and documentation have been moved to the wet-boew-legacy repository.
- Release date:
- Downloads
What's New
- Added collapsible alert plugin
- Dependencies: Switched open layer dependency to a compiled version
- Build: Replaced the html minifier with a faster one
- Build: Moved the Travis variables to Travis UI
- Build: Check dependencies on every build
- Dependencies: Update DataTables to version 1.10.2
- Dependencies: Update jQuery Validation to version 1.13.0
- Dependencies: Update jquery-pjax to version 1.8.2
- Multimedia player: Added cue point support
- Multimedia player: Improved YouTube support
- Tabs: Added support for nesting tabs
- Enbled SVG polyfill on basic HTML version
Details
Number of commits: 76
- @LaurentGoderre: 34 commits
- @pjackson28: 13 commits
- @nschonni: 10 commits
- @Pacoup: 5 commits
- @EricDunsworth: 3 commits
- @jolevesq: 3 commits
- @crichard: 2 commits
- @thomasgohard: 2 commits
- @shoffmand: 2 commits
- @dubbs: 1 commit
- @masterbee: 1 commit
List of commits
- Updated build version to v4.0.6-development - Paul Jackson, 2014-08-20 23:23:14 -0400
- Added dismissible alert plugin - Etienne Levesque Guitard, 2014-08-22 01:01:44 -0400
- Documentation: Added Design Jam video to video pages - shoffmand, 2014-08-22 14:40:00 -0400
- Documentation: Added article about CodeFest 2014 - shoffmand, 2014-08-22 16:08:15 -0400
- Made dismiss-alert plugin naming consistent - Etienne Levesque Guitard, 2014-08-22 17:39:25 -0400
- Added back IE tests (except IE8) and linux for SauceLabs testing - Laurent Goderre, 2014-08-25 11:47:18 -0400
- Nav current: Added ability to override the outputted class name - Paul Jackson, 2014-08-27 13:25:16 -0400
- CSS fixes for details/summary polyfills and alerts - Etienne Levesque Guitard, 2014-08-27 18:04:11 -0400
- Added Dismissible Alerts plugin documentation - Etienne Levesque Guitard, 2014-08-27 21:15:03 -0400
- Allowed caching of the openlayer dependency Because they don't use SEMVER or a package.json, bowering openlayers is akwards but using a tag instead of a tar allows caching of the package. This will significantly speed up the npm install command. - Laurent Goderre, 2014-08-28 11:25:19 -0400
- Geomap: Fixed issue with adding a custom basemap. - jolevesq, 2014-08-28 13:31:20 -0400
- Switch to a compiled version of openlayers Follow up to #5983 - Laurent Goderre, 2014-08-28 14:12:10 -0400
- Geomap: fix wb-ready event and cities layer visibility. - jolevesq, 2014-08-28 15:09:50 -0400
- Tabs: Added wb-shift.wb-tabs to the documentation - Paul Jackson, 2014-08-28 22:45:43 -0400
- Tabs: Specified that wb-shift.wb-tabs event is only used by the carousel - Paul Jackson, 2014-08-28 23:41:41 -0400
- Capture current version of jQuery - Kevin Warrington, 2014-09-02 10:47:01 -0600
- Replaced the html minifier for a much quicker one htmlcompressor creates a new Java Virtual Machine for each file which consumes a lot of memory and makes it slower. htm-minifier is javascript based and run within the nodejs context which makes it much faster (#5818) - Laurent Goderre, 2014-09-02 15:48:42 -0400
- Move the travis variables to the Travis UI - Laurent Goderre, 2014-09-02 15:59:44 -0400
- Move the checkDependencies so it is run on every build - Laurent Goderre, 2014-09-02 17:37:39 -0400
- Corrected some French spelling (from @GDaw) - Laurent Goderre, 2014-09-03 16:03:36 -0400
- Tables: Updated to DataTables 1.10.2 - Paul Jackson, 2014-09-05 11:45:39 -0400
- Form validation: Updated to jQuery Validation 1.13.0 - Paul Jackson, 2014-09-05 11:58:21 -0400
- Updated jquery-pjax to 1.8.2 - Paul Jackson, 2014-09-05 12:31:09 -0400
- Build: Updated some build dependencies - Laurent Goderre, 2014-09-05 14:38:11 -0400
- Build: Updated grunt-connect - Laurent Goderre, 2014-09-05 15:13:16 -0400
- Multimedia: Prevents buttons styles from being applied outside the control bar - Laurent Goderre, 2014-09-08 11:03:09 -0400
- Multimedia: Add cuepoint functionnality - Cynthia Richard, 2014-09-08 11:03:37 -0400
- Build: Update time-grunt - Laurent Goderre, 2014-09-08 14:30:14 -0400
- Build: Updated grunt-contrib-concat - Laurent Goderre, 2014-09-08 14:46:05 -0400
- Build: Update grunt-contrib-uglify - Laurent Goderre, 2014-09-08 14:52:59 -0400
- Build: Updated grunt-contrib-csslint - Laurent Goderre, 2014-09-08 15:23:57 -0400
- Menu: Fixed handling of empty AJAX results - Paul Jackson, 2014-09-08 16:09:02 -0400
- Build: Updated grunt-contrib-imagemin - Laurent Goderre, 2014-09-08 16:18:18 -0400
- Build: Update grunt-sass - Laurent Goderre, 2014-09-08 16:18:24 -0400
- Build: Update grunt-jscs - Laurent Goderre, 2014-09-08 16:18:25 -0400
- Lightbox: Added auto-initialization when opening popup through JavaScript - Paul Jackson, 2014-09-09 00:02:07 -0400
- Multimedia: Add cuepoint documentation - Cynthia Richard, 2014-09-09 11:17:23 -0400
- Menu: Fixed indenting of sub-sub-menus - Paul Jackson, 2014-09-11 08:49:39 -0400
- Geomap: Add new WMS map example - jolevesq, 2014-09-11 11:54:35 -0400
- Multimedia: Optimized the YouTube player closed captions logic - Laurent Goderre, 2014-09-11 15:06:36 -0400
- Multimedia: Used the YouTube API getIframe instead of undocumented variable Also used clearer variable names - Laurent Goderre, 2014-09-11 15:25:24 -0400
- Multimedia: Show the duration of YouTube video on load instead of on play - Laurent Goderre, 2014-09-11 15:25:32 -0400
- Multimedia: Fixed the scaling of the YouTube player and Flash Fallback - Laurent Goderre, 2014-09-11 16:18:48 -0400
- Theme/Dismissible alerts: Fixed avalanche of broken links. - Eric Dunsworth, 2014-09-11 21:29:41 -0400
- Documentation: Renamed "ant test" to "grunt dist" in creating a pull request page. - Eric Dunsworth, 2014-09-11 22:43:17 -0400
- Tabs: Enabled nesting of tabs - Paul Jackson, 2014-09-12 14:20:32 -0400
- Build: Updated autoprefixer - Laurent Goderre, 2014-09-15 12:48:21 -0400
- Multimedia: Fix the share buttons - Laurent Goderre, 2014-09-17 11:07:24 -0400
- Geomap: Fixing examples by temporarily excluding them from minification - Laurent Goderre, 2014-09-19 10:49:08 -0400
- Multimedia: Converted the YouTube player to chromeless Captions in HTML5 and chromeless mode did not work. However the issue was fixed by the YouTube team - Laurent Goderre, 2014-09-19 11:14:32 -0400
- Geomap: Converting 'Locate' images to sprite - Laurent Goderre, 2014-09-19 14:50:46 -0400
- Revert "Geomap: Fixing examples by temporarily excluding them from minification" - Nick Schonning, 2014-09-21 15:05:53 -0400
- formatting fix to stop travis scss lint failures - Mario Bonito, 2014-09-21 17:44:49 -0400
- Revert "formatting fix to stop travis scss lint failures" - Nick Schonning, 2014-09-21 17:58:21 -0400
- SCSSLint: Ignore Geomap sprite - Nick Schonning, 2014-09-21 18:06:47 -0400
- HTML Proofer: Add to Travis build - Nick Schonning, 2014-09-22 00:18:47 -0400
- Documentation: Fix bad download anchor link - Nick Schonning, 2014-09-22 00:18:47 -0400
- Build: Compile Event page SCSS - Nick Schonning, 2014-09-22 00:18:47 -0400
- Build: Skip creating test pages on dist - Nick Schonning, 2014-09-22 00:18:47 -0400
- HTML Proofer: Relax failures - Nick Schonning, 2014-09-22 00:47:43 -0400
- Tablevalidator: Fix casing on category frontmatter - Nick Schonning, 2014-09-22 01:52:54 -0400
- Test: Correct frontmatter for language toggle - Nick Schonning, 2014-09-22 02:01:24 -0400
- Revert "Geomap: Fixing examples by temporarily excluding them from minification" - Laurent Goderre, 2014-09-22 10:03:21 -0400
- SVG polyfill: Enabled the polyfill to be loaded for the Basic HTML version - Paul Jackson, 2014-09-22 10:09:27 -0400
- Temporarily fix HTML minification Use a custom version of the html minification that prevents the escaping of JSON attributes. This can ber reverted if the functionnality lands upstream - Laurent Goderre, 2014-09-22 11:34:09 -0400
- Data AJAX: Using .getAttribute instead of .data to retrieve data value to avoid caching by jQuery. - Paul Jackson, 2014-09-22 14:16:56 -0400
- Added a test case for dynamic data-ajax-* - Laurent Goderre, 2014-09-22 14:16:58 -0400
- Data Ajax: Added update event to allow refreshing of content - Laurent Goderre, 2014-09-22 14:17:06 -0400
- Data Ajax: Fixed infinite loop on loading - Laurent Goderre, 2014-09-22 15:49:09 -0400
- Table validator: Fixed issue that caused
to appear as
in HTML results. - Eric Dunsworth, 2014-09-23 09:45:04 -0400 - Moved the release notes to the legacy repo - Laurent Goderre, 2014-09-23 16:24:22 -0400
- Added download section for to the v3.1.15 releases - Laurent Goderre, 2014-09-23 16:24:29 -0400
- Updated the roadmap - Laurent Goderre, 2014-09-23 16:24:29 -0400
- Renamed 'Dismissible alert' to 'Collapsible alerts' - Etienne Levesque Guitard, 2014-09-23 16:29:26 -0400
- Update the v3.1 banner on the Web site to reflect that v3.1 is no longer supported and has been moved to wet-boew-legacy. - Thomas Gohard, 2014-09-23 16:33:51 -0400
- Updated files for the v4.0.6 maintenance release - Thomas Gohard, 2014-09-23 16:55:45 -0400
- Date modified: