4.0 KiB
4.0 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.4 (2025-04-30)
Features
- add '15' as a page size option for tables (9b5913c)
- add filters guild page with table (missing full features) (6ff4bac)
- allow a custom 'where' clause parameter for datatable queries. (637415b)
- basic search functionality for feed table (f872416)
- functional 'create' modal for feed records (d8141e4)
- tag design for status and channels in feed table (1edc1d4)
- util for verifying feed channels (5323009)
Bug Fixes
- api: correctly handle arguments for channels and active (9896f8e)
- api: feed push fails if channels is undefined (left blank in UI) (ce51623)
- include filters on feed table (db5178f)
- redraw feed datatable when new entries are created (77c8d39)
- replace unusable renders with className parameters for col configs. (31b9063)
0.1.3 (2025-04-26)
Features
- add API controller new Feed models (d03dc8e)
- added footer with pagination to feed table (87da782)
- exposed api routes for Feed objects (95124ec)
- page size selector for feed table (07b163a)
- preline select box for table pagination (6cdef67)
Bug Fixes
- api: include channels in datatable response for feeds (10d55be)
- errors with feed datatables api endpoint (130fa63)
- missing preline dependencies (6f820fd)
- new feed api endpoints using bad regex (98b9bb1)
0.1.2 (2025-04-22)
Features
- basic table on feeds view (78ab28e)
0.1.1 (2025-04-22)
Features
- connect routers for accessing the new guild tabs (d02597b)
Bug Fixes
- add tab helper for highlighting the active guild tab (119339c)
0.1.0 (2025-04-22)
Initial version