diff --git a/CHANGELOG.md b/CHANGELOG.md index b974f5f..f9d566a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.0] - February 10, 2021 + +- Fixed nullOK issues +- Added more clippers +- Added align() method for text and richtext +- Improvement in textfield +- Added VxState +- Minor bug fixes and improvements + ## [1.3.1] - Decemeber 29, 2020 - Introducing VxShapes with ext: VxCircle -> .circle(), VxEllipse -> .ellipse(), VxCapsule -> .capsule(), VxContinuousRectangle -> .continuousRectangle(), VxBevel -> .bevel(), VxTriangle -> .triangle() and VxTicket -> .ticket() diff --git a/example/pubspec.lock b/example/pubspec.lock index 5dc001b..a2aa93b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -176,7 +176,7 @@ packages: path: ".." relative: true source: path - version: "1.3.1" + version: "1.4.0" vxstate: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2b8a41c..229f75e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: velocity_x description: A minimalist Flutter framework for rapidly building custom designs. -version: 1.3.1 +version: 1.4.0 homepage: https://velocityx.dev repository: https://github.com/iampawan/VelocityX documentation: https://velocityx.dev