Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop NWID glyphs for ligatures in quasi-proportionals as they do not … #2287

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .github/workflows/pr-bump-version.yml

This file was deleted.

1 change: 1 addition & 0 deletions changes/29.1.1.md → changes/29.2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Drop NWID glyphs for ligatures in quasi-proportionals as they do not make sense for these styles. This change will save around 2MB for each Aile or Etoile font.
* Make presence of descender serif automatic for GREEK CAPITAL KAI SYMBOL (`U+03CF`).
* Make presence of top-left serif automatic for CYRILLIC {CAPITAL|SMALL} LETTER BASHKIR KA (`U+04A0`..`U+04A1`).
* Make GREEK SMALL LETTER DIGAMMA (`U+03DD`) respond to top-right serif variants of Greek Capital Gamma (`cv56`).
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iosevka/monorepo",
"version": "29.1.1",
"version": "29.2.0",
"workspaces": [
"packages/*",
"tools/*"
Expand Down
12 changes: 6 additions & 6 deletions packages/font-glyphs/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@iosevka/font-glyphs",
"version": "29.1.1",
"version": "29.2.0",
"private": true,
"exports": {
".": "./src/index.mjs",
"./aesthetics": "./src/meta/aesthetics.mjs",
"./unicode-knowledge": "./src/meta/unicode-knowledge.mjs"
},
"dependencies": {
"@iosevka/font-kits": "29.1.1",
"@iosevka/geometry": "29.1.1",
"@iosevka/geometry-cache": "29.1.1",
"@iosevka/glyph": "29.1.1",
"@iosevka/util": "29.1.1",
"@iosevka/font-kits": "29.2.0",
"@iosevka/geometry": "29.2.0",
"@iosevka/geometry-cache": "29.2.0",
"@iosevka/glyph": "29.2.0",
"@iosevka/util": "29.2.0",
"typo-geom": "^0.15.1"
}
}
Loading