Skip to content

Commit

Permalink
Release 24.0.0 (#869)
Browse files Browse the repository at this point in the history
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare next dev version

* Mantine7 (#864)

* migrate to mantine 7

* add test menu item and fix cypress test

* dist files and linting

* add new yarn.lock

* Update versions

* Update backend versions

---------

Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>

* prepare release 24.0.0

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
  • Loading branch information
5 people authored Jan 24, 2024
1 parent c98b579 commit 16fb50b
Show file tree
Hide file tree
Showing 148 changed files with 425 additions and 24,393 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ node_modules/
/tests/**/*.map
*.css
/package-lock.json
!yarn.lock
/yarn.lock

# yarn
.pnp.*
Expand Down
2 changes: 1 addition & 1 deletion cypress/component/component-health-check.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '../../src/phovea_registry';
describe('Health check for Cypress component test', () => {
it('should mount MainApp', () => {
cy.mount(
<VisynAppProvider appName="Demo App">
<VisynAppProvider disableMantine6 appName="Demo App">
<MainApp />
</VisynAppProvider>,
);
Expand Down
3 changes: 2 additions & 1 deletion cypress/e2e/health-check.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ describe('Health check for Cypress e2e test', () => {
// Assert the content is now visible
cy.get('body').should('include.text', 'Visualization type');
// Check the user avatar, and then log out again
cy.get('[data-testid="visyn-user-avatar"]').should('include.text', 'A').click().parent().contains('Logout').click();
cy.get('[data-testid="visyn-user-avatar"]').should('include.text', 'A').click();
cy.get('[data-testid="user-menu-item"]').parent().contains('Logout').click();
// Assert the login modal to be shown again
cy.get('[data-testid="visyn-login-modal"]').should('include.text', 'Demo App');
// Assert the content to be invisible again
Expand Down
2 changes: 1 addition & 1 deletion dist/base/LoginMenu.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/LoginMenu.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/Selection.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16fb50b

Please sign in to comment.