@thi.ng/color-palettes 1.4.28 → 1.4.30
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 +3 -89
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
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
|
|
@@ -92,91 +94,3 @@ and/or version bumps of transitive dependencies.
|
|
|
92
94
|
|
|
93
95
|
- add 12 new palettes ([eab99c7](https://github.com/thi-ng/umbrella/commit/eab99c7))
|
|
94
96
|
- add new themes ([f3d4446](https://github.com/thi-ng/umbrella/commit/f3d4446))
|
|
95
|
-
|
|
96
|
-
## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.7.0) (2021-12-02)
|
|
97
|
-
|
|
98
|
-
#### 🚀 Features
|
|
99
|
-
|
|
100
|
-
- add new palettes, update readme ([0fd1b25](https://github.com/thi-ng/umbrella/commit/0fd1b25))
|
|
101
|
-
|
|
102
|
-
#### 🩹 Bug fixes
|
|
103
|
-
|
|
104
|
-
- add missing colors ([112ba7e](https://github.com/thi-ng/umbrella/commit/112ba7e))
|
|
105
|
-
|
|
106
|
-
## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.6.0) (2021-11-17)
|
|
107
|
-
|
|
108
|
-
#### 🚀 Features
|
|
109
|
-
|
|
110
|
-
- add new themes, update swatch gen ([69f269a](https://github.com/thi-ng/umbrella/commit/69f269a))
|
|
111
|
-
- update readme, add table w/ recent additions
|
|
112
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
113
|
-
Improving the overall build ergonomics
|
|
114
|
-
- introduced a tools workspaces
|
|
115
|
-
- imported it in all needed packages/examples
|
|
116
|
-
- inclusive project root
|
|
117
|
-
|
|
118
|
-
#### ♻️ Refactoring
|
|
119
|
-
|
|
120
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
121
|
-
this commit reverts (partly) changes made in:
|
|
122
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
123
|
-
overall purpose is better testament ergonomics:
|
|
124
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
125
|
-
having a binary to handle this for us.
|
|
126
|
-
|
|
127
|
-
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.5.0) (2021-10-25)
|
|
128
|
-
|
|
129
|
-
#### 🚀 Features
|
|
130
|
-
|
|
131
|
-
- add 30+ new palettes ([a33ea48](https://github.com/thi-ng/umbrella/commit/a33ea48))
|
|
132
|
-
|
|
133
|
-
### [0.4.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.4.1) (2021-10-13)
|
|
134
|
-
|
|
135
|
-
#### ♻️ Refactoring
|
|
136
|
-
|
|
137
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
138
|
-
|
|
139
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.4.0) (2021-10-12)
|
|
140
|
-
|
|
141
|
-
#### 🛑 Breaking changes
|
|
142
|
-
|
|
143
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
144
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
145
|
-
- only ESM modules will be published from now on
|
|
146
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
147
|
-
- i.e. launch NodeJS via:
|
|
148
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
149
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
150
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
151
|
-
Also:
|
|
152
|
-
- normalize/restructure/reorg all package.json files
|
|
153
|
-
- cleanup all build scripts, remove obsolete
|
|
154
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
155
|
-
|
|
156
|
-
#### ♻️ Refactoring
|
|
157
|
-
|
|
158
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
159
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
160
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
161
|
-
|
|
162
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.3.0) (2021-08-24)
|
|
163
|
-
|
|
164
|
-
#### 🚀 Features
|
|
165
|
-
|
|
166
|
-
- update/simplify swatch gen ([3187949](https://github.com/thi-ng/umbrella/commit/3187949))
|
|
167
|
-
- add new palettes, update readme ([14f2952](https://github.com/thi-ng/umbrella/commit/14f2952))
|
|
168
|
-
|
|
169
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.2.0) (2021-08-22)
|
|
170
|
-
|
|
171
|
-
#### 🚀 Features
|
|
172
|
-
|
|
173
|
-
- add more palettes, update gen ([ba4057c](https://github.com/thi-ng/umbrella/commit/ba4057c))
|
|
174
|
-
- add more themes from various collections
|
|
175
|
-
- sort all themes by their KSUID
|
|
176
|
-
- minor refactor swatch gen
|
|
177
|
-
|
|
178
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.1.0) (2021-08-21)
|
|
179
|
-
|
|
180
|
-
#### 🚀 Features
|
|
181
|
-
|
|
182
|
-
- add as new pkg, add assets & swatch gen ([9d1bb17](https://github.com/thi-ng/umbrella/commit/9d1bb17))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.30",
|
|
4
4
|
"description": "Collection of 200+ image based color themes & composable theme query filters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,18 +42,17 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.11.
|
|
46
|
-
"@thi.ng/base-n": "^2.7.
|
|
47
|
-
"@thi.ng/checks": "^3.6.
|
|
48
|
-
"@thi.ng/color": "^5.7.
|
|
49
|
-
"@thi.ng/errors": "^2.5.
|
|
50
|
-
"@thi.ng/hex": "^2.3.
|
|
45
|
+
"@thi.ng/api": "^8.11.18",
|
|
46
|
+
"@thi.ng/base-n": "^2.7.30",
|
|
47
|
+
"@thi.ng/checks": "^3.6.21",
|
|
48
|
+
"@thi.ng/color": "^5.7.21",
|
|
49
|
+
"@thi.ng/errors": "^2.5.24",
|
|
50
|
+
"@thi.ng/hex": "^2.3.62"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
54
53
|
"esbuild": "^0.24.2",
|
|
55
54
|
"typedoc": "^0.27.6",
|
|
56
|
-
"typescript": "^5.7.
|
|
55
|
+
"typescript": "^5.7.3"
|
|
57
56
|
},
|
|
58
57
|
"keywords": [
|
|
59
58
|
"color",
|
|
@@ -94,5 +93,5 @@
|
|
|
94
93
|
"parent": "@thi.ng/color",
|
|
95
94
|
"year": 2021
|
|
96
95
|
},
|
|
97
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
98
97
|
}
|