@jseeio/jsee 0.2.2 → 0.2.6

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 ADDED
@@ -0,0 +1,27 @@
1
+ ## [Unreleased] - yyyy-mm-dd
2
+
3
+ ### Added
4
+ -
5
+
6
+ ### Changed
7
+ -
8
+
9
+ ### Fixed
10
+ -
11
+
12
+
13
+ ## [0.2.5] - yyyy-mm-dd
14
+
15
+ ### Added
16
+ - [x] Tests
17
+ - [x] Load schema from query (loader)
18
+
19
+ ### Changed
20
+ - [x] Reset button appears only after data change
21
+ - [x] Default input type (`string`)
22
+
23
+ ### Fixed
24
+ - [x] Directly load code when running in a window (not code to text)
25
+ - [x] Passing code directly
26
+
27
+