All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Correct negative length color in list(#82)
- Update node.js version and package references
- Add working time column to list(#74)
- Add a function to highlight error information in the list(#44)
1.1.0 - 2020-10-27
- Add total working day count to List(#23)
- Update package references
1.0.0 - 2020-08-23
- Replace Material Components for React (MDC React) with RMWC - React Material Web Components(#16)
- Fix some bugs
- Update package references
0.8.1 - 2020-05-09
- Optimize unit tests
0.8.0 - 2020-05-05
- Import function(#9)
- Update package references
0.7.2 - 2020-03-22
- "List" template
- Change the e-mail sending data format process that output the break time when both the start time and the end time are set
0.7.1 - 2020-03-08
- "CurrentState" template
- Fix a bug in memo send to slack button display judgment processing
- "Detail" template
- Fix incorrect posting information to Slack
0.7.0 - 2020-03-01
- Export function(#9)
- Fix "List" template test cases that failed only at the end of the month
- Adjust type of store properties
- Update some configurations
- Update package references
0.6.0 - 2020-02-02
- Reform "Settings" page layout with tab component(#17)
- Update package references
0.5.0 - 2020-01-13
- Add break time length recording function
- You can set default break time length in "Settings" page
- You can also change break time length in "Details" page
- Add Monthly statistics(total working time by month and median working time by day) to list
- Refactor some codes
- Update package references
0.4.0 - 2019-10-13
- Add median value display in list
- Refactor some codes
- Update package references
0.3.1 - 2019-10-07
- Fix a bug where change data isn't sent to Slack when detail page is unmounted
- Enable ESLint
0.3.0 - 2019-10-06
- Slack linkage function
- 'strictNullChecks' and 'noImplicitAny' compiler options
- Add a style to hide the underline of FAB(only in Mobile Safari)
- Update core packages
- Fix some bugs
0.2.0 - 2019-09-22
- Transition controls to 'Detail' template
- Type attribute with value "email" to input element for setting email address of 'Settings' template
- Unit tests
- Change send email button of 'List' template to floating action button
- Multilingual support for toolbar button label text
- Optimize layout, template headings and markup
- Refactor unit tests
- npm package
0.1.0 - 2019-09-18
- Initial project files.