Skip to content

Commit

Permalink
v1.2.0 gen-v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiFry committed Sep 3, 2024
1 parent e181833 commit 16590ef
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# 1.2.0

- Handles bug from Storyblok when copy-pasting rich-text in their visual editor
causing color to change format and image meta_data to become "[object Object]"
instead of a JSON object.
- Added `color` extension getter on rich text fore/backgroundColor.
- Renamed `HexColor` -> `StoryblokColor`.
- Renamed `colorHex` -> `colorString`.

# 1.1.0

Separated StoryblokClient to its own client.dart export file and all the model
exports into models.dart to fix dart:ui being imported when using the code
generator.
- Separated StoryblokClient to its own client.dart export file and all the model
exports into models.dart to fix dart:ui being imported when using the code
generator.
- Renamed export file `flutter_storyblok.dart` -> `models.dart`.
- Moved `StoryblokClient` export file from `flutter_storyblok.dart` ->
`client.dart`.

# 1.0.4

Expand Down
4 changes: 4 additions & 0 deletions code_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.3

Fixed bug external datasource enum not being generated.

# v1.1.2

Increased minimum flutter_storyblok version after critical bug fix.
Expand Down
2 changes: 1 addition & 1 deletion code_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_storyblok_code_generator
description: Code generator for flutter_storyblok, generating statically typed Dart code from your Storyblok blocks.
version: 1.1.2
version: 1.1.3
homepage: https://www.alster.se/
repository: https://github.com/alsterverse/flutter_storyblok/tree/main/code_generator
issue_tracker: https://github.com/alsterverse/flutter_storyblok/issues
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_storyblok
description: Integrate Storyblok with your Flutter app using this SDK and code generator.
version: 1.1.0
version: 1.2.0
homepage: https://www.alster.se/
repository: https://github.com/alsterverse/flutter_storyblok
issue_tracker: https://github.com/alsterverse/flutter_storyblok/issues
Expand Down

0 comments on commit 16590ef

Please sign in to comment.