Releases: web-runes/leturgero
Release list
@leturgero/cli@0.3.1
Patch Changes
- #45
e176326Thanks @florian-lefebvre! - Unknown flags, positional arguments and flags missing their value are now rejected with a readable message instead of being silently ignored or printing a stack trace
@leturgero/cli@0.3.0
Minor Changes
- #43
ee01b80Thanks @florian-lefebvre! - Adds support for picking a font family from a URL. Interactively, a new prompt lets you choose between searching a family by name and pasting a URL. Non-interactively,--font-familynow accepts a URL as well as a name. Google Fonts, Fontsource and Fontshare URLs are supported, and the family name is extracted from them.
@leturgero/cli@0.2.0
Minor Changes
-
#41
31e5c14Thanks @florian-lefebvre! - Adds support for properties suggestionsThe CLI will now only give available options for properties like weights, when known.
@leturgero/cli@0.1.2
@leturgero/cli@0.1.1
Patch Changes
74b4c81Thanks @florian-lefebvre! - Updates dependencies
@leturgero/cli@0.1.0
Minor Changes
-
#22
aabf2afThanks @florian-lefebvre! - Adds optimized fallbacksMetric-adjusted
@font-facerules built from system fonts that reduce layout shift (CLS) while your font loads can now be generated using the CLI -
#20
3c7bcd6Thanks @florian-lefebvre! - Allows specifying the fallbacks for the choosen font family
@leturgero/cli@0.0.6
Patch Changes
ef90a34Thanks @florian-lefebvre! - Fixes a typo
@leturgero/cli@0.0.5
Patch Changes
b795dfcThanks @florian-lefebvre! - Adds a project status note when starting the CLI
@leturgero/cli@0.0.4
Patch Changes
-
#15
23ab8e7Thanks @florian-lefebvre! - Clarifies what are the data sources -
#15
23ab8e7Thanks @florian-lefebvre! - Improves directory picking by showing subfolders on load -
#15
23ab8e7Thanks @florian-lefebvre! - Updates cancellation text to not be red -
#15
23ab8e7Thanks @florian-lefebvre! - Clarifies the prompts about paths
@leturgero/cli@0.0.3
Patch Changes
3bd395bThanks @florian-lefebvre! - Adds missing shebang which was preventing running the CLI