@visulima/vite-overlay 1.1.0 → 1.2.0

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,15 @@
1
+ ## @visulima/vite-overlay [1.2.0](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@1.1.1...@visulima/vite-overlay@1.2.0) (2025-10-01)
2
+
3
+ ### Features
4
+
5
+ * **vite-overlay:** add client error history to vite overlay ([#528](https://github.com/visulima/visulima/issues/528)) ([29b7908](https://github.com/visulima/visulima/commit/29b79085f7ffe1b3c14f59f87ef76514eed8291c))
6
+
7
+ ## @visulima/vite-overlay [1.1.1](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@1.1.0...@visulima/vite-overlay@1.1.1) (2025-09-24)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **vite-overlay:** improve error processing logic ([b03dffc](https://github.com/visulima/visulima/commit/b03dffc589b7aa6d26528ac001cd54d50cdbf7e8))
12
+
1
13
  ## @visulima/vite-overlay [1.1.0](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@1.0.2...@visulima/vite-overlay@1.1.0) (2025-09-24)
2
14
 
3
15
  ### Features
package/README.md CHANGED
@@ -201,15 +201,15 @@ The error overlay uses a custom design system with CSS custom properties:
201
201
 
202
202
  The error overlay is designed to work in all modern browsers with at least 1% global market share. This includes:
203
203
 
204
- | Browser | Minimum Version | Release Date |
205
- |---------|-----------------|--------------|
206
- | **Chrome** | 91+ | January 2021 |
207
- | **Firefox** | 91+ | August 2021 |
208
- | **Safari** | 14.1+ | April 2021 |
209
- | **Edge** | 91+ | January 2021 |
210
- | **iOS Safari** | 14.5+ | April 2021 |
211
- | **Opera** | 77+ | February 2021 |
212
- | **Samsung Internet** | 16+ | October 2021 |
204
+ | Browser | Minimum Version | Release Date |
205
+ | -------------------- | --------------- | ------------- |
206
+ | **Chrome** | 91+ | January 2021 |
207
+ | **Firefox** | 91+ | August 2021 |
208
+ | **Safari** | 14.1+ | April 2021 |
209
+ | **Edge** | 91+ | January 2021 |
210
+ | **iOS Safari** | 14.5+ | April 2021 |
211
+ | **Opera** | 77+ | February 2021 |
212
+ | **Samsung Internet** | 16+ | October 2021 |
213
213
 
214
214
  ### Browser Features Used
215
215