Skip to content

Commit d260c16

Browse files
committed
Updated CHANGELOG, README
1 parent dd7a5e0 commit d260c16

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
### Added:
44

55
- Support for integrated FormItem for all components via `formItem` prop
6-
- [<RadioGroup />](/VueForm/ConnectedRadioGroup.js)
7-
- [<CheckboxGroup />](/VueForm/ConnectedCheckboxGroup.js)
6+
- [`<RadioGroup />`](/VueForm/ConnectedRadioGroup.js)
7+
- [`<CheckboxGroup />`](/VueForm/ConnectedCheckboxGroup.js)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,15 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7676
- [TimePicker](/VueForm/ConnectedTimePicker.js)
7777
- [Form](/VueForm/Form.vue)
7878

79-
## [Changelog](/CHANGELOG.md)
79+
## Changelog
80+
81+
- [1.4.0](/CHANGELOG.md#140)
8082

8183
## Roadmap
8284

8385
- Add remaining components
84-
- Upload
85-
- Rate
86+
- `<Upload />`
87+
- `<Rate />`
8688
- Add validation examples
8789
- [Field level sync validation](https://detools.github.io/vue-form/#inline-validations-form)
8890
- Form level sync validation

0 commit comments

Comments
 (0)