Skip to content

Releases: tolking/element-pro-components

v1.3.1

29 Apr 12:17
f345c30
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

31 Mar 14:42
4a3d12a
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.2.12

09 Jul 11:49
287b0fb
Compare
Choose a tag to compare

feat

  • Crud: add some slots crud-table crud-dialog crud-search crud-form crud-detail (#478)
  • Crud: add expose function openDialog and closeDialog (#479)

v1.2.11

02 Jul 06:59
d021348
Compare
Choose a tag to compare

feat

  • Layout: add collapse-button slot (#472)
  • Form: support custom v-model arguments (#473)
  • Tabs: add label slot (#474)

fix

  • Descriptions: avoid render header when without slot (#467)

other

  • optimize CSS variables (#468)

v1.2.10

28 May 03:07
ecbfbda
Compare
Choose a tag to compare

feat

  • Form: add show attribute to column (#459)

fix

  • Crud: the size of button is overwritten (#460)

perf

  • Table: optimize rendering of hidden table column (#456)

v1.2.9

12 Jan 08:08
00aca89
Compare
Choose a tag to compare

feat

  • Form: refactor FormComponent (#446)
  • add ElementProResolver from unplugin-vue-components (#447)
  • type: add type helper defineComponentProps (#445)

v1.2.8

29 Dec 07:15
24bc5d2
Compare
Choose a tag to compare

fix

  • build Error Nodejs^15 Cannot find module 'node:path' (#431)
  • Form: validation error of ArrayForm (#440)
  • Form: disable reset button when submit (#442)

other

  • add CODE_OF_CONDUCT.md (#432)
  • add issue template (#433)
  • docs: add contributing.md (#436)
  • add pull_request_template.md (#437)
  • Form: optimization type (#438)
  • update README (#439)

v1.2.7

20 Nov 08:55
b12818c
Compare
Choose a tag to compare

feat

  • Form: solving the attrs (#424)

fix

  • Form: the style link error (#426)
  • optimize SSG about teleports (#428)

v1.2.6

12 Nov 11:40
e2c382f
Compare
Choose a tag to compare

fix

  • build: missing the code prompt file (#422)

v1.2.5

12 Nov 09:37
fc9e321
Compare
Choose a tag to compare

feat

  • Menu: support defining the group of menu (#409)
  • Checkbox|Radio|Select: support nested value for config (#410)
  • Form: generation the TabsForm based on columns (#413)
  • Form: generation the CollapseForm based on columns (#414)
  • Form: generation the StepsForm based on columns (#415)
  • Form: optimize code (#416)
  • Form: support bind attributes to group forms (#417)
  • Crud: sync the group form changes (#418)

other

  • build: change join to resolve (#412)
  • docs: optimize SSG about teleports (#419)
  • docs: optimize document directory (#420)