@thi.ng/rdom-components 1.0.7 → 1.0.8

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 (2) hide show
  1. package/CHANGELOG.md +3 -94
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -50,96 +52,3 @@ and/or version bumps of transitive dependencies.
50
52
  #### 🚀 Features
51
53
 
52
54
  - update dropdown generics ([11809c7](https://github.com/thi-ng/umbrella/commit/11809c7))
53
-
54
- ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.4.0) (2021-11-17)
55
-
56
- #### 🚀 Features
57
-
58
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
59
- Improving the overall build ergonomics
60
- - introduced a tools workspaces
61
- - imported it in all needed packages/examples
62
- - inclusive project root
63
-
64
- #### ♻️ Refactoring
65
-
66
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
67
- this commit reverts (partly) changes made in:
68
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
69
- overall purpose is better testament ergonomics:
70
- instead of having to pass NODE_OPTIONS with every invocation
71
- having a binary to handle this for us.
72
-
73
- ### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.3.1) (2021-10-13)
74
-
75
- #### ♻️ Refactoring
76
-
77
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
78
- - add .js suffix for all relative imports
79
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
80
-
81
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.3.0) (2021-10-12)
82
-
83
- #### 🛑 Breaking changes
84
-
85
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
86
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
87
- - only ESM modules will be published from now on
88
- - CJS obsolete due to ESM support in recent versions of node:
89
- - i.e. launch NodeJS via:
90
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
91
- - in the node REPL use `await import(...)` instead of `require()`
92
- - UMD obsolete due to widespread browser support for ESM
93
- Also:
94
- - normalize/restructure/reorg all package.json files
95
- - cleanup all build scripts, remove obsolete
96
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
97
-
98
- #### ♻️ Refactoring
99
-
100
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
101
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
102
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
103
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
104
- - update imports (transducers) ([2fd7619](https://github.com/thi-ng/umbrella/commit/2fd7619))
105
-
106
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.2.0) (2021-08-04)
107
-
108
- #### 🚀 Features
109
-
110
- - add input components ([fb390c1](https://github.com/thi-ng/umbrella/commit/fb390c1))
111
- - add inputNumeric()
112
- - add inputVector(), inputVectorCoord()
113
- - add staticRadio() component ([ff3d1c4](https://github.com/thi-ng/umbrella/commit/ff3d1c4))
114
-
115
- #### ♻️ Refactoring
116
-
117
- - update arg types ([0633175](https://github.com/thi-ng/umbrella/commit/0633175))
118
- - switch to `ISubscription` for args
119
- - reuse $inputNum handler in inputNumeric
120
- - make $option `selected` attrib dynamic
121
-
122
- ### [0.1.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.1.18) (2020-12-07)
123
-
124
- #### ♻️ Refactoring
125
-
126
- - update type-only imports ([2037326](https://github.com/thi-ng/umbrella/commit/2037326))
127
-
128
- ### [0.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.1.3) (2020-07-17)
129
-
130
- #### ♻️ Refactoring
131
-
132
- - update attribs (tabs, iconbt) ([d8d478f](https://github.com/thi-ng/umbrella/commit/d8d478f))
133
-
134
- ### [0.1.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.1.2) (2020-07-09)
135
-
136
- #### 🩹 Bug fixes
137
-
138
- - sub handling in accord/tabs ([6b51fd2](https://github.com/thi-ng/umbrella/commit/6b51fd2))
139
- - retain original `src` sub
140
-
141
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.1.0) (2020-07-08)
142
-
143
- #### 🚀 Features
144
-
145
- - import as new pkg (MBP2010 version) ([b7f72b6](https://github.com/thi-ng/umbrella/commit/b7f72b6))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-components",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Collection of unstyled, customizable components for @thi.ng/rdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,19 +40,18 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/hiccup-html": "^2.7.15",
45
- "@thi.ng/object-utils": "^1.1.11",
46
- "@thi.ng/rdom": "^1.7.23",
47
- "@thi.ng/rstream": "^9.2.6",
48
- "@thi.ng/strings": "^3.9.2",
49
- "@thi.ng/transducers": "^9.2.15"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/hiccup-html": "^2.7.16",
45
+ "@thi.ng/object-utils": "^1.1.12",
46
+ "@thi.ng/rdom": "^1.7.24",
47
+ "@thi.ng/rstream": "^9.2.7",
48
+ "@thi.ng/strings": "^3.9.3",
49
+ "@thi.ng/transducers": "^9.2.16"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.48.1",
53
52
  "esbuild": "^0.24.2",
54
53
  "typedoc": "^0.27.6",
55
- "typescript": "^5.7.2"
54
+ "typescript": "^5.7.3"
56
55
  },
57
56
  "keywords": [
58
57
  "browser",
@@ -113,5 +112,5 @@
113
112
  "status": "alpha",
114
113
  "year": 2020
115
114
  },
116
- "gitHead": "363db3998a14ddfd7a82f3039d8ca9681581e284\n"
115
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
117
116
  }