Releases: CentreForDigitalHumanities/django-shared-core
Releases · CentreForDigitalHumanities/django-shared-core
Version 2.0.4
UFL
- Fixed an issue in which lists with lots of pages made pagination overflow and become useless
Version 2.0.3
Fixed two issues with UFL's:
- Long titles could overlap with the expand arrow
- 'Sort on' text has been corrected to 'Sort by'
Version 2.0.2
uil.rest_client
- Fixed an issue which caused
to_api
to not be a proper inverse ofto_python
, which caused some resources to error during retransmission - Added much more logging
These two items might be related ;)
Version 2.0.1
This bugfix release fixes a problem causing errors importing the uil.vue app in Django 3.1+
Version 2.0
This release adds the following:
- More Django -> JS coupling options
- Comprehensive Vue support
- Several new Django template tags and filters
- Better strict CSP handling
- UU-Fancy-list has been replaced by UiL-Fancy-List, which is a re-implementation of the old jQuery plugin in Vue
Version 2.0 Beta 5
UFL:
- Allow setting the default number of items per page through a setting
- Allow setting if the controls are to be displayed through a setting
General:
- Added missing dependency
Version 2.0 Beta 4
- Support Icomoon icons in UFL actions
- Restored UFL params template that was accidentally deleted
- Fixed UFL item arrow not being part of the top bar.
Version 2.0 Beta 3
This beta fixes:
- strict CSP compatibility
- Vue component loading order. (It now uses a proper topological sort, as the previous naive sort only worked accidentally)
Version 2.0 Beta 2
UiL Vue plugin:
- Don't try to resolve already resolved URL's
- Added a date filter
FancyList:
- (Django Api view) Set default sort in a separate variable
- Fixed non-string types not being filtered correctly
- Format booleans as yes/no in filter options
- Fixed clicking an action triggering an expansion
Version 2.0 Beta 1
v2.0.0-beta1 Updated README