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

wx-svelte-menu

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-svelte-menu - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

6

package.json
{
"name": "wx-svelte-menu",
"version": "2.0.1",
"version": "2.1.0",
"description": "Svelte menu component for creating dropdown menus, context menus, or complex menu bars",

@@ -35,4 +35,4 @@ "productTag": "menu",

"dependencies": {
"wx-svelte-core": "2.0.1",
"wx-lib-dom": "0.7.1"
"wx-svelte-core": "2.1.0",
"wx-lib-dom": "0.8.0"
},

@@ -39,0 +39,0 @@ "files": [

@@ -1,54 +0,82 @@

### 2.0.1
## 2.1.0
- [add] svelte 5 support
### Fixes
- ContextMenu breaks parent scrollable container
- Dropdown Menu is incorrectly positioned near viewport edges
## 2.0.1
### New features
- Svelte 5 support
### 1.3.0
- [dev] public release, using core@1.3.0
- Public release, using core@1.3.0
### 1.2.4
## 1.2.4
- [update] ability to define custom css class for top menu and submenu's containers
- [fix] incorrect z-index when shown from popup
### Updates
### 1.2.3
- Ability to define custom css class for top Menu and submenu's containers
- [update] when menu is closed it doesn't affect other popup elements
- [fix] regression in repositioning menu when clicking on next active area
### Fixes
### 1.2.1
- Incorrect z-index when shown from Popup
- [fix] regression in popup closing in some cases
## 1.2.3
### 1.2.0
### Updates
- [deps] uses core@1.2.0
- When Menu is closed it doesn't affect other popup elements
### 1.1.1
### Fixes
- [fix] incorrect positioning in "point" mode when menu initialized not as child of document.body
- [fix] submenus lost context values
- Regression in repositioning Menu when clicking on next active area
### 1.1.0
## 1.2.1
- [update] visual improvements
- [fix] incorrect auto-position logic
### Fixes
### 0.0.1-rc21
- Regression in popup closing in some cases
## 1.2.0
- Using core@1.2.0
## 1.1.1
### Fixes
- Incorrect positioning in "point" mode when menu initialized not as child of document.body
- Submenus lost context values
## 1.1.0
### Updates
- Visual improvements
### Fixes
- Incorrect auto-position logic
#### 0.0.1-rc21
- [fix] space between icon and text
### 0.0.1-rc20
#### 0.0.1-rc20
- [add] auto-fit for sub menus
### 0.0.1-rc19
#### 0.0.1-rc19
- [add] MenuBar - top level menu bar
### 0.0.1-rc18
#### 0.0.1-rc18
- menu doesn't require that all items have an unique IDs ( will generate missed ids on its own )
### 0.0.1-rc17
#### 0.0.1-rc17

@@ -58,3 +86,3 @@ - fix position in scrolled container

### 0.0.1-rc11
#### 0.0.1-rc11

@@ -64,12 +92,4 @@ - updated styles

### 0.0.1-rc10
#### 0.0.1-rc10
#### Fixes
- incorrect position in scrollable container
- activation area can't contain complex markup inside
- missed hover styling
#### New features
- ability to init menu in some specific container

@@ -76,0 +96,0 @@ - ability to define subtext ( hotkey, etc. )

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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