Releases: hchiam/slides
Releases · hchiam/slides
7.0.6
What's Changed
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #146
Full Changelog: 7.0.5...7.0.6
7.0.5
What's Changed
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #145
Full Changelog: 7.0.4...7.0.5
7.0.4
What's Changed
- reminder to test manually before publishing
- point out in the README.md that it auto-saves and links can be shared
- Bump tar from 4.4.15 to 4.4.19 by @dependabot in #137
- Bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in #138
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #140
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #141
- Bump protobufjs from 6.10.2 to 6.11.3 by @dependabot in #142
- Bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #143
- Bump jpeg-js from 0.4.3 to 0.4.4 by @dependabot in #144
Full Changelog: 7.0.3...7.0.4
7.0.3
-
Merge pull request #133 from hchiam/dependabot/npm_and_yarn/tar-4.4.15
Bump tar from 4.4.13 to 4.4.15
-
Merge pull request #134 from hchiam/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
-
es-check for ES5 backwards compatibility and better accessibility (which also led to:)
-
fix #135: localforage seems to have memory update/persistence issues
7.0.2
7.0.1
7.0.0
- MAJOR UPDATE: the delete icon on the bottom action bar is now just for deleting the current slide (which is more commonly needed than deleting all slides)
- fixed issue with
memory
var not in sync - tweaked delete confirmation message to look different
- fix and improve debugging, just 1 step: just run
enableDebugging()
in DevTools - stop having to maintain release/version number in package.json
6.8.3
6.8.2
- fix #128: fix editing text with mouse
- fix #127: make text (and image) context buttons stay on screen even when text/image overflows left side of screen
lint-staged
setup for development convenience- update makeElementDraggableAndEditable.js to match latest with setCaret
- image can't be edited like text:
makeElementDraggableAndEditable
-->makeElementDraggable
- make texts use
makeElementDraggableAndEditable
and only select all text when it=== defaultTextString
{selectall}{backspace}
because cypress is too fast