You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app-drawer-layout: Unable to get the latest code from master using bower install --save PolymerElements/app-layout
Expected outcome
bower install --save PolymerElements\app-layout is pulling app-drawer-layout code with _narrow hidden property instead of narrow property
Code fixed in #217 is not getting installed.
properties: {
/**
* If true, ignore `responsiveWidth` setting and force the narrow layout.
*/
forceNarrow: {
type: Boolean,
value: false
},
/**
* If the viewport's width is smaller than this value, the panel will change to narrow
* layout. In the mode the drawer will be closed.
*/
responsiveWidth: {
type: String,
value: '640px'
},
/**
* Returns true if it is in narrow layout. This is useful if you need to show/hide
* elements based on the layout.
*/
narrow: {
type: Boolean,
readOnly: true,
notify: true
}
},
Actual outcome
properties: {
/**
* If true, ignore `responsiveWidth` setting and force the narrow layout.
*/
forceNarrow: {
type: Boolean,
value: false
},
/**
* If the viewport's width is smaller than this value, the panel will change to narrow layout.
* In the mode the drawer will be closed.
*/
responsiveWidth: {
type: String,
value: '640px'
},
_narrow: Boolean
},
We haven't tagged a new release yet, will probably do one soon like this week. In the meantime you can get the latest from master using #master, e.g. bower install PolymerElements/app-layout#master
Description
app-drawer-layout: Unable to get the latest code from master using
bower install --save PolymerElements/app-layout
Expected outcome
bower install --save PolymerElements\app-layout
is pullingapp-drawer-layout
code with_narrow
hidden property instead ofnarrow
propertyCode fixed in #217 is not getting installed.
Actual outcome
Live Demo
Good in the master branch below is not getting installed using
bower install --save PolymerElements\app-layout
https://github.com/PolymerElements/app-layout/blob/master/app-drawer-layout/app-drawer-layout.html
Steps to reproduce
bower install --save PolymerElements/app-layout
bower_components/app-layout/app-drawer-layout/app-drawer-layout.html
Browsers Affected
The text was updated successfully, but these errors were encountered: