Skip to content

Releases: JeffersonLab/smoothness

v4.2.0

03 May 13:41
Compare
Choose a tag to compare
  • Bump select2 plugin to v4.0.13 (#10)

Upgrade notes:

Clear

To clear a select2 widget the syntax is now:

$('#mySelect2').val(null).trigger('change');

Previously this worked, but no longer:

$('#mySelect2').select2("val", "");

Set Array

To set an array of values as selected the syntax is now:

$("#mySelect2").val(myArray).trigger('change');

Previously this worked, but no longer:

$("#mySelect2").select2("val", myArray);

Full Changelog: v4.1.0...v4.2.0

v4.1.0

19 Apr 18:39
Compare
Choose a tag to compare
  • Added User functions
  • Added JPA Converter for Oracle Boolean from String
  • Fixed /convert by renaming INTERNAL_SERVER_URL to BACKEND_SERVER_URL

Full Changelog: v4.0.0...v4.1.0

v4.0.0

10 Apr 17:46
Compare
Choose a tag to compare

Full Changelog: v3.13.0...v4.0.0

v3.13.0

13 Mar 20:44
Compare
Choose a tag to compare
  • Added support for Apache POI lib

Full Changelog: v3.12.3...v3.13.0

v3.12.3

28 Feb 22:06
Compare
Choose a tag to compare
  • Find by username use exact match

Full Changelog: v3.12.2...v3.12.3

v3.12.2

28 Feb 16:36
Compare
Choose a tag to compare
  • jQuery error() renamed fail()
  • Log missing roles, return empty list

Full Changelog: v3.12.1...v3.12.2

v3.12.1

27 Feb 18:47
Compare
Choose a tag to compare
  • Updated Dockerfile to use new quay.io format

Full Changelog: v3.12.0...v3.12.1

v3.12.0

27 Feb 18:38
Compare
Choose a tag to compare
  • Bump Wildfly to v26.1.3
  • Bump Keycloak to v20.0.5
  • UserAuthorizationCache handle empty/null
  • UserAuthorizationCache nightly (midnight) automated clear

Full Changelog: v3.11.0...v3.12.0

v3.11.0

06 Feb 16:50
Compare
Choose a tag to compare
  • Prompt for login to view example table on features tab

v3.10.0

19 Jan 19:58
Compare
Choose a tag to compare
  • Added configurable doc list to help page
  • Updated links on demo to point to GitHub projects