Skip to content

Releases: nanawel/our-shopping-list

2.0.0

23 Apr 13:54
Compare
Choose a tag to compare
  • Major refactoring, introducing new "boards" feature
  • Add i18n support
  • Add env variables support (VUE_APP_*, see README)
  • Bump dependencies
  • Various enhancements & optimizations

Full Changelog: 1.6.1...2.0.0

Docker image: https://hub.docker.com/r/nanawel/our-shopping-list/tags?page=1&name=2.0.0

1.6.1

01 Apr 16:40
Compare
Choose a tag to compare

1.6.0

1.5.0

21 Jan 17:06
Compare
Choose a tag to compare
  • Add overlay when loading list
  • Fix ellipsis for long items
  • Add reload alert when version mismatch is detected
  • Tiny components loading optimization

Full Changelog: 1.4.0...1.5.0

1.4.0

16 Jan 09:36
Compare
Choose a tag to compare
  • Add confirmation dialog on list and item deletion
  • Use vue-virtual-scroller to try to improve performances on low-end devices
  • Fix (?) random broken item container initial rendering
  • Fix bottom search field CSS on small screens
  • Bump dependencies

Full Changelog: 1.3.2...1.4.0

1.3.2

30 Nov 16:01
Compare
Choose a tag to compare
Bump dependencies

1.3.1

13 Sep 14:00
Compare
Choose a tag to compare

Add healthcheck to container

1.3.0

18 Aug 15:18
Compare
Choose a tag to compare
  • #21 Add a "Force refresh" button in the sidebar to be able to reload the page even in PWA mode

1.2.0

18 Aug 05:26
Compare
Choose a tag to compare
  • #19 Use _.debounce to throttle items refresh when typing
  • #20 Items sort order is now case insensitive
  • Remove list from repository on 404
  • Cleanup Docker build
  • Bump dependencies

1.1.0

17 Jun 11:28
Compare
Choose a tag to compare
#13 Handle persistent state in localStorage, automatically open last …