Below are the most important changes from each release.
- Add Element Expansion [ELXP] axis by @vv-monsalve in googlefonts#166
- Add Size of Paint 1 [SZP1] axis by @vv-monsalve in googlefonts#167
- Add Size of Paint 2 [SZP2] axis by @vv-monsalve in googlefonts#168
- Add Horizontal Element Alignment [XELA] axis by @simoncozens in googlefonts#158
- Add Horizontal Position Paint 1 [XPN1] axis by @vv-monsalve in googlefonts#169
- Add Horizontal Position Paint 2 [XPN2] axis by @vv-monsalve in googlefonts#170
- Add Vertical Position of Paint 1 [YPN1] axis by @vv-monsalve in googlefonts#171
- Add Vertical Position of Paint 2 [YPN2] axis by @vv-monsalve in googlefonts#172
- YELA desc updated to match reviewed XELA by @vv-monsalve in googlefonts#174
- Allow less aggressive renames #165
- repull and push
- publish-release: update to trusted publishers workflow #164
- _fvar_dflts: move priority of opsz axis #162
- Create shadow.textproto by @yanone in googlefonts#150
- Adding [SCAN] Scanlines custom Axis by @vv-monsalve in googlefonts#145
- Adding [BLED] Bleed custom Axis by @vv-monsalve in googlefonts#144
- Don't fail if there are no axis values by @simoncozens in googlefonts#155
- @yanone made their first contribution in googlefonts#150
- Adding [ZROT] Rotation in Z custom axis by @vv-monsalve in #137
- Update z_rotation.textproto with fallback_only field by @chrissimpkins in #140
- Add test for proto wellformedness (no missing required fields) by @simoncozens in #143
- Update requirements.txt by @felipesanches in #146
- Adding [ARRR] AR Retinal Resolution custom Axis by @vv-monsalve in #141
- If we delete a name STAT was using, put it back by @simoncozens in #154
- Adding [SHRP] Sharpness custom Axis by @vv-monsalve in #121
- Delete MUTA axis by @vv-monsalve in #124
- Adding [YALN] Y Alignment custom Axis by @vv-monsalve in #125
- update name builders #133
- build_name_table: set bits as well #131
- #120 MORPH axis added
- #119 VOLM axis updated
- #118 XROT YROT updated
- #115 FLAR axis updated
- #97 OPSZ range increase
- Update x_rotation.textproto 05a0728
- Update y_rotation.textproto 944a3e7
- Add Spacing [SPAC] axis #62
- Add Informality [INFM] axis #90
- Add Bounce [BNCE] axis #63
- tests/data/RobotoFlex-ttf Correct Optical Size title case 2d86d4c
- Add Mutation [MUTA] axis #100
- Update width.textproto #105
- Update wonky.textproto #107
- Also protect STAT table name IDs from the axis list #108
- Fix ci #110
- Better issue templates (PR #94)
- build_stat: improve elided axisvalues (PR #95)
- loosen protobuf dependency on setup.py so that it is easier to install axisregistry as a dependency of other projects (such as fontbakery) (https://github.com/googlefonts/axisregistry/commit/bb213824f9b8a6215b9b78c28f59773e0bd93515)
- #91 Added ROND axis
- #55 Added YROT axis
- #55 Added XROT axis
- fix_stat do not drop nameids <= 25 (PR #88)
- build_stat: do not rm fvar axis name records (PR #87)
- Added YEAR axis (PR #53)
- Added ELSH axis (PR #56)
- Changed EGRD to ELGR (PR #57)
- Added EHLT and EDPT (PR #61)
- Added HEXP axis (PR #79)
- Move nameid25 to its own func (PR #52)
- Fix typo and ensure tox runs tests correctly (PR #50)
- Don't delete name IDs which are shared with the STAT table (PR #49)
- added _fvar_instance_collision function, which determines whether a family of fonts will have fvar instances which collide.
- build_vf_name_table: only use v1 name tables if fvar instances match (PR #48)
- AxisRegistry: add items method. Fixed googlefonts/gftools#576 (PR #47)
- Add name builder (PR #31)
- Add illustrations (PRs #29, #30, #32 and #35)
- Reduce length of parametric axis descriptions (PR #34)
- y_transparent_descender.textproto Use depth, not height (PR #36)
- tox: use black (PR #39)
- Remove pre-processing of fallback names and simplify API
- Fix typos on cursive and monospace axes descriptions.
- Remove space characteres from fallback name entries of all axes. (issue #7)
- Update
min_value
anddefault_value
on --y_transparent_uppercase--.
- Initial release of the
axisregistry
python module. - Most of the code & data was migrated from the
fontbakery
andgoogle/fonts
git repositories so that the GF Axis Registry data can be easily available to all our tools. The most immediate user of this module isFont Bakery
itself, as well asGFTools
. - Axis Registry definitions are still being gradualy updated on the
google/fonts
repo, on its --axisregistry/-- directory (https://github.com/google/fonts/tree/main/axisregistry) and thisaxisregistry
python module will try to be kept in sync. - There's an ongoing plan to make this module the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.