Skip to content

Commit 4139910

Browse files
committed
Release v1.18.5: the column type badges read on light themes (#35)
1 parent 0d9d84c commit 4139910

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to CSV Grid Editor are documented here.
44

5+
## [1.18.5] - 2026-08-22
6+
7+
### Fixed
8+
- **The column type badges stay readable on a light theme** - The small chips that say what a column holds (`123`, `1.0`, `abc`, `T/F`, `date`) were drawn in colors picked for a dark background, and nothing swapped them out when the editor was light ([#35](https://github.com/Robin-Reiche/csv-grid-editor/pull/35)). The label sat at a contrast of 1.3 to 2.0 against the chip behind it, depending on the theme's panel color, where 4.5 is the readable minimum. It was there, you just had to lean in. Both places the chips appear were affected, the column header and the Column Profile panel. They carry a second palette for light themes now and read between 5.0 and 5.8. Dark themes keep exactly the colors they had.
9+
- **The control character chip stopped disappearing with them** - The chip that names a control character in a cell (`LF`, `CR`, `TAB`) shares the colors of the date badge, so it was just as faint on a light background, 1.6 against the editor background. It reads at 5.6 now.
10+
- The switch keys off the same rule the grid already uses to pick its own light or dark styling, so a high contrast light theme gets the light palette too rather than falling back to the dark one.
11+
12+
Thanks to [@yukina3230](https://github.com/yukina3230) for the change.
13+
514
## [1.18.4] - 2026-08-20
615

716
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csv-grid-editor",
33
"displayName": "CSV Grid Editor: CSV & TSV Viewer",
44
"description": "Open, view and edit CSV and TSV files in a fast sortable filterable grid. Inline editing, find and replace, freeze rows, column stats, Excel copy and paste and export to JSON. Free.",
5-
"version": "1.18.4",
5+
"version": "1.18.5",
66
"publisher": "RobinReiche",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)