Releases: globus/django-globus-portal-framework
Releases · globus/django-globus-portal-framework
v0.4.3
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.3 (2022-02-08)
Bug Fixes
- Login for Globus SDK v3.3.x (20e8231)
What's Changed
- fix: Login for Globus SDK v3.3.x by @NickolausDS in #165
- chore: Bump major social auth version in requirements to 5 by @NickolausDS in #166
Full Changelog: v0.4.2...v0.4.3
v0.4.0
⚠ BREAKING CHANGES
- Switch to newer v2 templates
Features
- Add Generic Search and Detail Views (b8ae79d)
- Add new v2 portal templates (b09c957)
- Added empty classes to differentiate base/search/detail navs (fdca94d)
- Allow setting template base for backwards compatibility (f889da7)
- CSS easier to change for site-wide branding (06d1da2)
Bug Fixes
-
"Demo" index not showing up on first time install for Globus Portal Framework (3824ec9)
-
Clarified error message if token for users are not found (4813b86)
-
Fix avg/sum search facets (49a868a)
-
get_subject compatibility with Globus SDK v3 (4810708)
-
Globus png base-nav static URL (894b426)
-
Switch to newer v2 templates (1c04a6f)
- New default on per-index setting
'base_templates': 'globus-portal-framework/v2/'
- Old templates can still be configured by setting
'base_templates': ''
on the index.
- New default on per-index setting
v0.3.21
- Pinned social-auth-core to 3.x.x, which wasn't always set by pinning social-auth-app-django
v0.3.20
- Pinned social-auth-app-django to 3.x.x due to bug in 4.0.0
v0.3.19
- Fixed search bug with date facets providing invalid 'size' param, causing searches to error with 400's
v0.3.18
0.3.18 - 2020-10-29
- Fixed possible ImportError for some configurations
v0.3.17
- Fix bugs in python 3.5
- Remove F strings and other python 3.6 features
v0.3.16
- Added broad exception handling on facet_modifiers
- Catch all exceptions except import exceptions (developer errors)
v0.3.15
- Added 'facet_modifiers' field to index config
- This allows customizing facets before they are rendered in templates, without writing new views.
- Added support for 'value' type facets
- 'sum' and 'avg' type facets can now be configured
- Added facet fields 'unique_name' and 'type' to facet results
- Added 'filter_type' to each 'bucket' field in facet results
v0.3.14
- Fixed error on /allowed-groups view when groups could not be fetched from Globus
- Added Globus 'Preview' support
- Added specific "GroupsException" for catching groups-specific exceptions