Fixed issue with responsive menu on mobile

updated packages
This commit is contained in:
Sergio Brighenti 2020-11-13 22:54:13 +01:00
parent 614fcd0e83
commit 8f79ede78f
6 changed files with 17 additions and 12 deletions

View file

@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [3.3.3] - 2020-11-13
### Fixed
- Fixed issue with responsive menu on mobile.
## [3.3.2] - 2020-11-12 ## [3.3.2] - 2020-11-12
### Fixed ### Fixed
- Fixed switch not works for the first time for normal users. - Fixed switch not works for the first time for normal users.

View file

@ -1,7 +1,7 @@
{ {
"name": "sergix44/xbackbone", "name": "sergix44/xbackbone",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"version": "3.3.2", "version": "3.3.3",
"description": "A lightweight ShareX PHP backend", "description": "A lightweight ShareX PHP backend",
"type": "project", "type": "project",
"require": { "require": {

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "92fc99923b12d6042347b04fcb357360", "content-hash": "b2ca52ca41b5499dbc8f1f5158e1ac29",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",

View file

@ -4,9 +4,10 @@ title: Changelog
nav_order: 9 nav_order: 9
--- ---
# Changelog # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [3.3.3] - 2020-11-13
### Fixed
- Fixed issue with responsive menu on mobile.
## [3.3.2] - 2020-11-12 ## [3.3.2] - 2020-11-12
### Fixed ### Fixed

12
package-lock.json generated
View file

@ -415,9 +415,9 @@
"dev": true "dev": true
}, },
"core-js": { "core-js": {
"version": "3.6.5", "version": "3.7.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA=="
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@ -2712,9 +2712,9 @@
"dev": true "dev": true
}, },
"url-polyfill": { "url-polyfill": {
"version": "1.1.10", "version": "1.1.12",
"resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.10.tgz", "resolved": "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz",
"integrity": "sha512-vSaPpaRgBrf41+Uky1myiSh6gpcbw8FpwHYnEy0abxndojOBnIs+yh/49gKYFLtUMP9qoNWjn6j9aUVy23Ie2A==" "integrity": "sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A=="
}, },
"use": { "use": {
"version": "3.1.1", "version": "3.1.1",

View file

@ -6,8 +6,8 @@
"clipboard": "^2.0.6", "clipboard": "^2.0.6",
"dropzone": "^5.7.2", "dropzone": "^5.7.2",
"highlightjs": "^9.16.2", "highlightjs": "^9.16.2",
"highlightjs-line-numbers.js": "^2.7.0", "highlightjs-line-numbers.js": "^2.8.0",
"jquery": "^3.5.0", "jquery": "^3.5.1",
"plyr": "^3.6.2", "plyr": "^3.6.2",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"tooltip.js": "^1.3.3" "tooltip.js": "^1.3.3"