@visulima/vite-overlay 2.0.0-alpha.2 → 2.0.0-alpha.4

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 CHANGED
@@ -1,3 +1,45 @@
1
+ ## @visulima/vite-overlay [2.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.3...@visulima/vite-overlay@2.0.0-alpha.4) (2025-12-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **vite-overlay:** update package files ([fd8f5c1](https://github.com/visulima/visulima/commit/fd8f5c13f384d945f3597b00cfdfaf615e100de9))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **dependencies:** update msw to version 2.12.6, jsdom to version 27.4.0, and [@tanstack](https://github.com/tanstack) packages to version 1.144.0 in package.json files ([1aa0236](https://github.com/visulima/visulima/commit/1aa0236e1f8190eecf7526cf2dc0f369cac02d87))
10
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
11
+
12
+ ### Code Refactoring
13
+
14
+ * **overlay:** improve balloon count display with animation and update styles for consistency ([146c2a7](https://github.com/visulima/visulima/commit/146c2a77b96ce9c61f6ae2d3fb85990fc73eab6b))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
20
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
21
+
22
+ ## @visulima/vite-overlay [2.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.2...@visulima/vite-overlay@2.0.0-alpha.3) (2025-12-11)
23
+
24
+ ### Bug Fixes
25
+
26
+ * update license information and add badges in README files ([340af5d](https://github.com/visulima/visulima/commit/340af5d227b3450a86da7861eeea5fee63ab4446))
27
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
28
+
29
+ ### Miscellaneous Chores
30
+
31
+ * update package dependencies and improve configuration ([4ed22d6](https://github.com/visulima/visulima/commit/4ed22d6511aa8150dcd4ba7b9dccf05dbe2d6adc))
32
+
33
+ ### Code Refactoring
34
+
35
+ * improve stack trace viewer and resolve original location utilities ([c6ff5c8](https://github.com/visulima/visulima/commit/c6ff5c85714944f34cd3f758eb4fc1d16271f5b6))
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
41
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
42
+
1
43
  ## @visulima/vite-overlay [2.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.1...@visulima/vite-overlay@2.0.0-alpha.2) (2025-12-11)
2
44
 
3
45
  ### Bug Fixes
package/README.md CHANGED
@@ -473,4 +473,17 @@ This is an open source project and will always remain free to use. If you think
473
473
 
474
474
  ## License
475
475
 
476
- This project is licensed under the MIT License - see the [MIT][license-url] file for details.
476
+ The visulima vite-overlay is open-sourced software licensed under the [MIT][license]
477
+
478
+ <!-- badges -->
479
+
480
+ [license-badge]: https://img.shields.io/npm/l/@visulima/vite-overlay?style=for-the-badge
481
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
482
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/vite-overlay?style=for-the-badge
483
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/vite-overlay
484
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
485
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
486
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
487
+ [chat]: https://discord.gg/TtFJY8xkFK
488
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
489
+ [typescript-url]: https://www.typescriptlang.org/