v4.0.9 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
- Lightbox: Add ability to filter Ajax response to selector
- Carousel: Added an option to toggle thumbnail controls on medium-and-above screens
- Tabbed Interface: Fixed clipping issue when tab panel content overflows the tabbed interface container
- Tabbed Interface: Added option to update the URL hash on every tab panel change
- Tabbed Interface: Fixed play function of carousel
- Data Ajax: Prevents the caching of nested scripts
- Data Ajax: Added support for protocol-less CORS fallback
- Feeds: Fix french characters in the Facebook feeds
- Multimedia Player: Fixed inline captions not loading when the current URL has an empty hash
- Form Validation: Allow using the styles without using the Javascript part
- Data Table: Fixed the sorting icons in IE8
Details
Number of commits: 23
- @LaurentGoderre: 13 commits
- @pjackson28: 6 commits
- @Pacoup: 1 commits
- @dubbs: 1 commits
- @thomasgohard: 1 commits
- @zachfalsetto: 1 commits
List of commits
- Lightbox: Add ability to filter Ajax response to selector - Kevin Warrington, 2014-10-28 08:47:57 -0600
- Form validation: Dropped redundant aria-required attribute addition (duplicates jQuery Validation addition) - Paul Jackson, 2014-11-19 14:33:48 -0500
- Build: Updated the post build grunt task - Laurent Goderre, 2014-11-20 17:34:02 -0500
- [Carousel style 2] Added an option to toggle thumbnail controls on medium-and-above screens. - Thomas Gohard, 2014-11-21 16:35:21 -0500
- changing the height of thumbnails - Zach Falsetto, 2014-11-21 16:35:21 -0500
- Tabs: Fixed clipping issue when tab panel content overflows the tabbed interface container - Paul Jackson, 2014-11-21 16:48:24 -0500
- Updated the build version to v4.0.9-development - Laurent Goderre, 2014-11-21 17:52:13 -0500
- Fixed the v4.0.8+1 release notes - Laurent Goderre, 2014-11-24 09:59:55 -0500
- Added the v4.0.8+2 release notes - Laurent Goderre, 2014-11-24 12:48:05 -0500
- Data Ajax: Prevents the caching of nested scripts - Laurent Goderre, 2014-11-27 14:21:18 -0500
- Data Ajax: Added support for protocol-less CORS fallback Fixes #6316 - Laurent Goderre, 2014-11-28 15:54:51 -0500
- Tabs: Fixed in panel links in the tabbed interface accordion - Paul Jackson, 2014-12-02 14:49:30 -0500
- Tabs: Added option to update the URL hash on every tab panel change - Paul Jackson, 2014-12-03 09:36:40 -0500
- Tabs: Changed updateHash functionality into a function - Paul Jackson, 2014-12-03 11:00:14 -0500
- Core: Added an ID on all plugin elements that don't already have one - Laurent Goderre, 2014-12-08 16:37:23 -0500
- Ajax Fetch: Cache the caller ID instead of the caller If a DOM changes occurs which affects the cached element, the event listener stops working. On caching the ID instead, DOM change do not disrupt events - Laurent Goderre, 2014-12-08 16:38:57 -0500
- Multimedia: Remove the ID generation logic - Laurent Goderre, 2014-12-08 16:39:19 -0500
- Tabs: Fixed play function of carousel - Paul Jackson, 2014-12-08 17:10:22 -0500
- Fix details background disappearing in collapsible alerts - Etienne Levesque Guitard, 2014-12-08 18:07:40 -0500
- Feeds: Fix french characters in the Facebook feeds Fixes https://github.com/wet-boew/GCWeb/issues/809 - Laurent Goderre, 2014-12-09 16:15:51 -0500
- Data Table: Fixed the sorting issues in IE8 Fixes #6257 - Laurent Goderre, 2014-12-09 17:20:25 -0500
- Fixed inline captions not loading when the current URL has an empty hash Fixes #6322 - Laurent Goderre, 2014-12-10 11:28:54 -0500
- Form Validation: Allow using the styles without using the Javascript part By using the `wb-frm` class you can now access the form validation styles without using the validation portion. Fixes #6292 - Laurent Goderre, 2014-12-10 11:32:48 -0500
- Date modified: