Releases: OSC/ondemand
Releases · OSC/ondemand
Version 2.0.23
What's Changed
- Bump ondemand-runtime dependency by @treydock in #1807
- Backport uppy upgrade to 2.0 by @johrstrom in #1804
- backport #1816 by @johrstrom in #1852
- Backport file updates to 2.0 by @johrstrom in #1853
Full Changelog: v2.0.22...v2.0.23
Version 2.0.22
What's Changed
- backport 1676 to 2.0 release by @johrstrom in #1677
Full Changelog: v2.0.21...v2.0.22
Version 2.0.21
What's Changed
- Backport js fixes by @johrstrom in #1674
Fixed
- Dynamic javascript now correctly clamps values correcting 1649.
- Dynamic javascript can hide multiple elements correcting 1666.
- Dynamic javascript now correctly handles options with numbers, hyphens and underscores
back-porting 1656.
Full Changelog: v2.0.20...v2.0.21
Version 2.0.20
[2.0.20] - 2021-12-01
Security
- Removed Index from Public RootOptions as to not allow Directory Indexing in 1617.
Fixed
- Fixed lua warnings
bad argument #2 to 'date'
in 1627. - Uppy claims failure but upload succeeds. This has been fixed in 1600
by extending the timeout.
Added
- Batch connect apps can now have dynamic behaviour through configuration in 1639. This means we now ship a lot of functionality that sites previously had to code themselves in
form.js
. This introduces theOOD_BC_DYNAMIC_JS
that sites must set to enable this feature.
v2.1.0-0.start.3
This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.
Start Version 2.1.0 +2
This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.
Start Version 2.1.0 +1
This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.
Start version 2.1.0
This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.
Version 2.0.19
Version 2.0.18
Version 2.0.18
Security
- The svg patch in 2.0.17 needs to account for files with .SVG (all caps) extensions too.