@thi.ng/meta-css 0.7.13 → 0.8.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-13T14:04:31Z
3
+ - **Last updated**: 2024-03-18T08:40:00Z
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.
@@ -9,6 +9,66 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [0.8.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.8.1) (2024-03-18)
13
+
14
+ #### 🩹 Bug fixes
15
+
16
+ - fix template unit alias handling ([d7f11c0](https://github.com/thi-ng/umbrella/commit/d7f11c0))
17
+ - update TEMPLATE_UNITS aliases
18
+ - update __templateValue() helper
19
+ - add tests
20
+
21
+ #### ♻️ Refactoring
22
+
23
+ - rename fill/stroke specs, update color ops docs ([731ad15](https://github.com/thi-ng/umbrella/commit/731ad15))
24
+
25
+ ## [0.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.8.0) (2024-03-17)
26
+
27
+ #### 🚀 Features
28
+
29
+ - add/update animation genspecs ([d7cb506](https://github.com/thi-ng/umbrella/commit/d7cb506))
30
+ - add animation-delay
31
+ - add shrink anim & keyframes
32
+ - add support for templated class specs ([eb09f16](https://github.com/thi-ng/umbrella/commit/eb09f16))
33
+ - add TemplateSpec, update CompiledSpecs
34
+ - add expandTemplateSpec()
35
+ - update expandSpec() to also handle templates, compute tpl arity
36
+ - update generateFramework(), make specs/templates optional
37
+ - update convert command impl to support templates
38
+ - refactor export command impl
39
+ - add/update tests
40
+ - add/update framework specs/templates ([119f385](https://github.com/thi-ng/umbrella/commit/119f385))
41
+ - update spec format, add spec doc object & handling ([dc63b3a](https://github.com/thi-ng/umbrella/commit/dc63b3a))
42
+ - update expandSpec() to handle docs & interpolate doc strings
43
+ - refactor convert & export commands
44
+ - major update base framework specs ([a985039](https://github.com/thi-ng/umbrella/commit/a985039))
45
+ - add docs for all specs
46
+ - refactor various specs as parametric templates
47
+ - massively reduce number of specs (~90 less)
48
+ - rename various specs to be less cryptic
49
+ - major update spec doc generator ([7117ae9](https://github.com/thi-ng/umbrella/commit/7117ae9))
50
+ - improve doc interpolation ([9509cc3](https://github.com/thi-ng/umbrella/commit/9509cc3))
51
+ - also process doc strings for template args
52
+ - extract __interpolateDoc() helper
53
+ - update stylesheet line parsing ([ee43572](https://github.com/thi-ng/umbrella/commit/ee43572))
54
+ - add splitLine() to correctly handle more complex tokenization rules
55
+ and perform more checks (e.g. parens matching, nesting)
56
+ - add tests
57
+ - add color operation templates (rgb, hsl, lch, oklch) ([b49860e](https://github.com/thi-ng/umbrella/commit/b49860e))
58
+ - add/update template specs ([e4ef222](https://github.com/thi-ng/umbrella/commit/e4ef222))
59
+
60
+ #### 🩹 Bug fixes
61
+
62
+ - comma-handling in template arg list parsing ([e8d45a5](https://github.com/thi-ng/umbrella/commit/e8d45a5))
63
+ - use negative lookbehind to support `\,` comma-escaping in single args
64
+ - update template arity calculation ([ac50c39](https://github.com/thi-ng/umbrella/commit/ac50c39))
65
+
66
+ #### ♻️ Refactoring
67
+
68
+ - update color var templates ([5f08683](https://github.com/thi-ng/umbrella/commit/5f08683))
69
+ - update color(), bg-color(), border-color(), fill(), stroke()
70
+ - now accepting full var name as arg, rather than just an index
71
+
12
72
  ### [0.7.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.7.5) (2024-02-22)
13
73
 
14
74
  #### ♻️ Refactoring