@aleph-alpha/config-css 0.22.0 → 1.1.0
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 +18 -0
- package/dist/index.js +471 -440
- package/package.json +2 -2
- package/sd.config.js +9 -3
- package/src/index.ts +36 -1
- package/src/presetWebFontsAlephAlpha.ts +7 -2
- package/src/utils/convert-fonts.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@
|
|
|
5
5
|
- Updated config-prettier to 0.3.117
|
|
6
6
|
- Updated config-eslint to 0.3.183
|
|
7
7
|
|
|
8
|
+
## [1.1.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-1.0.0...config-css-preset-1.1.0) (2026-05-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **ui-library:** add UiSnackbar component (SPHER-4003) ([#278](https://github.com/Aleph-Alpha/frontend-hub/issues/278)) ([ba719e6](https://github.com/Aleph-Alpha/frontend-hub/commit/ba719e69158cb0fe34aa99bb3e325bf99de040f6))
|
|
14
|
+
|
|
15
|
+
## [1.0.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.22.0...config-css-preset-1.0.0) (2026-05-05)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### ⚠ BREAKING CHANGES
|
|
19
|
+
|
|
20
|
+
* **config-prettier:** Files formatted with this config will reflow. Consumers need to re-run prettier --write after bumping.
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **config-prettier:** change printWidth from 100 to 80 ([#257](https://github.com/Aleph-Alpha/frontend-hub/issues/257)) ([f9777d1](https://github.com/Aleph-Alpha/frontend-hub/commit/f9777d168ed7dc40b9de09cea9456ca809d1d462))
|
|
25
|
+
|
|
8
26
|
## [0.22.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.21.2...config-css-preset-0.22.0) (2026-04-13)
|
|
9
27
|
|
|
10
28
|
|