Changelog - luxwarp/todoify-client GitHub Wiki

v1.2.1

Changes
All links that earlier was to luxwarp has been changed to codeiolo.

Developers
Update of dependecies.

v1.2.0

Changes
New url for todoify. from todoify.luxwarp.info to todoify.codeiolo.org. The old domain is still working and traffic gets redirected.

Developers
Stylelint now uses Prettier. Global component LButton added and almost all buttons around app has been replaced.

v1.1.2

Changes

  • Restructured all code to minimize use of global css classes.
  • Replaced node-sass with sass (dart-sass).
  • Components that is used multiple times is now globally registered.
  • Removed submodule wiki from repository.

Added

  • LCard component instead of global card css class.
  • LList component instead of global list css class.
  • CategoriesList and TodosList now has tools above list for adding new item. In feature release sorting will be possible.
  • Npm script for running stylelint.

Fixes

  • HeaderContainer refactor to use css grid.

v1.1.1

Changes

  • The App layout has been refactored to use css grid instead of flexbox.

Fixes

  • Meta tags for twitter is now correct.

v1.1.0

Added

  • Scroll to top on navigation.
  • New design for New Update Banner (inc link to changelog.).
  • To-do's can now be marked as done by clicking on a to-do in the list or open tools menu and click the check icon. To mark a to-do as not done click it in the list or cancel icon in tools menu.
  • All tools buttons now have icons instead of text.

Fixes

  • Typo in About page.
  • Some styling bugs in mainView and mainNav.