You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always render to custom date component, never use native HTML date fields.
(As requested and in keeping with every other web framework, web app, booking system etc
the native date field is not used.)
Drop Internet Explorer support.
Modernize codebase to use ES6 features such as modules with the aim of reducing complexity and payload size.
Update TinyMCE (Rich Text Editor)
Add 'copy to clipboard' button to readonly text area
Update to latest qa-parent 1.0.20
Update dependencies to the latest version and fix convergence errors
Include OWASP suppression file for velocity dependency
Update travis.yml to build WComponents with JDK 11 and Node V10 to support sonarcloud analysis. However, WComponents is still built and published with JDK 8.
Added a temporary profile in wcomponents-core to exclude test ObjectGraphDump_Test from JDK 9 and above until the reflection code that fails due to the changes in JDK 9 are fixed or removed.
Bug Fixes
Reimplement rendering of Access Key labels for buttons. Added new interface AccessKeyable and helper util AccessKeyRendererUtil #1769.
Fix XSLT errors which resulted in missing option labels in WMultiDropdown and incorrect option labels in WMultiTextField #1760.