Skip to content

Releases: CentreForDigitalHumanities/django-shared-core

Version 2.0.4

01 Jul 10:31
80f970a
Compare
Choose a tag to compare

UFL

  • Fixed an issue in which lists with lots of pages made pagination overflow and become useless

Version 2.0.3

29 Jun 10:43
d6e0892
Compare
Choose a tag to compare

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

14 Jun 14:12
Compare
Choose a tag to compare

uil.rest_client

  • Fixed an issue which caused to_api to not be a proper inverse of to_python, which caused some resources to error during retransmission
  • Added much more logging

These two items might be related ;)

Version 2.0.1

07 Jun 08:30
e52a0da
Compare
Choose a tag to compare

This bugfix release fixes a problem causing errors importing the uil.vue app in Django 3.1+

Version 2.0

17 May 08:56
72c51ca
Compare
Choose a tag to compare

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

10 May 13:39
Compare
Choose a tag to compare
Version 2.0 Beta 5 Pre-release
Pre-release

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

07 May 14:46
Compare
Choose a tag to compare
Version 2.0 Beta 4 Pre-release
Pre-release
  • 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

07 May 11:11
Compare
Choose a tag to compare
Version 2.0 Beta 3 Pre-release
Pre-release

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

30 Apr 15:17
Compare
Choose a tag to compare
Version 2.0 Beta 2 Pre-release
Pre-release

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

23 Apr 11:29
Compare
Choose a tag to compare
Version 2.0 Beta 1 Pre-release
Pre-release
v2.0.0-beta1

Updated README