@vuetify/nightly 3.7.12-master.2025-02-12 → 3.7.12-master.2025-02-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -3
- package/dist/json/attributes.json +2850 -2850
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +5227 -5227
- package/dist/vuetify-labs.css +4941 -4941
- package/dist/vuetify-labs.d.ts +1 -1
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5261 -5261
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/index.d.mts +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,21 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.12-master.2025-02-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.12-master.2025-02-13...v) (2025-02-13)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.12-master.2025-02-
|
5
|
+
## [3.7.12-master.2025-02-13](https://github.com/vuetifyjs/vuetify/compare/v3.7.12...v3.7.12-master.2025-02-13) "Other Commmits" (2025-02-13)
|
6
|
+
|
7
|
+
|
8
|
+
### :wrench: Bug Fixes
|
9
|
+
|
10
|
+
* **VTabs:** correct items generic type ([3adefb9](https://github.com/vuetifyjs/vuetify/commit/3adefb9a2405dd2d8f34940a5d9f6ff3f35884b2)), closes [#20981](https://github.com/vuetifyjs/vuetify/issues/20981)
|
6
11
|
|
7
12
|
|
8
13
|
### Other Commmits
|
9
14
|
|
10
|
-
* chore(release): publish v3.7.12-master.2025-02-
|
15
|
+
* chore(release): publish v3.7.12-master.2025-02-13 ([50e3ff3](https://github.com/vuetifyjs/vuetify/commit/50e3ff32c98ab11b1d9a54b347ad85daaf4d5006))
|
16
|
+
* docs: show 404 for non-existent api pages ([1698a7b](https://github.com/vuetifyjs/vuetify/commit/1698a7b8f04da2d854e8fbe36fcf03d700e100ea))
|
17
|
+
* docs: log specific error if example is not found ([85ed224](https://github.com/vuetifyjs/vuetify/commit/85ed224033cebd382dbc57a06e046553b17dbc3d))
|
18
|
+
* chore(docs): set up glitchtip ([12a4543](https://github.com/vuetifyjs/vuetify/commit/12a45431954cce3695d61fad147eb4f8eb96884e))
|
11
19
|
* chore: update caniuse-lite ([9fd2041](https://github.com/vuetifyjs/vuetify/commit/9fd204137f7a5683aae7de4158380d9b790857db))
|
12
20
|
* chore: enable more vitest eslint rules ([6536895](https://github.com/vuetifyjs/vuetify/commit/65368957b140dfdcda48839983a2b449db6e33a9))
|
13
21
|
|