Skip to content

Commit caa8655

Browse files
committed
chore(bump): v0.0.8
1 parent fdca651 commit caa8655

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.0.8](https://github.com/rapid-build-ui/form-control/compare/v0.0.7...v0.0.8) (2019-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **native form submission:** from not firing when validation is set on the control via js ([7f39ae0](https://github.com/rapid-build-ui/form-control/commit/7f39ae0))
7+
8+
9+
### Features
10+
11+
* **form helper:** add validate method onto form.rb object to validate a form from anywhere ([15782af](https://github.com/rapid-build-ui/form-control/commit/15782af))
12+
13+
14+
### Dependencies
15+
16+
* **bump:** dep rb-base v0.0.9 ([7601b88](https://github.com/rapid-build-ui/form-control/commit/7601b88))
17+
18+
19+
120
## [0.0.7](https://github.com/rapid-build-ui/form-control/compare/v0.0.6...v0.0.7) (2019-03-05)
221

322

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "form-control-project",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"scripts": {
55
"build-continuous": "node node_modules/@rapid-build-ui/utils/ci component continuous",
66
"build-release": "node node_modules/@rapid-build-ui/utils/ci component release",

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/form-control",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"main": "scripts/form-control.js",
55
"description": "Rapid Build UI Web Components Mixin for all Form Controls: form-control",
66
"license": "MIT",

0 commit comments

Comments
 (0)