Skip to content

Latest commit

Β 

History

History
215 lines (124 loc) Β· 12.3 KB

CHANGELOG.md

File metadata and controls

215 lines (124 loc) Β· 12.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.6 (2021-05-07)

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)

0.3.5 (2021-04-30)

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)

0.3.4 (2021-04-23)

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)

0.3.3 (2021-04-16)

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 (2021-04-04)

Bug Fixes

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

0.3.1 (2021-04-01)

Features

  • editor: add bold toggle shortcut (3644850)

Bug Fixes

  • fix icon button default styling (5528954)

0.3.0 (2021-03-30)

⚠ BREAKING CHANGES

  • editor: changing editor library will break previously saved notes

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)

0.2.0 (2021-03-22)

⚠ BREAKING CHANGES

  • editor: Content on the old editor are not coverted to the new one therefore losing data.

Features

  • editor: use draft.js instead of editor.js (c99537a)
  • bump dependencies (29a7fc6)
  • change last sync text (f7708a7)

0.1.9 (2021-03-16)

Features

  • editor: add inline toolbar for heading blocks (7837ef8)
  • update last cloud sync time (54d517c)

Bug Fixes

  • show last sync time on cloud sync dialog mount (c392689)
  • editor: use h2 heading as default (ca035d0)
  • correct about section info (65b0f6b)

0.1.8 (2021-03-15)

Features

  • ui: improve note section ui (6ff87ef)
  • ui: improve sidebar ui (a380115)
  • ui: use bold font in login, signup page (2854087)

0.1.7 (2021-03-15)

Features

  • ui: change font from roboto to inter (22a6fea)

0.1.6 (2021-03-12)

Bug Fixes

0.1.5 (2021-03-12)

Bug Fixes

  • cloudsync: use production cloud sync url (78831ec)

0.1.4 (2021-03-12)

Bug Fixes

  • update @slater-notes/core and other libs (5783a70)

0.1.3 (2021-03-10)

Bug Fixes

0.1.2 (2021-03-10)

Bug Fixes

0.1.1 (2021-03-10)

Bug Fixes