Releases: tolking/element-pro-components
Releases · tolking/element-pro-components
v1.1.3
v1.1.2
feat
- support Dark Mode
- sync the ElButton change from ElementPlus v2.2.0
- docs: support toggle Light or Dark mode
fix
- Menu: styles error when collapse
- utils: the warn information disappears after build
other
- Crud: optimization type
- test: jest -> vitest
- workflows: npm -> pnpm
v1.1.1
v1.1.0
releases v1.1.0 breaking changes - adjust the implementation of breakpoints - build: modify the built name element-pro-components to index - Crud: adjust slots name ``` [prop]-header -> table-[prop]-header append -> table-append expand -> table-expand [prop]-error -> form-[prop]-error [prop]-label -> form-[prop]-label ``` feat - Crud: add view detail through Descriptions - Crud: add slots `detail` `detail-title` `detail-extra` `detail-[prop]` `detail-[prop]-label` `dialog-top` `dialog-bottom` - Crud: add emits `add` `edit` `detail` - Descriptions: add the default slot fix - docs: route jump error when with hash - InputTag | AutocompleteTag: tag can close when form is disabled - sync the CSS var change
v1.0.1
feat
- Layout: when the breakpoint is xs, close the sidebar when the menu is clicked
- InputTag|AutocompleteTag: add emits
inputtag-addtag-remove - docs: extended demo capabilities
- Edit on StackBlitz
- View on Github
- Copy code
fix
- TreeSelect: some config are not converted
- styles: add width for Card
- fix: exports error
v1.0.0
breaking changes
- Table|Crud|Form: remove global config
- Layout: reimplement the KeepAlive
- Layout: remove the props
fixed-main - Layout: remove the slots
main-topmain-bottom - InputTag: change the trigger default value
spacetoenter - Select|TreeSelect|Descriptions: rename the slot parameter data to item
- rename
useScreenSizetouseSharedBreakpoint
feat
- Card: add a new component Card
- Descriptions: add
renderandrenderLabelin columns - Checkbox|Radio|Select|TreeSelect: cancel the conversion of the data
- Layout: support transition form RouteMeta
- Layout: add default slot to custom RouterView
- Select|TreeSelect: sync props change from element-plus
- add composables function
useBreakpointWidthto get reactive Dialog width - sync css var change from element-plus
- sync ComponentSize change from element-plus
- styles: add cjs form SSR
- styles: compressed CSS by cssnano
fix
- Form: style error when used gutter
- Layout: the KeepAlive and Transition do not work
migration guide
Compare 0.18.3...v1.0.0
To support both Transition and KeepAlive, the Layout component had to be refactored. The original internal card-like has been removed.
- It is recommended to use the new Card component to wrap your pages.
- If you don't care about KeepAlive, you can use default slots to override RouterView to implement global Card wrapping, demo.
The global configuration has been removed, it is recommended to use related components to pass parameters or internationalization.
v0.18.3
v0.18.2
v0.18.1
v0.18.0
breaking changes
- updata element-plus to v2
- Table|Crud: flat the props of pagination
- Table|Crud: remove the
size-changecurrent-changeprev-clicknext-clickevent, useloadreplace - change
popperAppendToBodytoteleported
fix
- InputTag: styles error
feat
- Table|Crud: add
loadevent - Form|Crud: add
scrollToFieldfor Methods - sync the props change from element-plus v2
other
- type: optimized the type of emits