element-plus

🎉 A Vue.js 3 UI Library made by Element team

MIT License

Downloads
6.1K
Stars
23.4K
Committers
659

Bot releases are visible (Hide)

element-plus - 1.0.2-beta.47

Published by jw-foss over 3 years ago

1.0.2-beta.47

2021-06-11

Features

  • Feat Popover: add himBH-popover-border-radius variable (#2094) (#2095)
  • Feat SelectV2: integrate-virtual-list-with-select (#1906)

Bugfixes

  • Fix DatePicker: date picker support value-format (#2120)
  • Fix Input: style use show-password and clearable (#2168) (#2169)
  • Fix Rate: update change event trigger condition (#2181)
  • Fix PopConfirm: import missing popover.scss (#2207)
  • Fix Project: upgrade to vue 3.1.1 and with bug fix (#2220)

Chore

  • Chore docs: side-nav refactor with Vue3 (#1943)
  • Chore docs: update doc template (#2142)
  • Chore docs: Collapse code for composition (#2152)
  • Chore docs: Checkbox code for composition (#2153)
  • Chore docs: Cascader code for composition (#2154)
  • Chore docs: Card code for composition (#2155)
  • Chore docs: Calendar code for composition (#2156)
  • Chore docs: Image code for composition (#2157)
  • Chore docs: Avatar code for composition (#2158)
  • Chore docs: ColorPicker code for composition (#2160)
  • Chore docs: Container code for composition (#2161)
  • Chore docs: DatePicker code for composition (#2162)
  • Chore docs: DateTimePicker code for composition (#2163)
  • Chore docs: Dialog code for composition (#2164)
  • Chore docs: Drawer code for composition (#2165)
  • Chore docs:
  • Chore docs: drawer put v-model to the first (#2174)
  • Chore docs: update Dialog doc (#2175)
  • Chore docs: update dialog (#2176)
  • Chore docs: tooltip appendToBody default value is true (#2184)
  • Chore docs: InfiniteScroll code for composition (#2193)
  • Chore docs: Dropdown code for composition (#2194)
  • Chore docs: InputNumber code for composition (#2195)
  • Chore docs: Loading code for composition (#2196)
element-plus - 1.0.2-beta.46

Published by jw-foss over 3 years ago

1.0.2-beta.46

Features

  • Feat website: demo Composition API (#2099)
  • Feat Input: add input-style prop (#2117)

Bugfixes

  • Fix Col: should hidden when span is zero (#1769)
  • Fix Table: hot reload (#2077) (#2097)
  • Fix Popper: in dialog isn't enough space to position problem (#2102)
  • Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
  • Fix Popper: tabindex prop type (#2130)
  • Fix Locale: week translations for hr locale (#2134)
  • Fix Cascader: size issue when filterable and multiple are enabled (#2123)

Chore

  • Chore Website: update radio VCA doc (#2111)
  • Chore Project: esbuild for single component build (#2112)
  • Chore Website: use built-in throwError function. (#2131)
element-plus - 1.0.2-beta.45

Published by jw-foss over 3 years ago

1.0.2-beta.45

2021-05-28

Features

  • Feat VClickOutside: Expose mousedown and mouseup event object (#2038)

Bugfixes

  • Fix Website: 'textContent' of undefined and text wrapping (#1973)
  • Fix DatePicker: attribute 'type' add ts declare (#1979)
  • Fix Table: fix sorting error #1919 (#1983)
  • Fix Table: fix v-if patch bug on el-table-column (#1988)
  • Fix Badge: should test is-dot class existed. (#1992)
  • Fix Dropdown: add additional css in dropdown (#1998)
  • Fix Notification: fix notification component zIndex prop can not work (#2021)
  • Fix Tabs: update the setCurrentName function. (#2030)
  • Fix DateTimePicker: respect format props and default value (#2034)
  • Fix Locale: japanese translations (#2050)
  • Fix Pagination: fix bug #2025 (#2062)
  • Fix Website: algolia search wrong search parameter (#2065)
  • Fix ScrollBar: perf behavior of bar click (#2066)
  • Fix DateTimePicker: allow clearable to control both of the clear button (#2072)

Chore

  • Chore Tag: add specific type declaration (#1939)
  • Chore Docs: drawer.md add modal-class attribute (#1974)
  • Chore Transfer: remove useless button style (#1975)
  • Chore Badge: Remove unused type declarations (#1991)
  • Chore Table: refactored the type definition of table (#1997)
  • Chore Result: it should verify that text is inserted in the slot (#2000)
  • Chore Website: webpackChunkName of jp doc map. (#2007)
  • Chore Docs: added dropdown disabled attribute for all languages (#2013)
  • Chore Tabs: remove unused code (#2019)
  • Chore Tabs: add tabs type's definition (#2020)
  • Chore TabNav: use same throw error utils function. (#2022)
  • Chore add button click type's definition (#2026)
  • Chore Tab: remove meaningless parentheses (#2033)
  • Chore Docs: update the 'value' property to 'ModelValue' (#2044)
  • Chore ScrollBar: add scrollbar type's definition (#2057)
  • Chore Style: remove useless style (#2058)
  • Chore Project: bump sass from 1.26.10 to 1.34.0 (#2060)
  • Chore Docs: value -> model-value in vue 3 (#2067)
element-plus - 1.0.2-beta.44

Published by jw-foss over 3 years ago

This is also a hotfix patch for picker components

  • Fix date-picker cannot provide popper options for the underlaying popper.
element-plus - 1.0.2-beta.43

Published by jw-foss over 3 years ago

This is a hotfix for exposing popperOptions API for all picker components e.g. TimePicker

Bugfix

  • Fix picker components cannot modify their picker options.
element-plus - 1.0.2-beta.42

Published by jw-foss over 3 years ago

1.0.2-beta.42

2021-05-09

Bug fixes

  • Fix Rate: remove the confusing this (#1910)
  • Fix Drawer: add modal false div class (#1932)
  • Fix Button: fix incorrect style rule when hovering disabled plain button (#1937)
  • Fix Form: fix validate typing error (#1938)
  • Fix Table: fix table checkbox onChange event unable to be emitted in legacy browser (#1945)
  • Fix Icon: update icon design styles (#1950)
  • Fix Transfer: remove useless button style (#1953)
  • Fix Popover: add additional css in popover (#1956)
  • Fix Switch: fix switch component onMounted condition error (#1966)

Chore

  • Chore Notification: Remove magic numbers (#1928)
  • Chore Tag: keep the same with property name (#1940)
  • Chore Pagination: update Pagination documentation with .sync modifier (#1920 #1957)
  • Chore Project: replace unreasonable code (#1963)
  • Chore website: update ad (#1968)
  • Chore ThemeChalk: add missing !default modifiers for global variables (#1969)
element-plus - 1.0.2-beta.41

Published by 0song over 3 years ago

1.0.2-beta.41

2021-04-26

Features

  • Progress: indeterminate progress bar (#1832)
  • Descriptions: new component descriptions (#1856)
  • Scrollbar: new component Scrollbar (#1859)
  • Switch: add beforeChange hook (#1878)

Bug fixes

  • Fix Image fix image Add the dom of the preview picture to the body (#1577)
  • Fix Icon fix icon (#1896)
  • Fix page-header add icon props and slots (#1882)
  • Fix Scrollbar perf behavior of scrollbar (#1869)
  • Fix Button setup props add type (#1879)
  • Fix Upload expose abort method (#1877)
  • Fix Dropdown fix click disabled still trigger (#1865)
  • Fix Virtual-list enhance-virtual-list (#1813)
  • Fix Space string spacer style issue (#1845)
  • Fix Checkbox activeStyle boxShadow error (#1829)
element-plus - 1.0.2-beta.40

Published by jw-foss over 3 years ago

1.0.2-beta.40

2021-04-14

Bug fixes

  • fix(table): page resize event not monitor (#1790)
  • fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
  • fix(select): fix select with filterable has wrong dropdown options (#1811)
  • fix(table): fix bug of table crash under complex data (#1805)
  • fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
  • fix(build): not generate code hint files when publish-npm (#1802)
  • fix(avatar): fix src attributes default value (#1770)
  • fix(talbe): null check error (#1807)
  • fix(image-viewer): fix image src attribute error #1791 (#1819)
  • fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
  • style(date-picker): date-picker-com conditional judgment (#1823)
  • fix(docs): footer links error (#1827)
  • fix(table): fix table column rerendered whenever table updates

Features

  • feat(result): new componet Result (#1818)

Chore updares

  • style: using 'Array.prototype.forEach()' (#1826)
  • fix(time-picker): time picker change event bug (#1828)
element-plus - 1.0.2-beta.39

Published by 0song over 3 years ago

1.0.2-beta.39

2021-04-09

  • Fix packages/utils path issue (#1792)
element-plus - 1.0.2-beta.38

Published by jw-foss over 3 years ago

  • Fix utils build issue
element-plus - 1.0.2-beta.37

Published by 0song over 3 years ago

1.0.2-beta.37

2021-04-08

Bug fixes

  • Fix input prefix-icon-incorrect-height (#1766)
  • Fix select fix filter method is not called when input first letter (#1711)
  • Fix picker add focus (#1475)
  • Fix time-select input value not changed with v-model bindings (#1725)
  • Fix tooltip component tabindex prop (#1621)
  • Fix select fix type of modelValue incompatible (#1719)
  • Fix utils isIE logic (#1757)
  • Refactor card remove needless div tag (#1732)
  • Fix input add keydown event listener for textarea (#1723)
  • Fix time-picker update oldValue when visible change (#1635)
  • Fix drawer close button outline issue when focusing (#1727)
element-plus - 1.0.2-beta.36

Published by jw-foss over 3 years ago

2021-03-28

Bug fixes

  • fix option-group error when groupQueryChange event trigger
  • fix model-value error when Slider rendered
  • fix use-lock-screen hook (#1651)
  • fix modelValue should be deep reactive in multiple mode (#1624)
  • fix not returning resetField & clearValidate methods (#1663)
  • fix bug in render column structure (#1664)
  • fix bug caused by dynamic rendering (#1640) …
  • fix tooltip's export (#1678)
  • fix should reset placeholder after clear (#1679)
  • fix image onload overridden (#1689)
  • fix #1653 (#1665)
  • fix tabindex prop (#1642)
  • fix notification css word break (#1699)
  • fix transition error trigger when fileList is static (#1686 …
  • fix error position of input and tags (#1682)
  • fix incompatible migration (#1671) …
  • fix the current row render flashing when expanding line toggle
  • fix menu component animation bug (#1690)
  • fix style of break word (#1701)

Features

  • add new feature check-tag (#1696) …

Chore updates

  • docs update label docs of tab-pane (#1646)
  • add web-types.json (#1662)
  • chore: remove an repetitive file in .gitignore (#1673)
  • docs: Update the quickstart.md of zh-cn language (#1698) …
  • docs: update on demand import docs (#1672)
  • project bumping vue version (#1702) …
element-plus - 1.0.2-beta.35

Published by jw-foss over 3 years ago

  • Fix the previous type file generation error.
element-plus - 1.0.2-beta.34

Published by iamkun over 3 years ago

1.0.2-beta.34

2021-03-12

Bug fixes

  • Fix slider warning of modelValue (#1622)
  • Fix tree auto expand parent on set current key and node (#1502)
  • Fix avatar watch invalid when src is missing from props (#1615)
  • Fix select tag can't close if the option is disabled (#1605)
  • Fix table the bug that cannot watch data (#1612)
  • Fix cascader-panel no loaded nodes should not be checked (#1583)
  • Fix cascader prevent log error for before filter (#1582)
  • Fix some components miss install type (#1547)
  • Fix pagination current-page event error emit (#1575)
  • Fix select option migrate error (#1574)
  • Fix popover panel disappear when hover on panel (#1573)
  • Fix table fix #1572 (#1592)
  • Fix table fix #1591 (#1593)
  • Fix radio type order (#1554)
  • Fix time-picker replace test it.only with it in test (#1586)
  • Fix popper simplify mapEvents logic & add IEvents (#1541)
  • Fix pagination component layout prop bug (#1576)
  • Fix select disabled group not works (#1559)
  • Fix dropdown dropdown will expand when unexpected (#1569)
  • Fix table table column resize not work (#1567) …
element-plus - 1.0.2-beta.33

Published by jw-foss over 3 years ago

  • bump Vue version to 3.0.7
  • Fix popper bug caused by updating Vue
element-plus - 1.0.2-beta.32

Published by jw-foss over 3 years ago

1.0.2-beta.32

2021-01-31

Bug fixes

  • Fix switch cannot change width dynamically (#1435)
  • Fix PopConfirm translation error (#1450)
  • Fix date range picker input issue (#1439)
  • Fix date picker second clear not trigger change event #1438
  • Fix behavior of tooltip (#1443)
  • Fix bug cause by scrollToOption (#1440)
  • Fix the issue which caused input area render error on Safari (#1429)
  • Fix shadow rendering bug of initializing fixed columns (#1418)
  • Fix popper trigger ref cannot be fetched (#1419)
  • Remove tab incorrect highlight style (#1416)
  • Fix type check error of message (#1413)
  • Fix that the column width is calculated incorrectly (#1381)
  • Fix popper position error (#1411)
  • Fix style of demo card header (#1405)
  • Fix upload list remove animation incorrect (#1379)

Features

  • feat(carousel): add pause-on-hover prop (#1423)
  • feat(dropdown): add max-height prop of menu (#1436)
  • feat(progress): add default slot (#1426)

Chore updates

  • docs: remove auto-complete of input and select (#1437)
  • css prefix (#1407)
  • docs(project): Update importing on demand section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
  • Fix dome-block bottom bar width error when fixed (#1406)
element-plus - 1.0.2-beta.31

Published by zazzaz over 3 years ago

1.0.2-beta.31

2021-01-31

Bug fixes

  • Fix Select can not scroll to default option (#1397)
  • Fix Select tag's text is empty string when multiple with remote (#1393)
  • Fix Tree error cause by child node's data is not reactive (#1396)
  • Update Button change height to min-height (#1402)
  • Fix Tree every node @check-change event fire only once (#1390)
  • Fix Notification remove dom when destoryed (#1378)
  • Fix Message component trigger many times bug #1269 (#1270)
  • Fix ColorPicker compilation errors caused by switch (#1375)
  • Fix Table column insertion disorder (#1329)
  • Fix Popover z-index won't update when popover is shown (#1364)
  • Update Dialog to accept number type (#1373)
  • Fix Pagination jumper style error (#1372)
  • Fix Col style gets affected by invalid value bug (#1370)
  • Fix table remove tooltip when the component destroyed (#1245)
  • Update Scrollbar when scrollbar isn't shown, hide the bar (#1342)
  • Fix MessageBox remove default button text which caused i18n not working (#1357)
  • Fix Popper api consistency (#1354)
  • Fix dropdown/select/picker popper position error when has line-height (#1349)
  • Fix DatePicker modify the judgment logic of startDate and endDate (#1322)
  • Refactor Message and Notification component with VCA (#1387)

Chore updates

  • Update Axure resource v2.1.0 (#1400)
element-plus - 1.0.2-beta.30

Published by jw-foss over 3 years ago

  • Fix dayjs issue in release.
element-plus - 1.0.2-beta.29

Published by zazzaz almost 4 years ago

1.0.2-beta.29

2021-01-25

New feature

  • Add type 'contextmenu' trigger for Dropdown (#1286)

Bug fixes

  • Fix i18n bundle error (#1346)
  • Fix Drawer error size prop to support Number (#1335)
  • Fix affix to change target.value to props.target in judgement (#1343)
  • Fix carousel don't update the indicator and items when data change(#1244)
  • Fix fixed table height error when no data(#1332)
  • Fix table header checkbox can be triggered when disabled(#1333)
  • Repair table column width calculation abnormal (#1334)
  • Fix image incorrect custom object-fit ratio (#1338)
  • Fix color-picker can't select 8-digit hex color (#1323)
element-plus - 1.0.2-beta.28

Published by zazzaz almost 4 years ago

1.0.2-beta.28

2021-01-20

New feature

  • Support vue-i18n@next (#1306)

Bug fixes

  • Add tags and attributes completions for Vetur (#1303)
  • Fix table when the data changes, the table does not update the layout (#1315)
  • Fix table bug of table-column property watching (#1309)
  • Fix loading transition invalid (#1321)
  • Fix checkbox migrate error (#1293)
  • Fix notification style when its type set and title not set (#1288)
  • Fix tree node not render in lazy (#1298)
  • Fix slider can't drag in mobile (#1299)
  • Fix table column insertion disorder BUG
  • Fix table checkbox in table header style error (#1292)
  • Fix table migrate error (#1294)
Package Rankings
Top 7.57% on Npmjs.org
Badges
Extracted from project README
Crowdin
Related Projects