Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6c08b16
Added browswerstack note to readme
valadas Apr 22, 2025
8ea6b35
Bump puppeteer from 24.6.1 to 24.7.2
dependabot[bot] May 1, 2025
8f8a9a2
Added @typescript-eslint/utils to peerDependencies
valadas May 21, 2025
72507b7
Merge pull request #1310 from DNNCommunity/main
valadas May 21, 2025
0e9a868
Merge pull request #1311 from DNNCommunity/dependabot/npm_and_yarn/pu…
valadas May 21, 2025
cdca3e6
Merge pull request #1315 from valadas/peer-dep-typescript-eslint-utils
valadas May 21, 2025
535941f
Bump @babel/preset-typescript from 7.27.0 to 7.27.1
dependabot[bot] May 21, 2025
5412277
Bump eslint from 9.24.0 to 9.27.0
dependabot[bot] May 21, 2025
b35f1f1
Bump @typescript-eslint/eslint-plugin from 8.30.1 to 8.32.1
dependabot[bot] May 21, 2025
56b07ed
Bump @stencil/core from 4.29.3 to 4.31.0
dependabot[bot] May 21, 2025
266aea9
Merge pull request #1316 from DNNCommunity/dependabot/npm_and_yarn/ba…
valadas May 21, 2025
577ff38
Merge pull request #1317 from DNNCommunity/dependabot/npm_and_yarn/es…
valadas May 21, 2025
3b2a49d
Merge pull request #1318 from DNNCommunity/dependabot/npm_and_yarn/ty…
valadas May 21, 2025
468d0ae
Merge pull request #1319 from DNNCommunity/dependabot/npm_and_yarn/st…
valadas May 21, 2025
5dd8056
Bump @typescript-eslint/rule-tester from 8.30.1 to 8.32.1
dependabot[bot] May 21, 2025
d3a6848
Bump lit from 3.2.0 to 3.3.0
dependabot[bot] May 21, 2025
22c83ee
Bump @storybook/addon-essentials from 8.6.12 to 8.6.14
dependabot[bot] May 21, 2025
bc4f2ff
Merge pull request #1320 from DNNCommunity/dependabot/npm_and_yarn/ty…
valadas May 21, 2025
4867c85
Merge pull request #1321 from DNNCommunity/dependabot/npm_and_yarn/li…
valadas May 21, 2025
ebf6104
Merge pull request #1323 from DNNCommunity/dependabot/npm_and_yarn/st…
valadas May 21, 2025
83a9ee8
Bump vitest from 3.1.2 to 3.1.4
dependabot[bot] May 21, 2025
f27e8c7
Bump @storybook/theming from 8.6.12 to 8.6.14
dependabot[bot] May 21, 2025
35b7c29
Bump puppeteer from 24.7.2 to 24.9.0
dependabot[bot] May 21, 2025
bc56dfe
Merge pull request #1324 from DNNCommunity/dependabot/npm_and_yarn/vi…
valadas May 21, 2025
17aaa9e
Merge pull request #1325 from DNNCommunity/dependabot/npm_and_yarn/st…
valadas May 21, 2025
e6c2c62
Merge pull request #1326 from DNNCommunity/dependabot/npm_and_yarn/pu…
valadas May 21, 2025
fab5917
Added `vite` dev-dependency to lock in version
valadas May 21, 2025
e1699ed
Merge pull request #1327 from valadas/vite
valadas May 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ As we worked towards a `v1.x.x` release, we had several unavoidable breaking cha
- From `v0.24.4` - `v0.25.1` you should upgrade to `v0.26.0` and check manually if you used any of the removed CSS variables to adjust accordingly (see https://github.com/DNNCommunity/dnn-elements/pull/1252/files to spot the removals). Since this is CSS, there are no `eslint` rules to help you there.
- From `v0.26.0` onwards, you should upgrade to `v0.27.1` and handle all deprecations.
- From `v0.27.1 - v1.x.x` we will add auto-fixes at each latest minor release.
- From `v1.x.x` we will use semantic versioning, and you can simply upgrade one major version at a time. They will include auto-fixes in the same release where breaking changes happen.
- From `v1.x.x` we will use semantic versioning, and you can simply upgrade one major version at a time. They will include auto-fixes in the same release where breaking changes happen.

This project is tested with BrowserStack
Loading
Loading