Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vexip-ui/hooks

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vexip-ui/hooks - npm Package Versions

13

2.2.0

Diff

Changelog

Source

2.2.0 (2023-08-23)

✨ Features

  • affix: add Affix component (#390) (ba6d6a4)
  • auto-complete: support control show list if empty (34f2f1a)
  • breadcrumb: support create items via Router (7e5f3fe)
  • bubble: add type prop (085cb40)
  • date-picker: support format value (6c71140)
  • hooks: add unrefElement method (cf73f4b)
  • hooks: usePopper add autoUpdate property (3157882)
  • hooks: usePopper support shift property (912055f)
  • hooks: usePopper supports dynamic arrow position (7cce562)
  • support rtl for components (#344) (76bab50), closes #353
  • tour: add Tour and TourStep components (#401) (fcfbd5f)
  • utils: add compute color gray scale methods (ec9f786)

🍬 Chore

  • remove deprecated features (597962d)

🐞 Bug Fixes

  • auto-complete: ensure filter effective after select (7d1d6fe)
  • auto-complete: list cannot show after filter to empty (e74c321)
  • button: ensure block prop effective (feea73f), closes #403
  • click event triggered twice if hidden input internal (#400) (d728774)
  • hooks: remove toValue for Vue 3.2 compat (c219e0f)
  • hooks: usePopper compat array type offset property (a5a6da4)
  • hooks: usePopper correct popper element style (8412cd5)
  • hooks: usePopper optional wrapper property (67456e8)
  • tree: improve tree label hover background color (cf7bf6e)
  • utils: constants typo (2bd3388)
  • utils: throttle ensure no delay when first call (b72cec3)

👓 Types

  • date-picker: improve change event type (0af99ab)
  • normalize components exposed type (02c695c)

🔨 Code Refactoring

  • confirm: change default align and improve style (9ae5848)
  • hooks: usePopper upgrade to use floating-ui (2044abe)
  • pagination: support custom tags and improve slots (63cc5a9)
  • utils: transfer flatVNodes to hooks package (cf7bfef)

❌ Breaking Changes

  • All features marked as deprecated have been removed, continuing to use a deprecated feature may occur errors
qmhc
published 2.1.1 •

Changelog

Source

2.1.1 (2023-02-07)

✨ Features

  • layout: support manually control dark mode (04c199e), closes #245
  • time-picker: add placholder prop (b5ca190)

🐞 Bug Fixes

  • menu: active menu not follow router when init (75772ed), closes #246
  • menu: improve group visible item style (48c7166), closes #248
  • time-picker: full controllable control value via value prop (90ca68c)

🔨 Code Refactoring

  • date-picker: remove mandatory linkage between input control and panel (#247) (a748b6d)
qmhc
published 2.1.0 •

Changelog

Source

2.1.0 (2023-01-30)

✨ Features

  • full-screen: add FullScreen component (#212) (46ebb3e)
  • icons: upgrade to font-awesome@6.2.1 (a9e5950)
  • Image: add Image component (#225) (e26a75e)
  • input: add plain password button slot (e74cee3)
  • layout: emitted toggle-theme event (e89f6c2), closes #242
  • native-scroll: add scroll-attrs prop (68c4490)
  • Result: add Result component (#238) (0812183)
  • scroll: add scroll-attrs prop (d10d24e)
  • scroll: add scroll-style prop (3a3d1b3)
  • scroll: support custom scroll wrapper tag (include NativeScroll) (1182e21)
  • select: add max-tag-count, no-rest-tip and tag-type props (#224) (bdc7517)
  • support specify locale config via locale prop (#239) (e483dea)
  • tab-nav: support scroll when items size large than wrapper (#234) (066a985)
  • tag: support add extra content (#222) (9fb911c)

🐞 Bug Fixes

  • confirm: fallback to create app when without mounted app (064cc52)
  • contextmenu: should have default z-index (debaa3d)
  • form: icon and loading slots for submit and reset not effective (260001c)
  • form: submit loading cannot follow form loading (6bfcc69)
  • input: plain-password button cannot click when clearable (ac33af5), closes #229
  • layout: media query not correct when set to xs (53c0150)
  • menu: menu item icon slot not effective (9c20725)
  • select: cannot reset selected when passing empty value (c46805a)
  • toast: fallback to create app when without mounted app (c6330a9)
  • utils: using pointerdown event for touch action (e03462f)

👓 Types

  • export exposed type for all components (#233) (dc38c14)
  • imporve components prop type to show the original definition (70a17be)
  • improve Object.freeze type inferring (c20c3a8)
  • utils: improve toCapitalCase type inferring (#236) (de29f21)

🔨 Code Refactoring

  • icon: migrate spin and pulse props into effect prop (#213) (c7443d2)
qmhc
published 2.0.2 •

Changelog

Source

2.0.2 (2022-09-19)

✨ Features

  • auto-complete: add transparent prop (1111b96)
  • cascader: add transparent prop (379c862)
  • input: add transparent prop (cdc6e08)
  • layout: add expandMenuByLabel api method (bd864b0), closes #156
  • select: add transparent prop (972ca83)

🐞 Bug Fixes

  • carousel: confusion when switch left or top in loop (0483eeb)
  • table: incorrect bg color when transparent in dark theme (c197979)
qmhc
published 2.0.1 •

Changelog

Source

2.0.1 (2022-09-18)

✨ Features

  • support ssr for components (#153) (c0c4fd8)
  • table: support series of class, style, attrs and events (d7291d8), closes #154

🐞 Bug Fixes

  • slider: missing width when in flex layout (7506916)
qmhc
published 2.0.0 •

Changelog

Source

2.0.0 (2022-09-16)

✨ Features

  • add Typography components (#146) (8cca389)
  • anchor: add force-active prop (ecdc9e3)
  • form: add help prop for item (69e4996)
  • form: add inline prop (f2db62a)
  • form: support pure form item render (65d6b30)
  • form: support set size for all controls under form (a332eca)
  • menu: add expandItemByLabel api method (38003cd), closes #141
  • slider: add reverse prop (a1ee27e), closes #142
  • slider: support add markers and only-marker select (ea1be6b)
  • slider: support range select mode (b5534f9), closes #77
  • tree: add label-click event (61f2f7a), closes #149

🐞 Bug Fixes

  • button: missing icon when has any content (26e199b)
  • checkbox-group: incorrect update value from props.value (9513ad7), closes #147
  • config: incorrect event prop regexp (849ac5b), closes #139
  • form: correctly delete form item (4ce34e8)
  • form: rename label-position to label-align (ad593bb)
  • slider: incorrect judge to emit input event (f13656e)
  • table: unstable row rendering (4546389)

👓 Types

  • menu: add MenuExposed interface (c8e05b6)
  • normalize timer types (c885e1c)

🔨 Code Refactoring

  • common/mixins rename to common/hooks (#150) (eb5605e)
  • upload: all callbacks and events first param change to FileState (069edae)

❌ Breaking Changes

  • upload: Upload component all callbacks and events first param change from SourceFile to FileState, this will make the states of files inside the component controllable. This change also fix cannot init file list via urls.
  • form: To better fit the description of this feature, change the label-position name to label-align
qmhc
published 1.11.4 •

qmhc
published 1.11.3 •

qmhc
published 1.11.2 •

qmhc
published 1.11.1 •

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