Skip to content

Releases: BorderTech/wcomponents

v1.5.29

21 Mar 05:21

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

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

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

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

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

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

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

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.

v1.5.21

07 Jul 00:47

Choose a tag to compare

Bug Fixes

  • Fixed regress in CROP function in imageEdit.js with fabric.js API fix and provided enhanced image editor example #1737.

v1.5.20

07 Jul 00:46

Choose a tag to compare

Enhancements

  • Removed usage of deprecated APIs from the framework and examples. Including the following:
    • Replaced usage of WBeanContainer with WContainer. #1733
    • Replaced usage of int heading levels with HeadingLevel values. #1734
    • Replaced usage of int spacing for FlowLayout with Size based spacing, #1735
    • Replaced usage of int spacing for ColumnLayout with Size based spacing. #1736

Bug Fixes

  • Fixed imageEdit.js to handle new fabric.js API and provided new image editor examples #1737.