The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
* Add installation guide via Mint in https://github.com/almazrafi/Fugen/pull/84
For [Mint](https://github.com/yonaskolb/mint) package manager installation, run:
```shell
$ mint install almazrafi/
[email protected]
```
* Generate text styles with using system font in https://github.com/almazrafi/Fugen/pull/79
New template option for text style generation - `usingSystemFont`:
```yaml
textStyles:
file:
key: ...
includedNodes:
- ...
destination: ...
templateOptions:
usingSystemFonts: true
```
This option generate text style with fonts **SFProText** and **SFProDisplay** using `systemFont(ofSize:weight:)` function.
* Added sort to image asset to avoid `Content.json` changes every run by @puchog in https://github.com/almazrafi/Fugen/pull/90
* Xcode 13 support in https://github.com/almazrafi/Fugen/pull/91
- Added `preserveVectorData` flag to save vector data for Xcode assets
- Added by [anton-m-kashin](https://github.com/anton-m-kashin) in PR [#82](https://github.com/almazrafi/Fugen/pull/82)
- Added the ability to set `useAbsoluteBounds` Figma API flag for images export
- Added by [anton-m-kashin](https://github.com/anton-m-kashin) in PR [#80](https://github.com/almazrafi/Fugen/pull/80)
- Fixed styles duplication #77
Shadow styles
2 years ago
- Added exporting shadow styles
- Added by [timbaev](https://github.com/timbaev) in PR [#63](https://github.com/almazrafi/Fugen/pull/63)
- Added `onlyExportables` option for images export
- Added by [puchog](https://github.com/puchog) in PR [#62](https://github.com/almazrafi/Fugen/pull/62)
- Fixed colors and text styles duplication
- Fixed by [puchog](https://github.com/puchog) in PR [#61](https://github.com/almazrafi/Fugen/pull/61)
More usability
3 years ago
- Validation methods in the standard templates
- Environment variable for the access token
Small improvements
3 years ago
1.0.0-alpha.6
3 years ago