Skip to content
Merged
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.3.6

### Added
- fetch polyfill with whatwg-fetch

### Changed
- Store related bugs are fixed
- Dropdown related bugs in ObjectForm / ObjectFormField
- eslint-plugin-vue to 7.0.0-alpha.7
- Dropdown updated
- emit string as value (Fomantic dropdown default)

## 1.3.5

### Added
Expand Down
4 changes: 2 additions & 2 deletions demo/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div class="ui divider" />
<!-- <NumpadInputEx /> -->
<!-- <DataTableEx /> -->
<!-- <DropdownEx /> -->
<ProgressBarEx />
<DropdownEx />
<!-- <ProgressBarEx /> -->
</div>
</template>

Expand Down
Loading