New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

element-pro-components

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-pro-components - npm Package Versions

23
7

1.4.1

Diff

Changelog

Source

1.4.1

feat

  • Form: support binding component instances through ref (#550) (#555)
  • Form: optimize ProFormComponent (#551)

fix

  • Table: the load triggered multiple times when page-size is changed (#554)
  • Table: pagination are not displayed when using pageCount (#558)

other

  • Form: add aria-label for ArrayForm (#552)
  • Form: simplify expose related code (#553)
  • Table: simplify expose related code (#556)
  • Layout: a11y enhancements for fold button (#557)
tolking
published 1.4.0 •

Changelog

Source

1.4.0

breaking changes

  • Crud: Remove searchRules attribute, please use :search-props="{ rules: ... }" instead (#528)
  • move element-plus and vue-router to peerDependencies (#530) (#536)
  • Form: remove modelKey attribute (#544)
  • Tabs: the label slot parameter has been changed to RouteLocationNormalizedLoaded (#546)

feat

  • Search: add new components Search (#527) (#529) (#537)
  • Crud: refactor search (#528) (#535)
  • Tabs: add contextmenu prop (#534)
  • add multi-language files (#538)
  • add key fro list VNode (#542)
  • Form: add models attribute (#544)
  • Tabs: add query and hash when jumping (#546) (#547)

fix

  • Crud: the menu styles (#533)
  • error when switching to multiple languages (#531)

other

  • add breakpoint debugging config for VS Code (#532)
  • optimize the export type of components (#539) (#541) (#545)
  • docs: update (#543)
  • docs: optimize multi-language switching logic (#548)

migration guide

Compare 1.3.1...v1.4.0

  • Crud: searchRules -> :search-props="{ rules: [searchRules] }"
  • Form: modelKey -> models: [{ prop: [prop], key: [modelKey] }]
  • Tabs:
- <template #label="{ icon, title }">
+ <template #label="{ icon, meta }">
-  <span>{{ title }}</span>
+  <span>{{ meta.title }}</span>
tolking
published 1.3.1 •

Changelog

Source

1.3.1

refactor

  • use useSplitReactive to replace reactiveOmit and reactivePick (#515)

fix

  • Table | Crud: warn error about prevIcon and nextIcon (#516)
tolking
published 1.3.0 •

Changelog

Source

1.3.0

feat

  • Radro: sync label prop to value (#504)
  • Checkbox: sync label prop to value (#508)

other

  • change the type to module (#496)
  • Select: remove the slot parameter data (#505)
  • Table: remove the deprecated slots (#506)
  • Form: remove the deprecated slots (#507)
  • Crud: remove the deprecated slots (#509)
  • Descriptions: remove the deprecated slots (#510)
  • remove the deprecated function (#511)
tolking
published 1.2.12 •

Changelog

Source

1.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)
tolking
published 1.2.11 •

Changelog

Source

1.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)
tolking
published 1.2.10 •

Changelog

Source

1.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)
tolking
published 1.2.9 •

Changelog

Source

1.2.9

feat

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

Changelog

Source

1.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)
tolking
published 1.2.7 •

Changelog

Source

1.2.7

feat

  • Form: solving the attrs (#424)

fix

  • Form: the style link error (#426)
  • optimize SSG about teleports (#428)
23
7
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc