@visulima/vite-overlay 2.0.0-alpha.6 → 2.0.0-alpha.8

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,41 @@
1
+ ## @visulima/vite-overlay [2.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.7...@visulima/vite-overlay@2.0.0-alpha.8) (2026-03-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **vite-overlay:** fix formatting and minor code style issues ([ec96733](https://github.com/visulima/visulima/commit/ec9673362fdf82ff4dacaf03aeb1c59250cd4eb0))
6
+ * **vite-overlay:** replace rolldown-vite alias with vite@8 beta ([0596412](https://github.com/visulima/visulima/commit/0596412d437625183db5909d3b3ad1328293d8ef))
7
+ * **vite-overlay:** resolve ESLint errors and expand braceless if statements ([f837bcd](https://github.com/visulima/visulima/commit/f837bcd2a1a743290b63e7471d843a953fd75b54))
8
+ * **vite-overlay:** show balloon button alongside overlay for client errors ([6b9d8d4](https://github.com/visulima/visulima/commit/6b9d8d414ef1d21ab5ccee5f5a5aebb544d6f2c2))
9
+ * **vite-overlay:** update packem to 2.0.0-alpha.54 ([73b70e3](https://github.com/visulima/visulima/commit/73b70e398cda6ee38aed18fa798bd2198b732024))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **vite-overlay:** regenerate tanstack hydration example route tree ([11ceaa0](https://github.com/visulima/visulima/commit/11ceaa09ded9ff1223f99646b477b00ceeffea40))
14
+ * **vite-overlay:** update dependencies ([53e7915](https://github.com/visulima/visulima/commit/53e7915ce97385edce947318aac47602bb11c905))
15
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
21
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
22
+
23
+ ## @visulima/vite-overlay [2.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.6...@visulima/vite-overlay@2.0.0-alpha.7) (2026-03-04)
24
+
25
+ ### Bug Fixes
26
+
27
+ * added hint to the overlay back ([5df1227](https://github.com/visulima/visulima/commit/5df122779364090d10d60f440e61a595c7e1ee83))
28
+ * **vite-overlay:** clear balloon on HMR update and fix pre-existing TS errors ([6904661](https://github.com/visulima/visulima/commit/69046610f5a5c36ba68539ecb7a088cb767922ca))
29
+ * **vite-overlay:** explicitly override forms plugin background on editor select ([9614446](https://github.com/visulima/visulima/commit/96144461dd00fad5dad3dd1aa3976af1ec34a896)), closes [#fff](https://github.com/visulima/visulima/issues/fff) [select#editor-selector](https://github.com/visulima/select/issues/editor-selector)
30
+ * **vite-overlay:** fix all ESLint errors and prevent e2e specs from running in vitest ([c212416](https://github.com/visulima/visulima/commit/c212416be37c7bbe2276e440401103146838b8e5))
31
+ * **vite-overlay:** fix editor select chevron and options popup in dark/light mode ([69e3274](https://github.com/visulima/visulima/commit/69e327476990e4b37a300f6655bf73af0aba2060))
32
+ * **vite-overlay:** fix syntheticError typo, blank line lint error, and rewrite corrupted docs ([a990844](https://github.com/visulima/visulima/commit/a99084491d19f07704488d10ab4930c5b7b779d0))
33
+ * **vite-overlay:** resolve 10 runtime bugs in error overlay ([da43fcb](https://github.com/visulima/visulima/commit/da43fcb1eeec62e7855c3bcbc9f365613fa9001c))
34
+
35
+ ### Documentation
36
+
37
+ * **vite-overlay:** fix incorrect BalloonConfig properties and add client API docs ([6f045cf](https://github.com/visulima/visulima/commit/6f045cf186dc9ca7552e3cd21ff959414ddf2b13))
38
+
1
39
  ## @visulima/vite-overlay [2.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.5...@visulima/vite-overlay@2.0.0-alpha.6) (2026-02-28)
2
40
 
3
41
  ### Features
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 visulima
3
+ Copyright (c) 2026 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -34,9 +34,9 @@
34
34
 
35
35
  ---
36
36
 
37
- | Light Mode | Dark Mode | Solution Mode |
38
- | -------------------------------- | ------------------------------ | ------------------------------------- |
39
- | ![light](./__assets__/light.png) | ![dark](./__assets__/dark.png) | ![light](./__assets__/light-hint.png) |
37
+ | Light Mode | Dark Mode | Solution Mode |
38
+ | -------------------------------- | ------------------------------ | ------------------------------- |
39
+ | ![light](./__assets__/light.jpg) | ![dark](./__assets__/dark.jpg) | ![light](./__assets__/hint.jpg) |
40
40
 
41
41
  ## Features
42
42