Skip to content

Latest commit

 

History

History
352 lines (218 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

352 lines (218 loc) · 20.4 KB

2.2.1 (2021-02-21)

Bug Fixes

  • data: upgrade the firestore-data base service (59ffcf7)
  • editors: rename name inputs to something else (c3a2b18)
  • global: add a clickable class (e51178d)
  • tests: increase the test coverage (7bb37db)

Features

  • app: add logout to all pages (ce91fe5)
  • app: redo the routing to make more sense (5eac250)
  • store: add projects to the store (a540574)
  • tasks: add an in process status (9470d45)

2.2.0 (2020-01-01)

Features

  • app: add logout to all pages (ce91fe5)
  • app: redo the routing to make more sense (5eac250)

2.1.3 (2019-12-31)

Bug Fixes

  • app: disable backdrop dismiss on all modals (e6670b1)
  • e2e-test: set the browser size (671489c)
  • e2e-test: update the timeouts (d8bf660)
  • editors: rename name inputs to something else (c3a2b18)
  • global: add a clickable class (e51178d)
  • tasks: fix spelling error in confirmation dialog (3fab5d5)
  • tasks: remove backbutton experiment accidently left in (9036566)
  • tasks: remove used types, rename existing type (f691c5b)
  • tasks: show the back button if navigated to from customer (eb064a9)
  • tests: increase the test coverage (7bb37db)

Features

  • app: set up basic e2e tests (196c98d)
  • e2e-tests: refactor the tests into a script (dce171d)
  • tasks: add an in process status (9470d45)
  • tasks, customers: favor the use of fab buttons (cfcafc4)
  • tests: imporove the testing experience and CI (cc310c5)

2.1.2 (2019-12-30)

Bug Fixes

  • editors: rename name inputs to something else (c3a2b18)
  • global: add a clickable class (e51178d)
  • tests: increase the test coverage (7bb37db)

Features

  • tasks: add an in process status (9470d45)

2.1.1 (2019-11-10)

Bug Fixes

  • editors: rename name inputs to something else (c3a2b18)
  • global: add a clickable class (e51178d)

2.1.0 (2019-11-10)

Bug Fixes

  • tests: increase the test coverage (7bb37db)

Features

  • tasks: add an in process status (9470d45)

2.0.0 (2019-10-19)

Bug Fixes

  • app: disable backdrop dismiss on all modals (e6670b1)
  • e2e-test: set the browser size (671489c)
  • e2e-test: update the timeouts (d8bf660)
  • tasks: fix spelling error in confirmation dialog (3fab5d5)
  • tasks: remove backbutton experiment accidently left in (9036566)
  • tasks: remove used types, rename existing type (f691c5b)
  • tasks: show the back button if navigated to from customer (eb064a9)

Features

  • app: set up basic e2e tests (196c98d)
  • e2e-tests: refactor the tests into a script (dce171d)
  • tasks, customers: favor the use of fab buttons (cfcafc4)
  • tests: imporove the testing experience and CI (cc310c5)

1.1.6 (2019-05-23)

Bug Fixes

  • tasks: fix spelling error in confirmation dialog (3fab5d5)
  • tasks: show the back button if navigated to from customer (eb064a9)

Features

  • tasks, customers: favor the use of fab buttons (cfcafc4)

1.1.5 (2019-04-11)

1.1.4 (2019-02-25)

Bug Fixes

  • tasks: remove backbutton experiment accidently left in (9036566)
  • tasks: show the back button if navigated to from customer (eb064a9)

1.1.3 (2019-02-23)

Bug Fixes

  • tasks: remove backbutton experiment accidently left in (9036566)
  • tasks: remove used types, rename existing type (f691c5b)

1.1.2 (2019-02-23)

Bug Fixes

  • app: disable backdrop dismiss on all modals (e6670b1)
  • e2e-test: set the browser size (671489c)
  • e2e-test: update the timeouts (d8bf660)
  • tasks: remove used types, rename existing type (f691c5b)

Features

  • app: set up basic e2e tests (196c98d)
  • e2e-tests: refactor the tests into a script (dce171d)
  • tests: imporove the testing experience and CI (cc310c5)

1.1.1 (2019-02-22)

Bug Fixes

  • app: disable backdrop dismiss on all modals (e6670b1)
  • e2e-test: set the browser size (671489c)
  • e2e-test: update the timeouts (d8bf660)

Features

  • app: set up basic e2e tests (196c98d)
  • e2e-tests: refactor the tests into a script (dce171d)
  • tests: imporove the testing experience and CI (cc310c5)

1.1.0 (2019-02-08)

Bug Fixes

  • app: guard data routes for login only (913230d)
  • login: provide a login indicator (a7d88a9)

Features

  • app: show tabs on phone and menu elsewhere (ea9d123)
  • customers: sort by name (daaece3)
  • tasks: sort the customers in the task editor (766130f)
  • tasks: sort the tasks (bbcfbb0)

1.0.0 (2019-01-20)

Bug Fixes

  • tasks: add a max due date (820d8cb)

Features

  • tasks: add a done button (23a7ae4)
  • tasks: change the end date based on begin date changes (fd0e594)
  • tasks: convert from dueDate to begin and end dates (bff885c)

0.0.5 (2019-01-14)

Features

  • app: remove awaits for better offline (d57530c)

0.0.5-0 (2019-01-12)

Features

  • customers: propagate customer name changes to tasks (9869e90)
  • data: eable offline persistence (99177d3)
  • user: add password reset functionality (8039df4)

0.0.4 (2019-01-11)

Features

  • notes: add notes list component (3b334c3)
  • notes: add server function to remove disassociated notes (3eed631)

0.0.4-1 (2019-01-07)

Bug Fixes

  • notes: close sliding item on note deletion (add1e3e)

0.0.4-0 (2019-01-07)

Features

  • notes: allow for the deletion of notes (39b30b2)
  • notes: allow new notes to be added (4df0126)
  • notes: allow viewing and editing of existing notes (4b00f9d)
  • notes: create note item list component (4924fcf)
  • notes: create the notes editor (6124f21)
  • notes: create the notes service (0f53f7f)
  • notes: list the notes in the customer and task pages (b704ecb)

0.0.3 (2019-01-06)

Bug Fixes

  • tasks: handle delete without view (f8f4143)

0.0.3-3 (2019-01-05)

Bug Fixes

  • about: move the version information into a TypeScript file (ff12ae3)

Features

  • tasks: add task details page (5195ff9)
  • tasks: default the customer (8ad9e61)

0.0.3-2 (2019-01-04)

Bug Fixes

  • editors: make the text areas bigger (183b52b)

Features

  • customers: drill down from customers to tasks (3e8173c)

0.0.3-1 (2019-01-04)

Features

  • app: clean up iOS PWA support (406533e)
  • app: implement prompting for update (422d7b5)
  • customers: get tasks by customer (e1475c8)

0.0.3-0 (2019-01-03)

Features

  • customers: add the customer details page (74886b8)
  • customers: move the edit (0c865b8)
  • tasks: flatten the data strcture (8c86ebc)

0.0.2 (2018-12-31)

Bug Fixes

  • version: add a cache buster (28aae76)

Features

  • data: add default data values (be42a75)
  • tasks: add task deletion (77a0c85)
  • tasks: allow tasks to be added (06dfbdf)
  • tasks: allow tasks to be edited (8310d91)
  • tasks: create a task list item component (87f90ac)
  • tasks: display the tasks by status (c51fc85)
  • tasks: group by status (804b5c2)
  • tasks: use enums for the default data values (e730153)

0.0.2-2 (2018-12-29)

Features

  • customer: add warning if customer exists (2196937)
  • customers: add an isActive flag (0ffb6e5)
  • customers: add the customer editor (503ec45)
  • customers: allow modification of existing customers (8b444e5)
  • customers: implement adding new customers (6d6cdd8)

0.0.2-1 (2018-12-25)

Bug Fixes

  • theme: clean up the color theme a bit (70f5f0c)

Features

  • customers: add a customers service and list (80506bc)
  • PWA: use PWACompat (601ff20)
  • tasks: add a tasks service (77f6147)

0.0.2-0 (2018-12-24)

Features

  • app: move tab1 to tasks (1bc5d7b)
  • app: move tab2 to customers (f260c0e)
  • app: move tab3 to about (0449fb6)
  • auth: add authentication service and login (d9a92fb)
  • auth: switch to email password auth (8476d67)
  • pwa: add PWA support (fa30c66)
  • release: create a release process (b9d9232)