🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7.9 KiB

Change Log


1.0.0

2018-07-21

  • 🌟 Add Carousel component edddbd
  • modify some error document

0.7.1

2018-07-17

  • 🐞 fix Tooltip containing disabled button does not show and style#73
  • 🐞 add Table panagation deep watch#b464c6

0.7.0

2018-07-11

  • 🌟 Add TreeSelect component
  • 🌟 Select add options, Easy to generate a selection list directly#37
  • 🐞 Fix blur event error when using Select component in Tooltip#67
  • 🐞 Modify the Upload component action attribute to optional#66

0.6.8

2018-07-05

  • 🐞 Fix notification h is not defined#63
  • 🐞 Fix Transfer local-provider miss titles#64

0.6.7

2018-07-03

  • 🐞 Fix Form component cannot be updated when using template syntax#62

0.6.6

2018-07-03

  • 🐞 Fix Upload type validation error issue and update related demo#61
  • 🐞 Fix Upload image preview does not jump correctly1584b3

0.6.5

2018-07-01

  • 🐞 Fix Select getPopupContainer not working #56
  • 🐞 Fix Select popup position is not updated8254f7

0.6.4

2018-06-28

  • 🐞 Fix InputSearch v-model return wrong value#53

0.6.3

2018-06-26

  • 🐞 Fix Popover v-model not working#49

0.6.2

2018-06-24

  • 🌟 Form component data auto-checking support for template syntax7c9232
  • Select: 🐞 add focus blur methods52f6f5
  • Radio
    • 🐞 Fix Radiogroup disabled className9df74b
    • 🐞 Fix autoFoucs focus blur mouseenter mouseleave not workingf7886c
  • TimePicker: 🐞 Fix autoFoucs focus blur not working28d009

0.6.1

2018-06-17

  • 🌟 Add List Component
  • Table
    • 🐞 Fix 'querySelectorAll error when updating height#33
    • 🐞 fix defaultChecked not workingec1999
    • columns key support number type9b7f5c
  • Tooltip: 🛠 update events API change to visibleChange
  • Textarea: 🐞 Fix autoFoucs not working787927
  • InputSearch: 🐞 Add focus blur methods3cff62
  • InputNumber: 🐞 Fix autoFoucs not working88f165
  • DatePicker: 🐞 Fix autoFoucs not working264abf
  • Cascader: 🐞 Fix autoFoucs not workingbe69bd
  • Rate: 🐞 Fix autoFoucs not working,and blur errorc2c984
  • RangePicker: 🐞 Fix value type check error problem228f44

0.6.0

2018-06-04

  • 🌟 Add Anchor Component
  • Table
    • 🐞 Fix show emptyText problem when loading.spinning 17b9dc
    • 🐞 Fixed header style not working #30
  • 🐞 DatePicker: Fix the issue of change event repeatedly call when showTime is true 81ab82
  • 🐞 InputNumber: Fix placeholder not working ce39dc

0.5.4

2018-05-26

  • 🐞 Fix missing less file problem in dist directoryca084b9

0.5.3

2018-05-25

  • 🐞 Fixed issue with building antd-with-locales.js containing test files90583a3

0.5.2

2018-05-25

  • 🐞 Timeline: Fix duplicated loading component bug fa5141b
  • Transfer
    • 🐞 Fix search box clear button does not work Problem 4582da3
    • 💄 Override property change listener logic to avoid unnecessary 0920d23
  • 💄 Select: Optimizing title display logic 9314957
  • Form
    • 🐞 Fixed Form component directive error #20
    • 🌟 Maintain an ref for wrapped component instance, use wrappedComponentRef c5e421c
  • 🐞 DatePicker: Fix calendar keyboard event does not work e9b6914
  • Avatar: Fixing font size adaptation issues #22
  • 🌟 Added single test for some components
  • 🌟 sorted component library dependencies and devDependencies, deleted unused packages, and added peerDependencies

0.5.1

2018-05-10

  • 🐞 Table: Fix customRow events not working#16

0.5.0

2018-05-08

  • 🌟 Form: add Form component
  • 💄 Upload.Dragger: Modify name name to a-upload-dragger
  • 🐞 Upload: Fix name prop not working

0.4.3

2018-05-02

  • 🐞 Fix component style loss problem
  • 🌟 site add babel-polyfill

0.4.2

2018-04-24

  • 🐞 fix menu click bug

0.4.1

bug

  • Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions

0.4.0

Layout

  • add layout component

Others

0.3.1

Features