Releases: internxt/drive-web
v1.0.635
Description
This PR introduces a new delay (90 seconds) for the features banners to be shown and new expiration date, also we
added UTM parameters to the banner URL for better attribution in marketing dashboards.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
v1.0.634
Description
- Updated transitive Glob dependencies to secure version
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
v1.0.633
Description
Fixing the price taxes the user has to pay for.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
v1.0.632
Description
New custom hooks to initialize the checkout and fetch the products (price and coupon code).
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
There are more changes to do. They will be done in another PR.
v1.0.631
Description
Parsing the size param from string to number when fetching it.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
v1.0.630
Description
Remove legacy code.
Related Issues
Relates to PB-5489
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Unit tests
v1.0.629
Description
Remove legacy code for file name encryption and unused uploadFile function.
Related Issues
Relates to PB-5489
Related Pull Requests
Relates to remove unused code PR
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Unit tests, uploaded and downloaded 1,2 GB file and several small files
v1.0.628
Description
Allow the user to download empty files.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
v1.0.627
Bumps validator from 13.15.20 to 13.15.23.
Release notes
Sourced from validator's releases.
13.15.23
Fixes, New Locales and Enhancements
Full Changelog: validatorjs/validator.js@13.15.22...13.15.23
13.15.22
Fixes, New Locales and Enhancements
- #2622
isURL: fix regression with hostnames with ports@mbtools- #2616
isLength: improve handling Unicode variation selectors@koral--- Doc fixes and others:
New Contributors
@mbtoolsmade their first contribution in validatorjs/validator.js#2622@koral-- made their first contribution in validatorjs/validator.js#2616Full Changelog: validatorjs/validator.js@13.15.20...13.15.22
Changelog
Sourced from validator's changelog.
13.15.23
Fixes, New Locales and Enhancements
13.15.22
Fixes, New Locales and Enhancements
Commits
9113304fix(build): move to trusted publishing (#2631)f2b5c17maintenance: 2511 release (#2627)d457ecafix(isLength): correctly handle Unicode variation selectors (#2616)f2e3633docs: add install instructions to contibution guide (#2621)cf40145fix: URL validation for hostnames with ports (no protocol) (#2622)4af6124maintenance: 2510 release (#2585)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for validator since your current version.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.626
Description
This PR introduces a new tracking for meta, this includes user registration and purchase, key changes:
- Added Meta Pixel to the of the project and a noscript image, as the documentation recommends. This need a new environment variable for the id of the pixel
- Updated the meta.service to handle the new purchase and lead tracking, we need to keep the pushes, because we need this for the GTM.
- Updated the the meta.service.test according the new file
- Call to the service on the checkoutViewWrapper
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Additional Notes
Video with testing on the task