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