Skip to content

Commit 93dfd3d

Browse files
committed
v1.4.0 ready
1 parent f8851c8 commit 93dfd3d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.0] - February 10, 2021
2+
3+
- Fixed nullOK issues
4+
- Added more clippers
5+
- Added align() method for text and richtext
6+
- Improvement in textfield
7+
- Added VxState
8+
- Minor bug fixes and improvements
9+
110
## [1.3.1] - Decemeber 29, 2020
211

312
- Introducing VxShapes with ext: VxCircle -> .circle(), VxEllipse -> .ellipse(), VxCapsule -> .capsule(), VxContinuousRectangle -> .continuousRectangle(), VxBevel -> .bevel(), VxTriangle -> .triangle() and VxTicket -> .ticket()

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ packages:
176176
path: ".."
177177
relative: true
178178
source: path
179-
version: "1.3.1"
179+
version: "1.4.0"
180180
vxstate:
181181
dependency: transitive
182182
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: velocity_x
22
description: A minimalist Flutter framework for rapidly building custom designs.
3-
version: 1.3.1
3+
version: 1.4.0
44
homepage: https://velocityx.dev
55
repository: https://github.com/iampawan/VelocityX
66
documentation: https://velocityx.dev

0 commit comments

Comments
 (0)