Releases: JeffersonLab/smoothness
Releases · JeffersonLab/smoothness
v4.2.0
- 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
- 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
- Moved shared Wildfly config to separate jeffersonlab/wildfly project (#8)
- Added Elytron patch for redirect after auth (JeffersonLab/presenter#3)
- Made environment variables more consistent (#5)
- Now using jeffersonlab DockerHub namespace
Full Changelog: v3.13.0...v4.0.0
v3.13.0
- Added support for Apache POI lib
Full Changelog: v3.12.3...v3.13.0
v3.12.3
- Find by username use exact match
Full Changelog: v3.12.2...v3.12.3
v3.12.2
- jQuery error() renamed fail()
- Log missing roles, return empty list
Full Changelog: v3.12.1...v3.12.2
v3.12.1
- Updated Dockerfile to use new quay.io format
Full Changelog: v3.12.0...v3.12.1
v3.12.0
- 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
- Prompt for login to view example table on features tab
v3.10.0
- Added configurable doc list to help page
- Updated links on demo to point to GitHub projects