@internetarchive/bookreader
Advanced tools
Comparing version 5.0.0-77-alpha to 5.0.0-78-alpha23
@@ -0,1 +1,7 @@ | ||
# 5.0.0-78 | ||
- Fix: Add button outline to some of the controls @cdrini | ||
# 5.0.0-77 | ||
- Fix: side panels - show downloads before visual adjustments @iisa | ||
# 5.0.0-76 | ||
@@ -2,0 +8,0 @@ - Fix: Update bookNavigator shortcut menu ordering @dualcnhq |
{ | ||
"name": "@internetarchive/bookreader", | ||
"version": "5.0.0-77-alpha", | ||
"version": "5.0.0-78-alpha23", | ||
"description": "The Internet Archive BookReader.", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"@internetarchive/ia-activity-indicator": "^0.0.4", | ||
"@internetarchive/ia-item-navigator": "^2.0.3", | ||
"@internetarchive/ia-item-navigator": "^2.1.1", | ||
"@internetarchive/icon-bookmark": "^1.3.4", | ||
@@ -50,3 +50,3 @@ "@internetarchive/icon-dl": "^1.3.4", | ||
"@open-wc/testing-helpers": "3.0.0", | ||
"@types/jest": "29.5.10", | ||
"@types/jest": "29.5.11", | ||
"@webcomponents/webcomponentsjs": "^2.6.0", | ||
@@ -53,0 +53,0 @@ "babel-loader": "9.1.3", |
@@ -74,6 +74,3 @@ // eslint-disable-next-line no-unused-vars | ||
'search', | ||
'downloads', | ||
'bookmarks', | ||
'visualAdjustments', | ||
'share' | ||
'bookmarks' | ||
]; | ||
@@ -320,3 +317,3 @@ } | ||
downloads?.update(this.downloadableTypes); | ||
availableMenus.splice(1, 0, downloads); | ||
availableMenus.splice(-2, 0, downloads); | ||
} | ||
@@ -323,0 +320,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9506953
28555