Releases: OSC/bc_js_filepicker
Releases · OSC/bc_js_filepicker
v3.0.2
v3.0.1
What's Changed
- need to upload to release, not wf by @johrstrom in #195
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Details
v3.0.0
of this library is meant to support version 3.0.0 of Open OnDemand. It should also compatibility with 2.x of Open OnDemand.
What's Changed
- Bug fix by @johrstrom in #180
- lock vue-loader to v15.x to keep vue v2 support by @johrstrom in #193
- update release wf and add a test wf by @johrstrom in #194
Along with lots of dependency updates.
Full Changelog: v1.0.0...v3.0.0
Version v1.0.0
Breaking Changes
- Version v1.0.0 uses the new OnDemand Files API instead of the CloudCommander API. To use v1.0.0 and above, your OnDemand installation must be on 2.0 or above.
Updates
- .vscode/settings.json is included to work with Prettier formatting out of the box if you use VS Code as your IDE
- A GitHub Actions workflow automatically builds
form.js
when versions are tagged now.
Related pull requests
#152 - Upgrade File Picker to use OnDemand Files API v1
Version v0.4.7
Security Fixes
- Bump elliptic from 6.5.2 to 6.5.3
- Bump lodash from 4.17.15 to 4.17.19
Updates
- Bump webpack from 4.43.0 to 4.44.1
- Bump vue-loader from 15.9.2 to 15.9.3
- Bump @babel/core from 7.10.4 to 7.11.1
Version v0.4.6
Security Fixes
- Bump websocket-extensions from 0.1.3 to 0.1.4
Updates
package.json
contained stale data, now it doesn't- Improved webpack configuration
- Added
yarn watch
command to aid with development
Version 0.4.5
Security Fixes
- Upgraded dependencies to latest versions
Version 0.4.4
Added
- Added the ability of setting a default directory
Version 0.4.4-pre1
Added
- Added the ability of setting a default directory
Version 0.4.3
Fixed
- Fix issue where the modal footer wasn't showing for some users with lots of favorite paths and or smaller screen sizes.
- Removed unnecessary margins on file picker modal.