Releases: internxt/drive-web
Releases · internxt/drive-web
v1.0.124
Issue:
- In the case of restoring from the 'undo' button, the items still do not have the 'deleted' field set to true, so the notification 'moved to trash' is displayed.
Details:
- I removed the logic of checking if any item has the 'deleted' field set to true because the function used is called 'recoverItemsFromTrash,' which should always display the notification for successful restoration, this was done because I see that it is not necessary to display a notification of 'files moved to trash' when the function is dedicated to restoring from the trash, and this is working well.
v1.0.123
Bumps word-wrap from 1.2.3 to 1.2.4.
Release notes
Sourced from word-wrap's releases.
1.2.4
What's Changed
- Remove default indent by
@mohd-akramin jonschlinkert/word-wrap#24- 🔒fix: CVE 2023 26115 (2) by
@OlafConijnin jonschlinkert/word-wrap#41- 🔒 fix: CVE-2023-26115 by
@aashutoshrathiin jonschlinkert/word-wrap#33- chore: publish workflow by
@OlafConijnin jonschlinkert/word-wrap#42New Contributors
@mohd-akrammade their first contribution in jonschlinkert/word-wrap#24@OlafConijnmade their first contribution in jonschlinkert/word-wrap#41@aashutoshrathimade their first contribution in jonschlinkert/word-wrap#33Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4
Commits
f64b188run verb to generate README03ea082Merge pull request #42 from jonschlinkert/chore/publish-workflow420dce9Merge pull request #41 from jonschlinkert/fix/CVE-2023-26115-2bfa694eUpdate .github/workflows/publish.ymlace0b3cchore: bump version to 1.2.46fd7275chore: add publish workflow30d6dafchore: fix test655929cchore: remove package-lock49e08bbchore: added an additional testcase9f62693fix: cve 2023-26115- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
v1.0.122
v1.0.121
v1.0.120
- Updated views rerender method to dismiss previous toast notifications.
This can be handled for singular cases of toasts using an id, although I thought this would be a better approach since the different toasts would be belonging to other views. Let me know if you'd rather make this more specific.
v1.0.119
v1.0.118
v1.0.117
v1.0.116
v1.0.115
- Added domain rotation when getting the link to a shared file or folder.