Releases: scout-ch/hering
Releases · scout-ch/hering
v2.6.1
♻️ Refactors
feb6b69
- added basic error handling during data initialisation (commit by @mario-zelger)e662632
- added simple retry policy for API requests (commit by @mario-zelger)7a2defb
- keep modal header and footer always visible (commit by @mario-zelger)
v2.6.0
✨ New Features
222621a
- added ability to list swiss holidays for easier camp start selection #12 (commit by @mario-zelger)
♻️ Refactors
d6a4a73
- highlight non-default values instead of using filter reset button (commit by @mario-zelger)1ea0e8c
- only show delayed loading messages on initial load (commit by @mario-zelger)
v2.5.1
🐛 Bug Fixes
5e42947
- ensure form entry styling is consistent across browsers and platforms (commit by @mario-zelger)
v2.5.0
✨ New Features
703cf4f
- added loading and updating indication for calendar tasks (commit by @mario-zelger)a4307a6
- changed the UI for the calendar filter options (commit by @mario-zelger)749ae01
- added tooltips to explain certain calendar filters in more detail (commit by @mario-zelger)
🐛 Bug Fixes
bcbfd60
- fix table scrolling on small screens (commit by @mario-zelger)
♻️ Refactors
6f4b53d
- optimize use of useEffect hooks (commit by @mario-zelger)4494bff
- use explicit functions for Hering API calls (commit by @mario-zelger)
v2.4.0
✨ New Features
b3ca8a8
- added ability to download tasks as an Excel workbook (commit by @mario-zelger)
♻️ Refactors
3675adb
- reformatted file (commit by @mario-zelger)d1151f7
- CSS refactorings (commit by @mario-zelger)
🎨 Style Changes
db7e49f
- use file meaning instead of file type in download link (commit by @mario-zelger)57bc295
- added dropdown button component (commit by @mario-zelger)1fff4bc
- use dropdown button for calendar downloads (commit by @mario-zelger)7c0daac
- added style for calendar reset button (commit by @mario-zelger)5b29968
- vertically align table content to middle (commit by @mario-zelger)
🔧 Chores
030a32c
- deps: axios update (commit by @mario-zelger)91636c3
- deps: date-fns upgrade (commit by @mario-zelger)ef91c89
- deps: i18next-browser-languagedetector upgrade (commit by @mario-zelger)232acd8
- deps: ics upgrade (commit by @mario-zelger)b22f5b5
- deps: react-i18next upgrade (commit by @mario-zelger)f09730a
- deps: removed unnecessary react router dom types (commit by @mario-zelger)c7872f8
- deps: vite-tsconfig-paths upgrade (commit by @mario-zelger)3db133b
- deps: use latest v5 TypeScript versions (commit by @mario-zelger)
v2.3.1
🐛 Bug Fixes
1960571
- validate parsed date before creating tasks #30 (commit by @mario-zelger)cae3807
- use correct import for ics package (commit by @mario-zelger)298d79e
- use unique key for Link (commit by @mario-zelger)
v2.3.0
✨ New Features
24e2525
- change active menu item while scrolling #11 (commit by @mario-zelger)
🐛 Bug Fixes
86182de
- more robust navigation to hash location after page reload (commit by @mario-zelger)a317f3b
- use react dependency tracking correctly (commit by @mario-zelger)
♻️ Refactors
b66370f
- removed unused code (commit by @mario-zelger)
🎨 Code Style Changes
5aba007
- use cursor pointer on open nav item (commit by @mario-zelger)216c29c
- footer ui optimizations (commit by @mario-zelger)9696dc4
- warning component without @emotion/styled dependency (commit by @mario-zelger)
🔧 Chores
b052f7e
- deps: npm dependency updates (commit by @mario-zelger)2363b37
- deps: removed unused dependencies (commit by @mario-zelger)249d16b
- deps: removed ESLint Jest extension (commit by @mario-zelger)
v2.2.1
♻️ Refactors
52d3595
- removed unnecessary Section component (commit by @mario-zelger)
🏖️ Styling
585f44c
- navigation and calendar ui improvements (commit by @manuelmeister)
v2.2.0
✨ New Features
65f7a65
- added ability to set subtext in loading component (commit by @mario-zelger)
⚡ Performance Improvements
eb1708b
- app: lazy load components for faster initial startup (commit by @mario-zelger)
♻️ Refactors
04323b5
- remove unnecessary whitespace in filename (commit by @mario-zelger)a342f63
- load Font Awesome icons via module import (commit by @mario-zelger)85f9b1f
- removed unused parameter (commit by @mario-zelger)4140b1f
- updated folder structure and moved page components (commit by @mario-zelger)8a26303
- moved less files to appropriate components (commit by @mario-zelger)aa4cbfc
- moved shared components in separate subdirectories (commit by @mario-zelger)
🔧 Chores
65e7a07
- translation: removed unused translations (commit by @mario-zelger)
v2.1.0
✨ New Features
d4622a2
- calendar: include calendar prefix in downloaded ics file name (commit by @mario-zelger)b769859
- calendar: added ability to download the tasks as a CSV file (commit by @mario-zelger)
🐛 Bug Fixes
4909d00
- calendar: use 'flex-end' instead of 'end' css value (commit by @mario-zelger)
♻️ Refactors
abac219
- calendar: set deadline time to start of the day (00:00:00) (commit by @mario-zelger)98a13db
- calendar: remove unnecessary button styling (commit by @mario-zelger)46b2177
- calendar: moved ics download button outside of calendar table (commit by @mario-zelger)5c3516f
- calendar: format deadline with double digit months (commit by @mario-zelger)59f4f44
- calendar: removed unused translation (commit by @mario-zelger)