Skip to content

refactor!: drop deprecated Material theme from all components #9195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 0 additions & 37 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,40 +79,3 @@ jobs:
path: |
packages/*/test/visual/lumo/screenshots/*/failed/*.png
packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png
material:
name: Material
runs-on: ubuntu-latest
if: github.repository_owner == 'vaadin'

steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'

- name: Install Dependencies
run: yarn --frozen-lockfile --no-progress --non-interactive

- name: Visual tests
uses: nick-fields/retry@v3
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
with:
timeout_minutes: 20
retry_wait_seconds: 60
max_attempts: 3
command: yarn test:material

- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: screenshots
path: |
packages/*/test/visual/material/screenshots/*/failed/*.png
packages/vaadin-material-styles/test/visual/screenshots/failed/*.png
12 changes: 0 additions & 12 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,12 @@ Run tests for Lumo:
yarn test:lumo
```

Run tests for Material:

```sh
yarn test:material
```

Update reference screenshots for Lumo:

```sh
yarn update:lumo
```

Update reference screenshots for Material:

```sh
yarn update:material
```

Update screenshots for single package:

```sh
Expand Down
36 changes: 0 additions & 36 deletions dev/charts/material/area.html

This file was deleted.

44 changes: 0 additions & 44 deletions dev/charts/material/arearange.html

This file was deleted.

47 changes: 0 additions & 47 deletions dev/charts/material/areaspline.html

This file was deleted.

38 changes: 0 additions & 38 deletions dev/charts/material/areasplinerange.html

This file was deleted.

46 changes: 0 additions & 46 deletions dev/charts/material/bar.html

This file was deleted.

70 changes: 0 additions & 70 deletions dev/charts/material/boxplot.html

This file was deleted.

28 changes: 0 additions & 28 deletions dev/charts/material/bubble.html

This file was deleted.

Loading