calcsuite-react 1.1.2 → 1.1.3

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
@@ -3,6 +3,15 @@
3
3
  All notable changes to **CalcSuite** are documented here. This project adheres to
4
4
  [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [1.1.3] — 2026-09-04
7
+
8
+ ### Fixed
9
+ - **Readable text on accent surfaces.** Buttons, active nav, segmented toggles, the FAB and scientific keys now use each preset's own contrast colour (`--fc-accent-ink`) instead of a hardcoded white / dark-mode override — so the default Cyan (and Purple/Blue) accents no longer render near-black text on a mid-tone fill in dark mode.
10
+ - **"Solved" field contrast.** The computed-value field dropped its muddy accent-tinted fill (it was low-contrast on dark themes); the dashed accent border + "solved" note still mark it.
11
+
12
+ ### Added
13
+ - **Brand mark.** The calculator glyph (the default launcher/FAB icon) now sits beside the **CalcSuite** title in the dialog header, with the title and "an AceCBM product" subtitle stacked.
14
+
6
15
  ## [1.1.2] — 2026-09-04
7
16
 
8
17
  ### Fixed