Skip to content

Commit 4ab766a

Browse files
committed
Bumped version to 0.1.2
1 parent 699683f commit 4ab766a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
- πŸ”§ Fix([#2](https://github.com/kerberjg/auto_layout_frame.dart/issues/2)): Removed old nesting code ([#5](https://github.com/kerberjg/auto_layout_frame.dart/pulls/5))
3+
- πŸ”§ Fix([#1](https://github.com/kerberjg/auto_layout_frame.dart/issues/1)): Update minimum SDK version to support Flex spacing property ([#3](https://github.com/kerberjg/auto_layout_frame.dart/pulls/3))
4+
15
## 0.1.1
26

37
- Fixed GIF path in README to load correctly on pub.dev

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flutter pub add auto_layout_frame
2626
- πŸ“± **Responsive UI**: Build flexible, responsive layouts that adapt to different screen sizes
2727
- πŸš€ **Rapid prototyping**: Quickly create complex layouts with an intuitive, declarative syntax
2828

29-
<img style="width: 100%;" src="https://github.com/kerberjg/auto_layout_frame.dart/blob/0.1.1/screenshots/editor.gif?raw=true"/>
29+
<img style="width: 100%;" src="https://github.com/kerberjg/auto_layout_frame.dart/blob/0.1.2/screenshots/editor.gif?raw=true"/>
3030

3131

3232
## ✨ Features

β€Žpubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_layout_frame
22
description: Flutter implementation of Figma's Auto Layout frames with support for alignment, padding, gap, resizing, and overflow behavior.
3-
version: 0.1.1
3+
version: 0.1.2
44

55
license: MPL-2.0
66
homepage: https://github.com/kerberjg/auto_layout_frame.dart

0 commit comments

Comments
Β (0)