Skip to content

Releases: BorderTech/wcomponents

v1.5.31

14 May 03:15
Compare
Choose a tag to compare

Bug Fixes

  • Only allow i18n to initialise once as translating strings was unreliable
  • Move calling i18n from initialise to be later in focus event for selectBoxSearch
  • Backport dayName and monthName from future branch for better i18n initialisation

v1.5.30

21 Mar 05:22
Compare
Choose a tag to compare

Enhancements

  • Update i18next version from 10.6.0 to 23.5.1
  • Update project dependencies to current versions

Bug Fixes

  • Make TinyMCE use a cahcebuster for its assets
  • Fix clipboard js not loading
  • Only show clipboard buttons if they are enabled
  • Load antisamy policy with ResoureStream as URI fails on websphere with latest version of Antisamy that tightened its URI rules

v1.5.29

21 Mar 05:21
Compare
Choose a tag to compare

Enhancements

  • Add client side email typo hints.
  • 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

Bug Fixes

  • Allow user to select text in a modal dialog #1816
  • Browser sniffer now recognises Chromium Edge
  • Removed TinyMCE paste and print plugins as they are now part of the core product.

v1.5.28

27 May 01:39
Compare
Choose a tag to compare
  • Revert maven-shade-plugin in wcomponents-examples-lde to previous version as latest version is breaking the installed pom file #1797

v1.5.27

25 May 08:37
Compare
Choose a tag to compare

API Changes

  • Add addAll method to MutableContainer and subclasses

Enhancements

  • Latest qa-parent and dependencies

v1.5.26

16 Jun 05:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix style.js loader to add the cache buster to URLs loaded #1778.

v1.5.25

16 Jun 05:30
Compare
Choose a tag to compare

Bug Fixes

  • Fix style.js loader to handle relative theme path URLs #1774.

v1.5.24

09 Mar 10:43
Compare
Choose a tag to compare

Enhancements

  • Update to latest qa-parent.
  • 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.

v1.5.23

02 Aug 21:13
9047349
Compare
Choose a tag to compare

Bug Fixes

Controls using column-count render incorrectly in read-only mode #1752

v1.5.22

28 Jul 23:41
438e9bd
Compare
Choose a tag to compare

API Changes

Remove usage of margin int sizing #1742

Enhancements

Remove usage of SelectMode from examples #1741

Bug Fixes

Removed a selector ambiguity which caused position to be overridden in combo listboxes when the listbox was busy #1747.