semantic-release-bot
|
a531de2adb
|
chore(release): 0.13.0 [skip ci]
# [0.13.0](https://github.com/sasjs/server/compare/v0.12.1...v0.13.0) (2022-07-28)
### Bug Fixes
* autofocus input field and submit on enter ([7681722](7681722e5a))
* move api button to user menu ([8de032b](8de032b543))
### Features
* add action and command to editor ([706e228](706e228a8e))
v0.13.0
|
2022-07-28 19:27:12 +00:00 |
|
Allan Bowe
|
c458d94493
|
Merge pull request #239 from sasjs/issue-238
fix: improve user experience in the studio
|
2022-07-28 20:21:48 +01:00 |
|
|
|
706e228a8e
|
feat: add action and command to editor
|
2022-07-28 23:56:44 +05:00 |
|
|
|
7681722e5a
|
fix: autofocus input field and submit on enter
|
2022-07-28 23:55:59 +05:00 |
|
|
|
8de032b543
|
fix: move api button to user menu
|
2022-07-28 23:54:40 +05:00 |
|
semantic-release-bot
|
998ef213e9
|
chore(release): 0.12.1 [skip ci]
## [0.12.1](https://github.com/sasjs/server/compare/v0.12.0...v0.12.1) (2022-07-26)
### Bug Fixes
* **web:** disable launch icon button when file content is not saved ([c574b42](c574b42235))
* **web:** saveAs functionality fixed in studio page ([3c987c6](3c987c61dd))
* **web:** show original name as default name in rename file/folder modal ([9640f65](9640f65264))
* **web:** webout tab item fixed in studio page ([7cdffe3](7cdffe30e3))
* **web:** when no file is selected save the editor content to local storage ([3b1fcb9](3b1fcb937d))
v0.12.1
|
2022-07-26 20:52:05 +00:00 |
|
Allan Bowe
|
f8b0f98678
|
Merge pull request #236 from sasjs/fix-studio
fix: issues fixed in studio page
|
2022-07-26 21:48:20 +01:00 |
|
|
|
9640f65264
|
fix(web): show original name as default name in rename file/folder modal
|
2022-07-27 01:44:13 +05:00 |
|
|
|
c574b42235
|
fix(web): disable launch icon button when file content is not saved
|
2022-07-27 01:42:46 +05:00 |
|
|
|
468d1a929d
|
chore(web): quick fixes
|
2022-07-27 00:47:38 +05:00 |
|
|
|
7cdffe30e3
|
fix(web): webout tab item fixed in studio page
|
2022-07-26 23:53:07 +05:00 |
|
|
|
3b1fcb937d
|
fix(web): when no file is selected save the editor content to local storage
|
2022-07-26 23:30:41 +05:00 |
|
|
|
3c987c61dd
|
fix(web): saveAs functionality fixed in studio page
|
2022-07-26 23:15:42 +05:00 |
|
|
|
0a780697da
|
chore(web): move hooks to hooks folder
|
2022-07-26 23:14:29 +05:00 |
|
|
|
83d819df53
|
chore(web): created custom useStateWithCallback hook
|
2022-07-26 23:12:55 +05:00 |
|
semantic-release-bot
|
95df2b21d6
|
chore(release): 0.12.0 [skip ci]
# [0.12.0](https://github.com/sasjs/server/compare/v0.11.5...v0.12.0) (2022-07-26)
### Bug Fixes
* fileTree api response to include an additional attribute isFolder ([0f19384](0f19384999))
* remove drive component ([06d7c91](06d7c91fc3))
### Features
* add api end point for delete folder ([08e0c61](08e0c61e0f))
* add sidebar(drive) to left of studio ([6c35412](6c35412d2f))
* created api endpoint for adding empty folder in drive ([941917e](941917e508))
* implemented api for renaming file/folder ([fdcaba9](fdcaba9d56))
* implemented delete file/folder functionality ([177675b](177675bc89))
* implemented functionality for adding file/folder from sidebar context menu ([0ce94a5](0ce94a553e))
* implemented the functionality for renaming file/folder from context menu ([7010a6a](7010a6a120))
* prevent user from leaving studio page when there are unsaved changes ([6c75502](6c7550286b))
* **web:** add difference view editor in studio ([420a61a](420a61a5a6))
v0.12.0
|
2022-07-26 14:29:41 +00:00 |
|
Allan Bowe
|
accdf914f1
|
Merge pull request #235 from sasjs/issue-198
feat: deprecate drive and add sidebar for file navigation to studio
|
2022-07-26 15:25:26 +01:00 |
|
|
|
15bdd2d7f0
|
chore: close file menu after clicking on diff editor menu item
|
2022-07-26 14:54:06 +05:00 |
|
|
|
2ce947d216
|
chore: code fixes
|
2022-07-26 14:16:27 +05:00 |
|
|
|
ce2114e3f6
|
chore: code fixes
|
2022-07-26 00:07:11 +05:00 |
|
|
|
6c7550286b
|
feat: prevent user from leaving studio page when there are unsaved changes
|
2022-07-25 22:41:05 +05:00 |
|
|
|
2360e104bd
|
chore: reduce the padding between tree items
|
2022-07-25 15:11:02 +05:00 |
|
|
|
420a61a5a6
|
feat(web): add difference view editor in studio
|
2022-07-25 15:01:04 +05:00 |
|
|
|
04e0f9efe3
|
chore: merge main into issue-198
|
2022-07-22 22:31:32 +05:00 |
|
|
|
99172cd9ed
|
chore: add specs
|
2022-07-22 22:18:03 +05:00 |
|
|
|
57daad0c26
|
chore: error response codes for drive api
|
2022-07-22 16:58:26 +05:00 |
|
|
|
cc1e4543fc
|
chore: add specs
|
2022-07-21 23:03:56 +05:00 |
|
|
|
03cb89d14f
|
chore: code fixes
|
2022-07-21 23:03:40 +05:00 |
|
|
|
72140d73c2
|
chore: modified folderParamValidation method
|
2022-07-21 14:08:44 +05:00 |
|
|
|
efcefd2a42
|
chore: quick fix
|
2022-07-21 13:25:46 +05:00 |
|
|
|
06d7c91fc3
|
fix: remove drive component
|
2022-07-20 23:53:42 +05:00 |
|
|
|
7010a6a120
|
feat: implemented the functionality for renaming file/folder from context menu
|
2022-07-20 23:46:39 +05:00 |
|
|
|
fdcaba9d56
|
feat: implemented api for renaming file/folder
|
2022-07-20 23:45:11 +05:00 |
|
|
|
48688a6547
|
chore: update swagger docs
|
2022-07-20 16:52:49 +05:00 |
|
|
|
0ce94a553e
|
feat: implemented functionality for adding file/folder from sidebar context menu
|
2022-07-20 16:45:45 +05:00 |
|
|
|
941917e508
|
feat: created api endpoint for adding empty folder in drive
|
2022-07-20 16:43:43 +05:00 |
|
semantic-release-bot
|
5706371ffd
|
chore(release): 0.11.5 [skip ci]
## [0.11.5](https://github.com/sasjs/server/compare/v0.11.4...v0.11.5) (2022-07-19)
### Bug Fixes
* Revert "fix(security): missing cookie flags are added" ([ce5218a](ce5218a227))
v0.11.5
|
2022-07-19 23:03:43 +00:00 |
|
Saad Jutt
|
ce5218a227
|
fix: Revert "fix(security): missing cookie flags are added"
This reverts commit 526402fd73.
|
2022-07-20 03:58:25 +05:00 |
|
semantic-release-bot
|
8b62755f39
|
chore(release): 0.11.4 [skip ci]
## [0.11.4](https://github.com/sasjs/server/compare/v0.11.3...v0.11.4) (2022-07-19)
### Bug Fixes
* **security:** missing cookie flags are added ([526402f](526402fd73))
v0.11.4
|
2022-07-19 21:06:05 +00:00 |
|
Allan Bowe
|
cb84c3ebbb
|
Merge pull request #234 from sasjs/issue147
fix(security): missing cookie flags are added
|
2022-07-19 22:02:05 +01:00 |
|
Saad Jutt
|
526402fd73
|
fix(security): missing cookie flags are added
|
2022-07-20 01:40:31 +05:00 |
|
|
|
177675bc89
|
feat: implemented delete file/folder functionality
|
2022-07-19 22:49:34 +05:00 |
|
|
|
721165ff12
|
chore: add delete confirmation modal and use it in permission component
|
2022-07-19 22:48:22 +05:00 |
|
|
|
08e0c61e0f
|
feat: add api end point for delete folder
|
2022-07-19 22:41:03 +05:00 |
|
semantic-release-bot
|
1b234eb2b1
|
chore(release): 0.11.3 [skip ci]
## [0.11.3](https://github.com/sasjs/server/compare/v0.11.2...v0.11.3) (2022-07-19)
### Bug Fixes
* filePath fix in code.js file for windows ([2995121](299512135d))
v0.11.3
|
2022-07-19 14:50:19 +00:00 |
|
Allan Bowe
|
ef25eec11f
|
Merge pull request #233 from sasjs/issue-227
fix: filePath fix in code.js file for windows
|
2022-07-19 15:46:18 +01:00 |
|
|
|
3e53f70928
|
chore: update swagger docs
|
2022-07-19 16:14:40 +05:00 |
|
|
|
0f19384999
|
fix: fileTree api response to include an additional attribute isFolder
|
2022-07-19 16:13:46 +05:00 |
|
|
|
63dd6813c0
|
chore: lint fix
|
2022-07-19 13:07:34 +05:00 |
|
|
|
299512135d
|
fix: filePath fix in code.js file for windows
|
2022-07-19 13:00:33 +05:00 |
|