Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

68 lines (45 loc) · 2.01 KB

Change log

1.7.1

Bugfixes

  • Fixed bug where it was impossible to create new list due to a focus issue.

1.7.0

New features

  • Added support to detect quantity when creating a new item that ends with "x {some value}"
  • Changed done items style to be more distinctive from not done item.
  • Added auto focus of new item form after creating a new section, which prevent the need to reselect the new item form of the new section.

Other changes

  • Added unit test for the ListView component.
  • Updated dependencies.

1.6.0

  • Added support for default section. (#13)

bug fixes

  • Fixed bug where close button was not present in about modal
  • Fixed long press to be cancelled after a mousemove or touchmove (#14)

1.5.2

  • Added about modal (#12)

1.5.1

  • Fixed functions deploy.
  • Changed PWA config for new url.

1.5.0

  • Upgraded to ionic 7 (#9)
  • Added option to fully swipe item to delete it without confirmation (#5)

1.4.1

  • Fixed week sharing rules.
  • Fixed missing translations ( #4 )
  • Fixed error state reset after input update ( #8 )
  • Fixed z-index of fab button, so it doesn't go over the submit button in modals ( #3 )

1.4.0

  • Added support to share a weeks
  • Added theme color.
  • Fixed bug where the user was not redirected to the list index after deleting a list.
  • Added storybook
  • Refractored functions to use shared services.
  • Added support for dynamic firebase request. One firebase request can now be based on another one.
  • Updated dependencies.

1.1.0

  • few bug fixes
  • added support to share list between account. Both account must be registered on the app.

1.0.0

  • Initial deployement