- Breaking change: For checkbox for persisting choice of initial use storage

approval in storage extension dialog, turn on by default for convenience of
  most users (must still hit "ok" and users can still turn off the checkbox)
master
Brett Zamir 2018-10-20 23:38:47 +08:00
parent 644af63e4a
commit 5d9da2d56e
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# 3.0.0
- See pre-release version notes for other changes that occurred with 3.0.0
- Breaking change: For checkbox for persisting choice of initial use storage
approval in storage extension dialog, turn on by default for convenience of
most users (must still hit "ok" and users can still turn off the checkbox)
- Fix: Map extension click events to "mousedown" so they can be received
on touch devices (since `touch.js` changes `touchstart` to
`mousedown`) (@ClemArt); closes #168

View File

@ -261,7 +261,7 @@ export default {
null,
{
label: rememberLabel,
checked: false,
checked: true,
tooltip: rememberTooltip
}
);