You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and
34
34
35
35
### Fixed
36
36
37
-
- The `maxDensity` field in metadata files when `-max-density 1` is specified now gets the correct value instead of the erroneous `null`.
37
+
- The `maxDensity` field in metadata files when `--origin-density 1` is specified now gets the correct value instead of the erroneous `null`.
38
38
39
39
## [3.0.0] — 2024–12–15
40
40
@@ -70,8 +70,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and
70
70
71
71
### Added
72
72
73
-
- The `--addMetaData` (`-m`) flag is now also available for the `icons` command. Enabling it will create an `index.css` file in the output directory, which contains registrations of custom properties with paths to icons.
74
-
- The `--originDensity` (`-d`) option now takes the value `0`. This works like the `1` value, but without adding the density suffix to the filename.
73
+
- The `--add-meta-data` (`-m`) flag is now also available for the `icons` command. Enabling it will create an `index.css` file in the output directory, which contains registrations of custom properties with paths to icons.
74
+
- The `--origin-density` (`-d`) option now takes the value `0`. This works like the `1` value, but without adding the density suffix to the filename.
75
75
76
76
## [2.0.0] — 2024–06–13
77
77
@@ -85,8 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and
85
85
86
86
### Added
87
87
88
-
- New CLI option `-p` (`--publicDirectory`) for the favicons command, allowing you to specify a directory (`public` by default) with static assets where the source SVG files for generating favicons are expected.
89
-
- New CLI flag `-m` (`--addMetaData`), enabling which when processing raster images additionally generates metadata files in JSON and JS formats.
88
+
- New CLI option `-p` (`--public-directory`) for the favicons command, allowing you to specify a directory (`public` by default) with static assets where the source SVG files for generating favicons are expected.
89
+
- New CLI flag `-m` (`--add-meta-data`), enabling which when processing raster images additionally generates metadata files in JSON and JS formats.
90
90
91
91
## [1.0.3] — 2024–05–24
92
92
@@ -112,7 +112,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and
112
112
### Changed
113
113
114
114
- Now the `optimize favicons` command does not generate the entire set of files for each SVG found, including those nested in subdirectories. Instead, this command only works with files in the specified directory and expects at least one of `touch.svg`, `32.svg` and `16.svg` (preferably only the first two, and the third only if there is such a version in the design). See [README.md](./README.md) for details on preparing and working with these files.
115
-
- Now the `-r` (`--removeOrigin`) option also applies to the `optimize favicons` command.
115
+
- Now the `-r` (`--remove-origin`) option also applies to the `optimize favicons` command.
0 commit comments