@cahyo-dimas/freeday 1.46.0 → 1.48.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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
Semua perubahan penting dicatat di sini. Format longgar mengikuti
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/); tiap versi = git tag.
|
|
5
5
|
|
|
6
|
+
## [1.48.0] — 2026-08-20
|
|
7
|
+
### Reverted
|
|
8
|
+
- **1.47.0's readonly focus ring (#024) is withdrawn.** The report was measured wrong. The control in
|
|
9
|
+
question — a `CflField`'s readonly display input — sits inside `.fdy-input-group`, and
|
|
10
|
+
`.fdy-input-group:focus-within` already carries the border and the 3px ring for the WHOLE control;
|
|
11
|
+
`.fdy-input-group .fdy-input:focus` clears the inner input deliberately so the two do not nest. The
|
|
12
|
+
audit measured the INPUT, found no shadow on it, and concluded there was no focus indicator.
|
|
13
|
+
Measured on the group, focus shows `--color-primary` at full strength — 6.56:1. 1.47.0 therefore
|
|
14
|
+
painted a muted ring INSIDE the blue one, which is a regression rather than a fix.
|
|
15
|
+
### Added — guards
|
|
16
|
+
- `test/css.test.mjs` pins the arrangement — the group rings, the inner input does not — so the next
|
|
17
|
+
reader finds the answer instead of repeating the conclusion.
|
|
18
|
+
|
|
6
19
|
## [1.46.0] — 2026-08-19
|
|
7
20
|
The docs site catches up with the components, and writing it out as a consumer found a defect in
|
|
8
21
|
#016's own contract.
|