jssm 5.81.2 → 5.82.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 +37 -42
- package/README.md +2 -2
- package/dist/es6/jssm-dot.js +1 -1
- package/dist/es6/jssm.d.ts +3 -3
- package/dist/es6/jssm.js +67 -26
- package/dist/es6/jssm_types.d.ts +1 -1
- package/dist/es6/{jssm_base_stylesheet.d.ts → themes/jssm_base_stylesheet.d.ts} +2 -2
- package/dist/es6/{jssm_base_stylesheet.js → themes/jssm_base_stylesheet.js} +1 -1
- package/dist/es6/themes/jssm_theme_default.d.ts +11 -0
- package/dist/es6/themes/jssm_theme_default.js +57 -0
- package/dist/es6/themes/jssm_theme_modern.d.ts +11 -0
- package/dist/es6/themes/jssm_theme_modern.js +57 -0
- package/{jssm_base_stylesheet.d.ts → dist/es6/themes/jssm_theme_ocean.d.ts} +3 -3
- package/dist/es6/themes/jssm_theme_ocean.js +55 -0
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs.js +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/jssm.d.ts +3 -3
- package/jssm_types.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
1037 merges; 148 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -22,13 +22,13 @@ Published tags:
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
## [Untagged] - 8/
|
|
25
|
+
## [Untagged] - 8/19/2022 8:44:55 PM
|
|
26
26
|
|
|
27
|
-
Commit [
|
|
27
|
+
Commit [2cf5a3f8121a68db58bba992e85b95a8b0e6315e](https://github.com/StoneCypher/jssm/commit/2cf5a3f8121a68db58bba992e85b95a8b0e6315e)
|
|
28
28
|
|
|
29
29
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
30
|
|
|
31
|
-
*
|
|
31
|
+
* coverage pass prior to multitheme
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -37,13 +37,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
## [Untagged] - 8/
|
|
40
|
+
## [Untagged] - 8/18/2022 10:12:07 PM
|
|
41
41
|
|
|
42
|
-
Commit [
|
|
42
|
+
Commit [2f81a2682202a239acc8acbefe0360e3481c8ca9](https://github.com/StoneCypher/jssm/commit/2f81a2682202a239acc8acbefe0360e3481c8ca9)
|
|
43
43
|
|
|
44
44
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
45
45
|
|
|
46
|
-
*
|
|
46
|
+
* draft themes in place
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -52,15 +52,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
## [Untagged] - 8/
|
|
55
|
+
## [Untagged] - 8/17/2022 10:02:39 PM
|
|
56
56
|
|
|
57
|
-
Commit [
|
|
57
|
+
Commit [9209392cd7e025b365da88aa29649c63b241074d](https://github.com/StoneCypher/jssm/commit/9209392cd7e025b365da88aa29649c63b241074d)
|
|
58
58
|
|
|
59
59
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
* Merge branch 'main' of github.com:StoneCypher/jssm
|
|
61
|
+
* mostly done, just have to surface the themes then do testing
|
|
64
62
|
|
|
65
63
|
|
|
66
64
|
|
|
@@ -69,13 +67,13 @@ Merges [59e95d8, c3939c3]
|
|
|
69
67
|
|
|
70
68
|
|
|
71
69
|
|
|
72
|
-
## [Untagged] - 8/
|
|
70
|
+
## [Untagged] - 8/14/2022 4:22:34 PM
|
|
73
71
|
|
|
74
|
-
Commit [
|
|
72
|
+
Commit [72d6ef77839234d9763ba3c5e667f0eb5ef43951](https://github.com/StoneCypher/jssm/commit/72d6ef77839234d9763ba3c5e667f0eb5ef43951)
|
|
75
73
|
|
|
76
74
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
77
75
|
|
|
78
|
-
*
|
|
76
|
+
* Clarify composite style type before we start work on themes
|
|
79
77
|
|
|
80
78
|
|
|
81
79
|
|
|
@@ -84,18 +82,13 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
84
82
|
|
|
85
83
|
|
|
86
84
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
## [5.80.1] - 8/7/2022 11:57:01 PM
|
|
85
|
+
## [Untagged] - 8/11/2022 9:01:49 PM
|
|
90
86
|
|
|
91
|
-
Commit [
|
|
87
|
+
Commit [df1dd4c1d190b6571cf43637183b831229793eba](https://github.com/StoneCypher/jssm/commit/df1dd4c1d190b6571cf43637183b831229793eba)
|
|
92
88
|
|
|
93
89
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
94
90
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
* Merge pull request #527 from StoneCypher/AddInlineStylesToResolver
|
|
98
|
-
* Adds inline styles to resolver, fixes StoneCypher/fsl#1160
|
|
91
|
+
* Small type changes preparing for theme
|
|
99
92
|
|
|
100
93
|
|
|
101
94
|
|
|
@@ -104,13 +97,13 @@ Merges [6cb2816, b59b5b5]
|
|
|
104
97
|
|
|
105
98
|
|
|
106
99
|
|
|
107
|
-
## [Untagged] - 8/
|
|
100
|
+
## [Untagged] - 8/10/2022 11:32:42 PM
|
|
108
101
|
|
|
109
|
-
Commit [
|
|
102
|
+
Commit [5162f2299530514aecba1bf78fbfe77910e3a417](https://github.com/StoneCypher/jssm/commit/5162f2299530514aecba1bf78fbfe77910e3a417)
|
|
110
103
|
|
|
111
104
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
112
105
|
|
|
113
|
-
*
|
|
106
|
+
* Engine and parser support for label substitution (no viz yet,) fixes StoneCypher/fsl#117; fixes StoneCypher/fsl#263
|
|
114
107
|
|
|
115
108
|
|
|
116
109
|
|
|
@@ -119,18 +112,15 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
119
112
|
|
|
120
113
|
|
|
121
114
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## [5.80.0] - 8/4/2022 9:37:11 PM
|
|
115
|
+
## [Untagged] - 8/10/2022 10:25:03 PM
|
|
125
116
|
|
|
126
|
-
Commit [
|
|
117
|
+
Commit [bab9f160ae1dab672a2800c175c21fed2e74f48e](https://github.com/StoneCypher/jssm/commit/bab9f160ae1dab672a2800c175c21fed2e74f48e)
|
|
127
118
|
|
|
128
119
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
129
120
|
|
|
130
|
-
Merges [
|
|
121
|
+
Merges [59e95d8, c3939c3]
|
|
131
122
|
|
|
132
|
-
* Merge
|
|
133
|
-
* Support for start and end state styling
|
|
123
|
+
* Merge branch 'main' of github.com:StoneCypher/jssm
|
|
134
124
|
|
|
135
125
|
|
|
136
126
|
|
|
@@ -139,13 +129,13 @@ Merges [4d79b09, ed398d3]
|
|
|
139
129
|
|
|
140
130
|
|
|
141
131
|
|
|
142
|
-
## [Untagged] - 8/
|
|
132
|
+
## [Untagged] - 8/10/2022 10:24:55 PM
|
|
143
133
|
|
|
144
|
-
Commit [
|
|
134
|
+
Commit [59e95d8d4c06a63fb51b0c886d23612a4835ccfc](https://github.com/StoneCypher/jssm/commit/59e95d8d4c06a63fb51b0c886d23612a4835ccfc)
|
|
145
135
|
|
|
146
136
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
147
137
|
|
|
148
|
-
* tests
|
|
138
|
+
* tests for property overriding from inline and for border lines
|
|
149
139
|
|
|
150
140
|
|
|
151
141
|
|
|
@@ -154,13 +144,18 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
154
144
|
|
|
155
145
|
|
|
156
146
|
|
|
157
|
-
|
|
147
|
+
<a name="5__80__1" />
|
|
148
|
+
|
|
149
|
+
## [5.80.1] - 8/7/2022 11:57:01 PM
|
|
158
150
|
|
|
159
|
-
Commit [
|
|
151
|
+
Commit [c3939c3486d8ae2338385de375d753ef5a38673d](https://github.com/StoneCypher/jssm/commit/c3939c3486d8ae2338385de375d753ef5a38673d)
|
|
160
152
|
|
|
161
153
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
154
|
|
|
163
|
-
|
|
155
|
+
Merges [6cb2816, b59b5b5]
|
|
156
|
+
|
|
157
|
+
* Merge pull request #527 from StoneCypher/AddInlineStylesToResolver
|
|
158
|
+
* Adds inline styles to resolver, fixes StoneCypher/fsl#1160
|
|
164
159
|
|
|
165
160
|
|
|
166
161
|
|
|
@@ -169,10 +164,10 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
169
164
|
|
|
170
165
|
|
|
171
166
|
|
|
172
|
-
## [Untagged] - 8/
|
|
167
|
+
## [Untagged] - 8/7/2022 11:52:57 PM
|
|
173
168
|
|
|
174
|
-
Commit [
|
|
169
|
+
Commit [b59b5b530de566d82b6fa707d66f9b5ceb2037e8](https://github.com/StoneCypher/jssm/commit/b59b5b530de566d82b6fa707d66f9b5ceb2037e8)
|
|
175
170
|
|
|
176
171
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
177
172
|
|
|
178
|
-
*
|
|
173
|
+
* Adds inline styles to resolver, fixes StoneCypher/fsl#1160
|
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
* Generated for version 5.
|
|
21
|
+
* Generated for version 5.82.0 at 8/19/2022, 11:01:13 PM
|
|
22
22
|
|
|
23
23
|
-->
|
|
24
24
|
# jssm
|
|
@@ -29,7 +29,7 @@ share online. Easy to embed.
|
|
|
29
29
|
|
|
30
30
|
Readable, useful state machines as one-liner strings.
|
|
31
31
|
|
|
32
|
-
***4,
|
|
32
|
+
***4,837 tests*** run 5,728 times. 4,828 specs with 100.0% coverage, 9 fuzz tests with 5.4% coverage. With 2,511 lines, that's about 1.9 tests per line, or 2.3 generated tests per line.
|
|
33
33
|
|
|
34
34
|
***Meet your new state machine library.***
|
|
35
35
|
|