@thi.ng/rdom-components 0.5.18 → 0.5.20

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +6 -6
  2. package/README.md +7 -6
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
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.
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
38
38
 
39
39
  #### ♻️ Refactoring
40
40
 
41
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
42
41
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
43
42
  - add .js suffix for all relative imports
43
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
44
44
 
45
45
  ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.3.0) (2021-10-12)
46
46
 
@@ -61,20 +61,20 @@ and/or version bumps of transitive dependencies.
61
61
 
62
62
  #### ♻️ Refactoring
63
63
 
64
- - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
65
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
66
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
67
64
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
68
65
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
66
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
67
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
68
+ - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
69
69
 
70
70
  ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.2.0) (2021-08-04)
71
71
 
72
72
  #### 🚀 Features
73
73
 
74
- - add staticRadio() component ([ff3d1c4](https://github.com/thi-ng/umbrella/commit/ff3d1c4))
75
74
  - add input components ([fb390c1](https://github.com/thi-ng/umbrella/commit/fb390c1))
76
75
  - add inputNumeric()
77
76
  - add inputVector(), inputVectorCoord()
77
+ - add staticRadio() component ([ff3d1c4](https://github.com/thi-ng/umbrella/commit/ff3d1c4))
78
78
 
79
79
  #### ♻️ Refactoring
80
80
 
package/README.md CHANGED
@@ -84,12 +84,13 @@ directory are using this package.
84
84
 
85
85
  A selection:
86
86
 
87
- | Screenshot | Description | Live demo | Source |
88
- |:------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------------------------------------|
89
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
90
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-themes) |
91
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
92
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) |
87
+ | Screenshot | Description | Live demo | Source |
88
+ |:---------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
89
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
90
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-themes) |
91
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
92
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) |
93
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-channel-mixer) |
93
94
 
94
95
  ## API
95
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-components",
3
- "version": "0.5.18",
3
+ "version": "0.5.20",
4
4
  "description": "Collection of unstyled, customizable components for @thi.ng/rdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/associative": "^6.2.15",
39
- "@thi.ng/hiccup-html": "^2.1.16",
40
- "@thi.ng/rdom": "^0.9.18",
41
- "@thi.ng/rstream": "^7.2.27",
42
- "@thi.ng/strings": "^3.3.16",
43
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/api": "^8.5.0",
38
+ "@thi.ng/associative": "^6.2.17",
39
+ "@thi.ng/hiccup-html": "^2.1.18",
40
+ "@thi.ng/rdom": "^0.9.20",
41
+ "@thi.ng/rstream": "^7.2.29",
42
+ "@thi.ng/strings": "^3.3.18",
43
+ "@thi.ng/transducers": "^8.3.24"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.33.5",
47
- "@thi.ng/testament": "^0.3.4",
47
+ "@thi.ng/testament": "^0.3.5",
48
48
  "rimraf": "^3.0.2",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.23.18",
50
+ "typedoc": "^0.23.20",
51
51
  "typescript": "^4.8.4"
52
52
  },
53
53
  "keywords": [
@@ -68,8 +68,8 @@
68
68
  "node": ">=12.7"
69
69
  },
70
70
  "files": [
71
- "*.js",
72
- "*.d.ts"
71
+ "./*.js",
72
+ "./*.d.ts"
73
73
  ],
74
74
  "exports": {
75
75
  ".": {
@@ -105,5 +105,5 @@
105
105
  "status": "alpha",
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
108
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
109
109
  }