Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 17, 2020
2 parents dafa712 + d062494 commit 4dc49bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.3.0 - 2020-06-17

## Added

- Customizable Default Theme ([#37](https://github.com/alvarosaburido/vue-dynamic-forms/issues/37))
- Added missing models to docs ([#36](https://github.com/alvarosaburido/vue-dynamic-forms/issues/36))
- Helper text/hint ([#26](https://github.com/alvarosaburido/vue-dynamic-forms/issues/26))
- Url regex validation ([#28](https://github.com/alvarosaburido/vue-dynamic-forms/issues/28))
- Configurable input `id` ([#31](https://github.com/alvarosaburido/vue-dynamic-forms/issues/31))

## 0.2.2 - 2020-05-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asigloo/vue-dynamic-forms",
"version": "0.2.2",
"version": "0.3.0",
"description": "Easy way to dynamically create reactive forms in vue based on varying business object model",
"author": "Alvaro Saburido <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 4dc49bd

Please sign in to comment.