Skip to main content

"Invenio standard theme."

Project description

https://img.shields.io/github/license/inveniosoftware/invenio-theme.svg https://github.com/inveniosoftware/invenio-theme/workflows/CI/badge.svg https://img.shields.io/coveralls/inveniosoftware/invenio-theme.svg https://img.shields.io/pypi/v/invenio-theme.svg

Invenio standard theme.

Features:

  • Default templates for displaying the page cover, settings, admin settings, breadcrumbs.

  • Different templates for error codes.

  • Jinja2 macro for displaying flashed messages.

Further documentation available at https://invenio-theme.readthedocs.io/

Changes

Version 2.1.1 (released 2023-04-06)

  • add display utility classes

Version 2.1.0 (released 2023-03-28)

  • add global utility styling classes

Version 2.0.1 (released 2023-03-09)

  • fix styling for buttons

  • move global class for auto grid

Version 2.0.0 (released 2023-02-28)

  • drop python 2.7 support

  • remove flask_babelex imports

  • upgrade invenio_i18n

Version 1.4.8 (released 2023-02-07)

  • theme: add auto-column-grid class

Version 1.4.7 (released 2023-01-05)

  • add truncate lines styles

Version 1.4.6 (released 2022-12-08)

  • fix styling for inline class, affecting form fields

Version 1.4.5 (released 2022-12-01)

  • fix search result item styling

  • add global behaviour classes

  • add placeholder image handle

Version 1.4.4 (released 2022-11-18)

  • Add pulled translations

Version 1.4.3 (released 2022-11-03)

  • add styling for dropdown menu items

  • fix missing Media component range

Version 1.4.2 (released 2022-10-26)

  • add Media to support responsive react components

Version 1.4.1 (released 2022-10-10)

  • bump SemanticUI

Version 1.4.0 (released 2022-10-05)

  • change global font to Lato

Version 1.3.31 (released 2022-10-05)

  • add missing theme variables

Version 1.3.30 (released 2022-09-26)

  • add styling to administration dashboard page

Version 1.3.29 (released 2022-09-22)

  • add administration panel styling

  • add translation workflow

Version 1.3.28 (released 2022-07-08)

  • add styling classes with action color coding

Version 1.3.27 (released 2022-07-07)

  • fix jquery reference

Version 1.3.26 (released 2022-07-07)

  • add image placeholder on load error

Version 1.3.25 (released 2022-06-27)

  • add German translations

  • fix dropdown scroll misalignment

Version 1.3.24 (released 2022-05-23)

  • add global CSS classes for margins auto

Version 1.3.23 (released 2022-05-19)

  • add accessibility to ui-accordions

Version 1.3.22 (released 2022-04-21)

  • improve semantic styling of My account page

Version 1.3.21 (released 2022-03-29)

  • fix html tags in templates

Version 1.3.20 (released 2022-03-17)

  • refactor page template

  • add semantic ui invenio packaged theme configuration

  • extend utils CSS classes

Version 1.3.19 (released 2022-03-04)

  • Add a reusable Jinja macro to truncate long text.

Version 1.3.18 (released 2022-03-01)

  • Revert font back to default sans-sarif font instead of Lato.

Version 1.3.17 (released 2022-02-28)

  • Adds favicon

  • Fix issue with flash message on login page not being side to side.

Version 1.3.16 (released 2022-02-17)

  • Add common square-placeholder.png image for general use.

Version 1.3.15 (released 2022-02-17)

  • Remove custom margin from classes to improve CSS overridability.

Version 1.3.14 (released 2022-02-16)

  • Fix issue with Lato font not being loaded in Semantic UI theme.

  • Sets Semantic UI @mutedTextColor.

Version 1.3.13 (released 2022-02-16)

  • Ensure compiled translation message catalogs are included in the distributions uploaded on PyPI.

Version 1.3.12 (released 2022-02-14)

  • Fixes A11y issue with the close button in flash messages.

Version 1.3.11 (released 2022-02-08)

  • Adds margin generator.

  • Adds A11y page landmarks.

Version 1.3.10 (released 2021-11-23)

  • Web accessibility fix.

Version 1.3.9 (released 2021-07-12)

  • Adds german translations

Version 1.3.8 (released 2021-02-10)

  • Adds brand color to menu items

Version 1.3.7 (released 2021-01-25)

  • Adds brand color in segments

Version 1.3.6 (released 2021-01-04)

  • Adds link theme icon

  • Fixes wildcard icon resolution

Version 1.3.5 (released 2020-12-17)

  • Fixes checkbox.overrides in invenio SUI packaged theme.

Version 1.3.4 (released 2020-12-17)

  • Adds a full “invenio” Semantic UI packaged theme so we can easier customize layout in the future.

  • Moves theme.config to theme.config.example and adds a note to make it clear the file is not actually used, but is just an example.

  • Adds helper tool for supporting theme dependent icons.

  • Fixes many minor styling issues such as alignments, button locations, grids.

Version 1.3.3 (released 2020-12-11)

  • Initializes semanticUI accordion components.

Version 1.3.2 (released 2020-12-11)

  • Updates the Invenio logo and remove outdated versions.

  • Fixes the dropdown to work on the user profile page.

Version 1.3.1 (released 2020-12-09)

  • Minor fix for SemanticUI dropdowns

Version 1.3.0 (released 2020-12-09)

  • Major: New SemanticUI theme has been integrated. The Bootstrap 3 theme still exists. This change depends on the latest released Invenio-Assets which adds supports for multiple UI frameworks.

  • Adds support for dynamic loading of templates for React-Overridable.

  • Backwards incompatible: The old-style Flask-Asset bundles was removed (these bundles were deprecated in Invenio v3.1).

  • Adds Turkish translations.

Version 1.2.0 (released 2020-03-20)

  • Replaces Flask dependency with invenio-base.

Version 1.1.4 (released 2019-07-22)

  • Introduce handling of the error 429.

Version 1.1.3 (released 2019-03-13)

  • Restructure SCSS files, in order to allow easier customization and extension in overlays.

Version 1.1.2 (released 2019-02-15)

  • Upgraded moment to 2.23.0

Version 1.1.1 (released 2018-12-05)

  • Fixes issues with webpack and the AdminLTE theme.

Version 1.1.0 (released 2018-11-06)

  • Introduce webpack support.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.

Project details


Release history Release notifications | RSS feed

This version

2.1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invenio-theme-2.1.1.tar.gz (4.6 MB view details)

Uploaded Source

Built Distribution

invenio_theme-2.1.1-py2.py3-none-any.whl (4.6 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file invenio-theme-2.1.1.tar.gz.

File metadata

  • Download URL: invenio-theme-2.1.1.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for invenio-theme-2.1.1.tar.gz
Algorithm Hash digest
SHA256 a7b96cace2a3a3fdb0e1b6474c544d5cbb677561aed636a9b049683c4f2d945a
MD5 29e4904f9ba4f12d38b759b949be7f9a
BLAKE2b-256 faf22993ad95aa0d53feeeb0ab23ed45a4359486e40fa003484dab6cdcae5121

See more details on using hashes here.

Provenance

File details

Details for the file invenio_theme-2.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for invenio_theme-2.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 73ba65f040d4f557e4cd33314138fee507dc9b7f93c2855374f53fbfb9044f3c
MD5 60306e3d779edd5da6c00148d523feb5
BLAKE2b-256 40d509823cb9d0d058173fbfbe84b7a07d7579614a38bf3b98bd7b0da32cdcb2

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page