Skip to content

Releases: slater-notes/web

v0.3.6

07 May 07:14
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix and improve notes syncing (500157a)
  • fix notes not syncing properly during login (30d7879)
  • fix sidebar not closing when creating a new note (f93995d)

v0.3.5

30 Apr 07:58
Compare
Choose a tag to compare

🀩 Features

  • add divider between files (048585c)
  • add eslint script (8df3366)
  • add main subtitle in sidebar (2f788f5)
  • add topbar shadow on scoll (8f1f9b9)
  • clean up signup page text + ui (a02c37e)
  • improve topbar ui and make sidebar always temporary (4c1052e)
  • improve ui for input components (1d91dfa)
  • security: use an anchor component (9cf2e8e)

🐞 Bug Fixes

  • fix empty folder name on delete confirmation dialog (2613082)
  • fix folder renaming issue on safari (e15ea3d)
  • fix login button loading indefinitely on safari (1e7f451)
  • fix scroll on sidebar (34ba385)
  • improve sidebar ui (74c12b9)
  • prevent intro box from displaying when filtering files (1f80bf7)
  • remove chrome-only csp header rule (dc07890)

v0.3.4

23 Apr 02:58
Compare
Choose a tag to compare

🀩 Features

  • improve folder picker ui (9128c17)
  • improve ui for files list in sidebar (0d4e96d)
  • improve ui for folder list in sidebar (d6c5ad2)
  • make note title bold (3f4cbc7)
  • make the 'add folder' button as an icon button (c98d4b0)
  • middlize note (321bff4)
  • rearrange top bar items (a4522e8)
  • simplify the about section (2a01632)
  • security: enable csp header (5af8135)

🐞 Bug Fixes

  • fix active menu item bg color (e4aabe9)
  • fix error on login page unmounting too early (387e15b)
  • fix notes not updating after sync (0933d76)
  • fix scroll on notes page (d02a42b)
  • fix sidebar spacing (0a541fe)
  • prevent sync dialog from closing while syncing (0ad9796)

v0.3.3

16 Apr 03:00
Compare
Choose a tag to compare

🀩 Features

  • add autocomplete attributes to login fields (9329c6b)
  • add headers for netlify (600e218)
  • lazy load pages (efa4f63)
  • security: set default-src to none on csp header (9495817)

🐞 Bug Fixes

  • allow css in js on csp (d569e30)
  • disable inline chunks (7e39146)
  • fix app settings on login page (8d828f7)
  • fix cloud sync timestamp when logging in (4f83502)
  • fix cloud sync toggle on login page (2e7a8f2)
  • fix loading issue when logging in (bf1bcc1)
  • fix syncing issue on login (40da5d4)
  • fix user settings not being set correctly (5aee3fb)
  • security: add script-src in csp header (2c1e271)
  • security: change default-src to self in csp header (a6aceb4)
  • revert slate to 0.59.0 (f7c82a1)

0.3.2

04 Apr 08:22
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix favorites folder on login (c8cfd8e)
  • refactor full sync code to fix duplication error (6db09bd)

0.3.0

30 Mar 10:21
Compare
Choose a tag to compare

🀩 Features

  • editor: use slatejs instead of draftjs (ad1e563)
  • add ability to signup with cloud sync enabled (db41d91)
  • add privacy notice for username (106fb4b)
  • auto focus username input in signup page (8b6fafa)
  • enforce alphanumeric username (afc255e)

🐞 Bug Fixes

  • dont show errors on empty input in signup page (fe9a89c)
  • fix not loading default app settings (6b53df1)
  • prevent unnecessary focus on note title input (65c8d12)