Releases: JeffersonLab/smoothness
Releases · JeffersonLab/smoothness
v4.9.0
What's Changed
- Bump jQuery UI to v1.14.1 by @slominskir in #31
- Bump jQuery to v4.7.1 by @slominskir in #32
Full Changelog: v4.8.0...v4.9.0
v4.8.0
What's Changed
- Per-App Config by @slominskir in #30
Upgrade Notes
Environment variable changes:
- Replace
RESOURCE_LOCATION
with(PREFIX)_RESOURCE_LOCATION
- Replace
CDN_SERVER
with(PREFIX)_CDN_SERVER
- Replace
CDN_VERSION
with(PREFIX)_SMOOTHNESS_VERSION
Full Changelog: v4.7.0...v4.8.0
v4.7.0
What's Changed
- Add Link to Server Message by @slominskir in #26
- Return UserFriendlyException from ParamConverter by @slominskir in #28
- Update multi-select ID to class by @slominskir in #29
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- Google Java format by @slominskir in #24
- Missing tablib import by @slominskir in #22
Full Changelog: v4.5.2...v4.6.0
v4.5.2
- Fix demo Docker image deploy issue (https://github.com/JeffersonLab/container-workflows/releases/tag/v1.0.2)
Full Changelog: v4.5.1...v4.5.2
v4.5.1
v4.5.0
- Added
CC
header/field to EmailService
Full Changelog: v4.4.1...v4.5.0
v4.4.1
- Fixed regression where cdnContextPath was no longer being set due to removal of publicProxyFilter
UPGRADE NOTE: Search and replace ${cdnContextPath}
with //${env['CDN_SERVER']}
Full Changelog: v4.4.0...v4.4.1
v4.4.0
- Dropped unused Public Proxy Servlet Filter
- Set
asyncSupported=true
on remaining Servlet Filters to allow lib to be used in projects uses async Servlets
Full Changelog: v4.3.0...v4.4.0
v4.3.0
- Reworked Breadcrumb style and structure (#11)
Upgrade notes:
- Replace existing
.breadbox
class with.banner-breadbox
- Added
.ribbon-breadbox
and.float-breadbox
classes. See demo app.
Full Changelog: v4.2.0...v4.3.0