What's Changed
Added
- Added custom sorting rules for recurring todos
- Added attribute renaming and deletion functionality as discussed here: https://github.com/ransome1/sleek/discussions/722
- The recurrence picker is now available directly from the grid by clicking on the rec-attribute value
- Added greyscale highlighting for custom key-value tags (e.g.
client:john,status:active) - Added Safe writes and a setting to disable it
Enhanced
- Consistent highlighting for search elements
- Updated German translations
- Completed attribute renaming feature implementation
- Updated all dependencies
- Added test cases for CreateTodoObjects.ts
Fixed
- Fixed an issue where the list would not refresh after a change (by @mvanhorn in https://github.com/ransome1/sleek/pull/903)
- Fixed https://github.com/ransome1/sleek/issues/904
- Fixed bug that incorrectly added attributes
- Fixed issue in Search module
- Fixed proper key prop handling in Search component
- Fixed https://github.com/ransome1/sleek/issues/887
- Removed customStylesPath support in favor of customizable colors
New Contributors
- @mvanhorn made their first contribution in https://github.com/ransome1/sleek/pull/903
Full Changelog: https://github.com/ransome1/sleek/compare/v2.0.26...v2.0.27