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

refactor(theme): align text styles used in app with Figma design specifications #37

Merged
merged 8 commits into from
Dec 13, 2024
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 1.8.0+9

- Implement or replace the Easy Localization package for efficient localization management
- feat(app): add inter text styles to app [#37](https://github.com/pactus-project/pactus-gui/pull/37)
- update(app): update font weight in `pubspec.yaml`

# 1.7.0+8

- Implement or replace the Easy Localization package for efficient localization management
- feat: add easy localization package to project [#40](https://github.com/pactus-project/pactus-gui/pull/40)
- feat: reformat codes with dart reformat command
- update: remove `l10n` from project
- fix: fix translation files for `applications` text in `es` & `fr`
- fix: fix configurations for `EasyLocalization` in `main.dart` file
- fix: fix `applications` text in `SplashScreen` page
- chore: update analyzer configuration to ignore generated files
- ci: update `ci` for checking assets & translation files


# 1.6.0+7

- Implement `GoRouter` navigation system
Expand Down
Loading
Loading