v4.0.31 release notes
Version 4.0.31
- Launching date:
- Downloads
What’s new?
- Template
- Minor - Added
nav
element to skip links, as shown here
- Minor - Added
- Styles and plugins
- Minor - Overlay - Added optional background for overlays with
.overlay-bg
class and added an "opened" and "closed" event - Minor - Share widget - Removed deprecated social sites in the interface (Google+, Delicious and StumbleUpon)
- Minor - Share widget - Updated Twitter share link to match the new pattern (see what has changed)
- Minor - Geomap - Added filtering with URL manager compatibility
- Minor - Geomap - Migrated Openlayer from version 2.x to 3.x (more information)
- Minor - Core - Added a download function that uses a blob to the core functions
- Minor - Tables - Added advanced options for filtering (read documentation to learn more)
- Patch - Tables - Fixed checkbox filtering when followed by a
<select>
element. - Patch - Tables - Removed text duplication upon initialization
- Patch - Multimedia player - Fixed player playing in the background when contained in an overlay.
- Patch - Feeds - Fixed condition when limit is greater than the number of entries
- Patch - Toggle - Ajusted
<detail>
toggle behaviour to better match natural cycle when there is multiple details to toggle at once
- Minor - Overlay - Added optional background for overlays with
- Maintenance
- Fixed blocking condition in the build script related to sprites
Modified files for implementation
- Sprite image for social media logos: wet-boew/assets/sprites_share.png Clarified on: 2019-09-16
- Geomap dependency:
- wet-boew/js/geomap-lib.js
- wet-boew/js/geomap-lib.min.js
- i18n zh-Hans language:
- wet-boew/js/i18n/zh-Hans.js
- wet-boew/js/i18n/zh-Hans.min.js
- Main JavaScript:
- wet-boew/js/wet-boew.js
- wet-boew/js/wet-boew.min.js
- Main CSS:
- theme-wet-boew/css/theme.css
- theme-wet-boew/css/theme.min.css
Browser supported
As per the rule defined by Design decision 2: Browser supported
- Chrome 75
- Chrome 74
- Safari 12.1.1
- Firefox 67.0.3
- Firefox 66.0.5
- Firefox ESR - 60.7.1
- IE 11
- Edge 44
Details
Number of commits: 26
- Pierre Dubois (@duboisp): 10 commits
- Kody (@thekodester):5 commits
- Ilya Pak (@ipaksc): 3 commits
- Francis Gorman (@GormFrank): 2 commits
- Kivi Shapiro (@jkshapiro): 2 commits
- ClassicCut (@ClassicCut): 1 commit
- Joost van Ulden (@jvanulde): 1 commit
- Jules Kuehn (@juleskuehn): 1 commit
- Scott Hodgson (@Scott-D-Hodgson): 1 commit
- Shawn Thompson (@shawnthompson): 1 commit
List of commits
- Update build version to v4.0.31-development + broken link fix - Pierre Dubois, 2019-02-11
- add nav element to skip navigation closes wet-boew/GCWeb#1500 - Shawn Thompson, 2019-02-13
- WET4 release notes update - ipaksc, 2019-02-23
- GCWeb v5.0.1 download links - Pierre Dubois, 2019-02-23
- Geomap - Migration to OpenLayers v3.x - Joost van Ulden, 2019-02-25
- Checkbox Filtering Bug - kody, 2019-03-01
- Overlay - Add optional overlay background - Pierre Dubois, 2019-03-04
- Overlay - Add opened and closed js event - Pierre Dubois, 2019-03-04
- Multimedia Player in overlay - Pause the video when overlay close - Pierre Dubois, 2019-03-04
- i18n - Update for zh-Hans language - Pierre Dubois, 2019-03-06
- Share Widget: Remove Deprecated Site - kody, 2019-03-11
- Feeds Plugin: When limit is greater than the number of feed entries - ipaksc, 2019-03-12
- Geomap - Map filtering - Pierre Dubois, 2019-03-19
- DataTables: Advanced Options - kody, 2019-03-21
- Multimedia Youtube player - YT event workaround when open in a modal (#8614) - Pierre Dubois, 2019-03-28
- Fix #8606 Data table – Pagination: Duplicated text on initialization - ipaksc, 2019-03-28
- Remove Dead Link From Examples - kody, 2019-04-03
- wb-focus - add extra logic condition for focus with empty href (#8621) - ClassicCut, 2019-04-04
- Content - Updated link to wet-boew style guide - Pierre Dubois, 2019-04-11
- Plugin Share/Sprite: Fix build blocking condition - Scott Hodgson, 2019-05-08
- Core: Add Download function - Pierre Dubois, 2019-05-09
- Toggle plugin: multiple details toggle fix - Jules Kuehn, 2019-05-15
- Build script: Geomap dependency workaround - GormFrank, 2019-05-21
- Update Twitter Share Link - thekodester, 2019-05-26
- Geomap: Zoom feature fix for backtrack compatibility - GormFrank, 2019-05-29
- Reflect ARIA name change - Kivi Shapiro, 2019-06-04
- Reflect ARIA name change - Kivi Shapiro, 2019-06-04
Subresource integrity (SRI)
Le SRI rovide a method to protect website delivery. The following information are the hash for key resource in WET and GCWeb.
v4.0.31
wet-boew/js/wet-boew.min.js
- sha256-N529PTruQXTyH5m3iY1xWOObxUq9VXw1uTURRztIHWs= sha512-yP3Y1uzds5eq86XMGxBHGX36zOhIg8iu6QpFwcmmTtRe2e7hF6TfwZde/nDDmXWOZ1ZvE3HkTLnb/5U8rsB5Ng==
Get all hash (JSON format):
More details and examples
Related to template
Skip links
Now
<nav>
<ul id="wb-tphp">
[...]
</ul>
</nav>
Was
<ul id="wb-tphp">
[...]
</ul>
Related to styles and plugins
Twitter share link
After
https://twitter.com/intent/tweet?text={t}&url={u}
Before
http://twitter.com/home?status={t}%20{u}
- Date modified: