This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.1.1 - 2020-05-04
9
+
10
+ ### Fixed
11
+
12
+ - Convert numeric values when updating form values ([ #1 ] ( https://github.com/alvarosaburido/vue-dynamic-forms/issues/1 ) )
13
+ - Preselect option on Input-Select not working ([ #7 ] ( https://github.com/alvarosaburido/vue-dynamic-forms/issues/7 ) )
14
+ - Missing github link in npm ([ #8 ] ( https://github.com/alvarosaburido/vue-dynamic-forms/issues/6 ) )
15
+
8
16
## 0.1.0 - 2020-22-03
9
17
10
18
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @asigloo/vue-dynamic-forms" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Easy way to dynamically create reactive forms in vue based on varying business object model" ,
5
5
"author" :
" Alvaro Saburido <[email protected] >" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments