Skip to content

Latest commit

 

History

History
159 lines (65 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

159 lines (65 loc) · 5.08 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.8.1 (2020-10-20)

Bug Fixes

  • $dynamic-input: can set float value with number type (1b75918), closes #33

2.8.0 (2020-09-17)

Features

2.7.0 (2020-09-16)

Features

  • support to custom component for complex type (b4dc2c5)

2.6.0 (2020-07-21)

Bug Fixes

Features

2.2.0 (2019-09-01)

Features

2.0.1 (2019-08-11)

Bug Fixes

  • fix language setting and docs import element-ui error. (1522330)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-08-02)

Features

  • change vue, element-ui to externals. (5c46661), closes #1

BREAKING CHANGES

  • The default languages change to zh_CN from en_US;Should import vue and element-ui yourself.

1.1.2 (2019-07-17)

Bug Fixes

  • lodash version upgrade(security issue) (8f1f31b)

1.1.1 (2019-06-27)

Bug Fixes

  • export component error. (c95b17e)

1.1.0 (2019-06-26)

Features

  • add hidden prop and support custom languages. (b3419ab)

1.0.3 (2019-06-21)

Bug Fixes

  • sub dynamic-form-item should pass lang prop, delete button style improve. (6fe39b6)

1.0.2 (2019-06-21)

Bug Fixes

  • label-width compute error (74d63c6)

1.0.1 (2019-06-20)

Bug Fixes

  • change name to vue-dynamic-form-component (2ffea42)
  • change package name (8b9e15c)
  • parent form's label-width compute error. (8d5b369)

1.0.0 (2019-06-19)

Bug Fixes

  • child object init error (93c9995)
  • package.json main error, change name to vue-dynamic-form2 (f71b389)

Features

  • finish dynamic-form develop. (839a3c0)
  • finish version 0.0.1 (944e16a)
  • finish vue-dynamic-form's data and props init. (19b9a5e)
  • finish vue-dynamic-input component. (4ceb688)