Releases: internxt/drive-web
v1.0.786
Description
This PR introduces a new login design, with the following key changes:
- New animated background, featuring four colored patches that rotate gradually to create a dynamic effect
- New design for the input fields: some text has been updated, and a background color and shadow have been added to give them a raised appearance
- It is now clearer when a user has entered incorrect credentials
- The color of the text for terms and conditions, etc., has been changed, and the logo at the top has been centered
Everything has been implemented in both light and dark modes
The task dont say anything about the "new" page
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
Just been in login and check that everything is working as expected
Additional Notes
v1.0.785
Description
This PR introduces a new version of the UI package, the change is related with the suiteLauncher component
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.784
Description
This PR was created to fix a minor issue with the checkout process, where prices of 1.99 were being displayed as 2. We have modified the formatPrice function so that, from now on, it truncates the number rather than rounding it. This change has also been applied to the website.
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.783
Description
This PR introduces a new couponCode name for the impact white list and the same for the ones that not have show that the coupon is applied
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.782
Description
Add a URL contract so the Desktop app can deep-link users directly into the referral experience on Drive instead of only landing on the main page.
Introduce the useReferralParamsChange hook, which reads the ?referral=open query param and opens the Cello referral widget via referralService.openPanel once the user and eligibility have loaded. The widget only opens for eligible users, and the param is stripped from the URL afterwards so refresh/back navigation does not reopen it. The hook is wired into SidenavWrapper, the existing referral entry point.
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.781
Bumps @vitest/browser from 4.1.0 to 4.1.6.
Release notes
Sourced from @vitest/browser's releases.
v4.1.6
🐞 Bug Fixes
- browser: Provide project reference in
ToMatchScreenshotResolvePath- by@macarieand@sheremet-vain vitest-dev/vitest#10138 (31882)- Global
sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by@hi-ogawa, Codex and@sheremet-vain vitest-dev/vitest#10196 (2847d)- browser: Simplify orchestrator otel carrier - by
@hi-ogawain vitest-dev/vitest#10285 (18af9)🏎 Performance
- Stringify diff objects only once - by
@sheremet-vain vitest-dev/vitest#10276 (9f7b1)View changes on GitHub
v4.1.5
🚀 Experimental Features
- coverage: Istanbul to support
instrumenteroption - by@BartWaardenburgand@AriPerkkioin vitest-dev/vitest#10119 (0e0ff)🐞 Bug Fixes
- --project negation excludes browser instances - by
@felamaslenin vitest-dev/vitest#10131 (9423d)- Project color label on html reporter - by
@hi-ogawain vitest-dev/vitest#10142 (596f7)- Fix
vi.defineHelpercalled as object method - by@hi-ogawain vitest-dev/vitest#10163 (122c2)- Alias
agentreporter tominimal- by@sheremet-vain vitest-dev/vitest#10157 (663b9)- Respect diff config options in soft assertions - by
@Copilot, sheremet-va and@sheremet-vain vitest-dev/vitest#8696 (9787d)- Respect diff config options in soft assertions " - by
@sheremet-vain vitest-dev/vitest#8696 (7dc6d)- ast-collect: Recognize _vi_import prefix in static test discovery - by
@Yejneshwarin vitest-dev/vitest#10129 (32546)- coverage: Descriptive error message when reports directory is removed during test run - by
@DaveT1991and@AriPerkkioin vitest-dev/vitest#10117 (14133)- snapshot: Increase default snapshot max output length - by
@hi-ogawaand Codex in vitest-dev/vitest#10150 (21e66)- ui: Fix jsx/tsx syntax highlight - by
@hi-ogawain vitest-dev/vitest#10152 (f1b1f)- web-worker: Support MessagePort objects referenced inside postMessage data - by
@whitphxand Claude Opus 4.6 (1M context) in vitest-dev/vitest#9927 and vitest-dev/vitest#10124 (7ad7d)- api: Make test-specification options writable - by
@sheremet-vain vitest-dev/vitest#10154 (6abd5)View changes on GitHub
v4.1.4
🚀 Experimental Features
- coverage:
- Default to text reporter
skipFullif agent detected - by@hi-ogawain vitest-dev/vitest#10018 (53757)- experimental:
- Expose
assertionas a public field - by@sheremet-vain vitest-dev/vitest#10095 (a120e)- Support aria snapshot - by
@hi-ogawa, Claude Opus 4.6 (1M context),@AriPerkkio, Codex and@sheremet-vain vitest-dev/vitest#9668 (d4fbb)- reporter:
- Add filterMeta option to json reporter - by
@nami8824and@sheremet-vain vitest-dev/vitest#10078 (b77de)🐞 Bug Fixes
- Use "black" foreground for labeled terminal message to ensure contrast - by
@hi-ogawain vitest-dev/vitest#10076
v1.0.780
Bumps vitest from 3.2.4 to 4.1.0.
Release notes
Sourced from vitest's releases.
v4.1.0
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
- Return a disposable from doMock() - by
@kirkwaiblingerin vitest-dev/vitest#9332 (e3e65)- Added chai style assertions - by
@ronnakamotoand@sheremet-vain vitest-dev/vitest#8842 (841df)- Update to sinon/fake-timers v15 and add
setTickModeto timer controls - by@atscottand@sheremet-vain vitest-dev/vitest#8726 (4b480)- Expose matcher types - by
@sheremet-vain vitest-dev/vitest#9448 (3e4b9)- Add
toTestSpecificationto reported tasks - by@sheremet-vain vitest-dev/vitest#9464 (1a470)- Show a warning if
vi.mockorvi.hoistedare declared outside of top level of the module - by@sheremet-vain vitest-dev/vitest#9387 (5db54)- Track and display expectedly failed tests (.fails) in UI and CLI - by
@Copilot, sheremet-va and@sheremet-vain vitest-dev/vitest#9476 (77d75)- Support tags - by
@sheremet-vain vitest-dev/vitest#9478 (de7c8)- Implement
aroundEachandaroundAllhooks - by@sheremet-vain vitest-dev/vitest#9450 (2a8cb)- Stabilize experimental features - by
@sheremet-vain vitest-dev/vitest#9529 (b5fd2)- Accept
neworallin--updateflag - by@sheremet-vain vitest-dev/vitest#9543 (a5acf)- Support
metain test options - by@sheremet-vain vitest-dev/vitest#9535 (7d622)- Support type inference with a new
test.extendsyntax - by@sheremet-vain vitest-dev/vitest#9550 (e5385)- Support vite 8 beta, fix type issues in the config with different vite versions - by
@sheremet-vain vitest-dev/vitest#9587 (99028)- Add assertion helper to hide internal stack traces - by
@hi-ogawaand Claude Opus 4.6 in vitest-dev/vitest#9594 (eeb0a)- Store failure screenshots using artifacts API - by
@macariein vitest-dev/vitest#9588 (24603)- Allow
vitest listto statically collect tests instead of running files to collect them - by@sheremet-vain vitest-dev/vitest#9630 (7a8e7)- Add
--detect-async-leaks- by@AriPerkkioin vitest-dev/vitest#9528 (c594d)- Implement
mockThrowandmockThrowOnce- by@thor-juhaszand@sheremet-vain vitest-dev/vitest#9512 (61917)- Support
update: "none"and add docs about snapshots behavior on CI - by@hi-ogawain vitest-dev/vitest#9700 (05f18)- Support playwright
launchOptionswithconnectOptions- by@hi-ogawain vitest-dev/vitest#9702 (f0ff1)- Add
page/locator.markAPI to enhance playwright trace - by@hi-ogawain vitest-dev/vitest#9652 (d0ee5)- api:
- Support tests starting or ending with
testinexperimental_parseSpecification- by@jgillickand Jeremy Gillick in vitest-dev/vitest#9235 (2f367)- Add filters to
createSpecification- by@sheremet-vain vitest-dev/vitest#9336 (c8e6c)- Expose
runTestFilesas alternative torunTestSpecifications- by
v1.0.779
Description
Removing the postal code validation, as some countries do not use postal codes, which prevents users from completing their Stripe billing address.
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.778
Description
This PR aims to update pair of things on the checkout:
- Premium plans were showing .98 and this is an error, we changed
- The renewalLabel showed in two lines, we reduced the size, and changed the order currency/price in english
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
Checked on local that the checkout now shows as expected
Additional Notes
v1.0.777
Bumps tmp from 0.2.4 to 0.2.6.
Commits
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 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.