Releases: tolking/element-pro-components
Releases · tolking/element-pro-components
v1.2.12
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
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
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
feat
- Form: refactor FormComponent (#446)
- add ElementProResolver from unplugin-vue-components (#447)
- type: add type helper defineComponentProps (#445)
v1.2.8
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
feat
- Form: solving the attrs (#424)
fix
- Form: the style link error (#426)
- optimize SSG about teleports (#428)
v1.2.6
fix
- build: missing the code prompt file (#422)
v1.2.5
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)