Commit b4062d5
committed
Release v1.14.0: unpin icon for the Unfreeze menu entries (#24)
Freeze and Unfreeze sat under each other in the column and row context
menus with almost the same pin icon, so the picture never said which one
undid the other. Unfreeze now uses a pin with a slash across it, in all
four entries: Unfreeze column, Unfreeze all columns, Unfreeze row and
Unfreeze all rows.
That glyph landed in @vscode/codicons 0.0.46, so the dependency moves
from 0.0.45 to 0.0.46-24. The icon font ships bundled in media/, so the
new glyph travels with the extension and needs nothing from the host.
Pinned exactly rather than with a caret. 0.0.46 has no stable release,
only prereleases, and "^0.0.46-24" would also match 0.0.46-25 and later.
The old "^0.0.45" could not float at all, so the caret would have widened
what a fresh install resolves. Matches how ag-grid-community is pinned.1 parent f9bf143 commit b4062d5
3 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments