@thi.ng/hdom-components 5.1.27 → 5.1.28
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 +30 -23
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
|
|
|
32
32
|
|
|
33
33
|
#### ♻️ Refactoring
|
|
34
34
|
|
|
35
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
36
35
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
37
36
|
- add .js suffix for all relative imports
|
|
37
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
38
38
|
|
|
39
39
|
# [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@5.0.0) (2021-10-12)
|
|
40
40
|
|
|
@@ -55,12 +55,12 @@ and/or version bumps of transitive dependencies.
|
|
|
55
55
|
|
|
56
56
|
#### ♻️ Refactoring
|
|
57
57
|
|
|
58
|
-
- dedupe toggle() internals ([4b09d0e](https://github.com/thi-ng/umbrella/commit/4b09d0e))
|
|
59
|
-
- update imports (transducers) ([4707563](https://github.com/thi-ng/umbrella/commit/4707563))
|
|
60
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
61
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
62
58
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
63
59
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
60
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
61
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
62
|
+
- update imports (transducers) ([4707563](https://github.com/thi-ng/umbrella/commit/4707563))
|
|
63
|
+
- dedupe toggle() internals ([4b09d0e](https://github.com/thi-ng/umbrella/commit/4b09d0e))
|
|
64
64
|
|
|
65
65
|
### [4.0.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@4.0.17) (2020-12-07)
|
|
66
66
|
|
|
@@ -182,33 +182,36 @@ and/or version bumps of transitive dependencies.
|
|
|
182
182
|
|
|
183
183
|
#### ♻️ Refactoring
|
|
184
184
|
|
|
185
|
-
- update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
|
|
186
185
|
- add ButtonGroup type alias ([b4476cb](https://github.com/thi-ng/umbrella/commit/b4476cb))
|
|
186
|
+
- update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
|
|
187
187
|
|
|
188
188
|
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@2.1.0) (2018-05-09)
|
|
189
189
|
|
|
190
190
|
#### 🚀 Features
|
|
191
191
|
|
|
192
|
-
- add buttonGroup ([c0950d6](https://github.com/thi-ng/umbrella/commit/c0950d6))
|
|
193
|
-
- add notification component ([a11803c](https://github.com/thi-ng/umbrella/commit/a11803c))
|
|
194
|
-
- add button component ([cef3c6a](https://github.com/thi-ng/umbrella/commit/cef3c6a))
|
|
195
|
-
- add title component ([f9a2daf](https://github.com/thi-ng/umbrella/commit/f9a2daf))
|
|
196
192
|
- add pager component, add [@thi.ng/iterators](https://github.com/thi-ng/umbrella/tree/main/packages/iterators) dep ([efb288d](https://github.com/thi-ng/umbrella/commit/efb288d))
|
|
193
|
+
- add title component ([f9a2daf](https://github.com/thi-ng/umbrella/commit/f9a2daf))
|
|
194
|
+
- add button component ([cef3c6a](https://github.com/thi-ng/umbrella/commit/cef3c6a))
|
|
195
|
+
- add notification component ([a11803c](https://github.com/thi-ng/umbrella/commit/a11803c))
|
|
196
|
+
- add buttonGroup ([c0950d6](https://github.com/thi-ng/umbrella/commit/c0950d6))
|
|
197
197
|
|
|
198
198
|
#### ♻️ Refactoring
|
|
199
199
|
|
|
200
|
-
- remove CanvasOpts, update re-exports ([cefb199](https://github.com/thi-ng/umbrella/commit/cefb199))
|
|
201
|
-
- update notification & appLink comps ([4f8e7ba](https://github.com/thi-ng/umbrella/commit/4f8e7ba))
|
|
202
|
-
- update button args ([ec41eb9](https://github.com/thi-ng/umbrella/commit/ec41eb9))
|
|
203
200
|
- make pager more customizable ([334a4d2](https://github.com/thi-ng/umbrella/commit/334a4d2))
|
|
201
|
+
- update button args ([ec41eb9](https://github.com/thi-ng/umbrella/commit/ec41eb9))
|
|
202
|
+
- update notification & appLink comps ([4f8e7ba](https://github.com/thi-ng/umbrella/commit/4f8e7ba))
|
|
203
|
+
- remove CanvasOpts, update re-exports ([cefb199](https://github.com/thi-ng/umbrella/commit/cefb199))
|
|
204
204
|
|
|
205
205
|
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@2.0.0) (2018-04-08)
|
|
206
206
|
|
|
207
207
|
#### 🛑 Breaking changes
|
|
208
208
|
|
|
209
|
-
- update
|
|
210
|
-
-
|
|
211
|
-
|
|
209
|
+
- remove svg, update canvas (hdom context support) ([86d1f0d](https://github.com/thi-ng/umbrella/commit/86d1f0d))
|
|
210
|
+
- remove entire svg.ts
|
|
211
|
+
- remove [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/main/packages/hiccup) dependency
|
|
212
|
+
- update readme
|
|
213
|
+
- BREAKING CHANGE: SVG functionality has been moved to new
|
|
214
|
+
[@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/main/packages/hiccup-svg) package. Canvas component user fns have new args
|
|
212
215
|
- update canvas handlers, add webgl2 version ([7c88a3f](https://github.com/thi-ng/umbrella/commit/7c88a3f))
|
|
213
216
|
- add CanvasHandlers interface
|
|
214
217
|
- update canvas component to pass component args to handlers
|
|
@@ -218,15 +221,19 @@ and/or version bumps of transitive dependencies.
|
|
|
218
221
|
- add/update docs
|
|
219
222
|
- BREAKING CHANGE: canvas user handlers passed as object and taking
|
|
220
223
|
different / more args
|
|
221
|
-
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
- update readme
|
|
225
|
-
- BREAKING CHANGE: SVG functionality has been moved to new
|
|
226
|
-
[@thi.ng/hiccup-svg](https://github.com/thi-ng/umbrella/tree/main/packages/hiccup-svg) package. Canvas component user fns have new args
|
|
224
|
+
- update dropdown components ([0873832](https://github.com/thi-ng/umbrella/commit/0873832))
|
|
225
|
+
- BREAKING CHANGE: add hdom context arg as first arg to `dropdown` and
|
|
226
|
+
`groupedDropdown`
|
|
227
227
|
|
|
228
228
|
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@1.1.0) (2018-03-29)
|
|
229
229
|
|
|
230
230
|
#### 🚀 Features
|
|
231
231
|
|
|
232
232
|
- add svg line() ([6cbacec](https://github.com/thi-ng/umbrella/commit/6cbacec))
|
|
233
|
+
|
|
234
|
+
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@1.0.0) (2018-03-03)
|
|
235
|
+
|
|
236
|
+
#### 🛑 Breaking changes
|
|
237
|
+
|
|
238
|
+
- rename package hiccup-dom-component => hdom-components ([752a78b](https://github.com/thi-ng/umbrella/commit/752a78b))
|
|
239
|
+
- BREAKING CHANGE: rename package hiccup-dom-component => hdom-components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom-components",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.28",
|
|
4
4
|
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/adapt-dpi": "^2.2.
|
|
38
|
-
"@thi.ng/api": "^8.4.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/math": "^5.3.
|
|
41
|
-
"@thi.ng/transducers": "^8.3.
|
|
42
|
-
"@thi.ng/transducers-stats": "^2.1.
|
|
37
|
+
"@thi.ng/adapt-dpi": "^2.2.2",
|
|
38
|
+
"@thi.ng/api": "^8.4.6",
|
|
39
|
+
"@thi.ng/checks": "^3.3.3",
|
|
40
|
+
"@thi.ng/math": "^5.3.13",
|
|
41
|
+
"@thi.ng/transducers": "^8.3.23",
|
|
42
|
+
"@thi.ng/transducers-stats": "^2.1.28"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.33.5",
|
|
46
|
-
"@thi.ng/testament": "^0.3.
|
|
46
|
+
"@thi.ng/testament": "^0.3.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.23.
|
|
49
|
+
"typedoc": "^0.23.20",
|
|
50
50
|
"typescript": "^4.8.4"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"node": ">=12.7"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"./*.js",
|
|
64
|
+
"./*.d.ts",
|
|
65
65
|
"utils"
|
|
66
66
|
],
|
|
67
67
|
"exports": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"status": "beta",
|
|
111
111
|
"year": 2018
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
114
114
|
}
|