Skip to content

Releases: OSC/bc_js_filepicker

v3.0.2

15 Sep 13:48
da75ce6
Compare
Choose a tag to compare

What's Changed

  • menuClicked and entryDblClicked should also set the staged_value by @stdweird in #207

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

20 Jul 21:32
f854d92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Jul 21:17
437207b
Compare
Choose a tag to compare

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

Along with lots of dependency updates.

Full Changelog: v1.0.0...v3.0.0

Version v1.0.0

22 Jun 20:47
5165596
Compare
Choose a tag to compare

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

12 Aug 19:15
608a0ba
Compare
Choose a tag to compare

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

10 Jun 03:11
Compare
Choose a tag to compare

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

05 Jun 14:39
1de4a08
Compare
Choose a tag to compare

Security Fixes

  • Upgraded dependencies to latest versions

Version 0.4.4

19 May 15:42
af3b38b
Compare
Choose a tag to compare

Added

  • Added the ability of setting a default directory

Version 0.4.4-pre1

09 May 22:50
570bac7
Compare
Choose a tag to compare
Version 0.4.4-pre1 Pre-release
Pre-release

Added

  • Added the ability of setting a default directory

Version 0.4.3

16 Apr 01:19
a26e3e5
Compare
Choose a tag to compare

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.