Skip to content

Releases: hchiam/slides

7.0.6

15 Nov 00:10
f1deab3

Choose a tag to compare

What's Changed

Full Changelog: 7.0.5...7.0.6

7.0.5

15 Nov 00:05
c3e878d

Choose a tag to compare

What's Changed

Full Changelog: 7.0.4...7.0.5

7.0.4

17 Jun 02:20
6dd49e1

Choose a tag to compare

What's Changed

Full Changelog: 7.0.3...7.0.4

7.0.3

29 Aug 19:55

Choose a tag to compare

  • 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:)

  • update draggable to 3.4.6

  • fix #135: localforage seems to have memory update/persistence issues

7.0.2

03 Jul 01:52
b13c3c5

Choose a tag to compare

  • fix #130:
    • paste where at, stop moving cursor when already activeElement, and
    • moving caret before typing should not trigger moving element

7.0.1

03 Jul 00:43

Choose a tag to compare

  • edge case: if deleting first slide

7.0.0

03 Jul 00:37
0bcb3fe

Choose a tag to compare

  • 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

02 Jul 01:01

Choose a tag to compare

  • clarify: "Delete" -> "Delete all slides" (#93, step 1)
  • fix scope error in firebase.js: this -> Memory (to call a Memory method)

6.8.2

01 Jul 01:49
62b25a0

Choose a tag to compare

  • 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

6.8.1

20 Jun 16:34

Choose a tag to compare

  • fix #125: audio feedback when moving text via keyboard only