Skip to content

Releases: omeka/theme-bigpicture

v1.6.6

29 Aug 15:49
Compare
Choose a tag to compare
  • Condense item links.
  • Move wrapper to include skipnav and Omeka user bar.
  • Remove aria-live from featured slider.
  • Condense single record markup.
  • Provide blank alt attributes for image thumbnails.
  • Fix item show gallery top margin to avoid colliding with header without admin bar present.
  • Fix width of non-gallery item show nav.
  • Fix item view where footer floated in the middle of content on mobile.
  • Update mmenu.js library and add aria-expanded states.
  • Improve aria labels for main content areas.
  • Make sure collection show view uses collection title for page title.
  • Make sort link alignment consistent on collection item display.
  • Enable close menu button in main navigation.
  • Refine mobile subnav styles.

v1.6.5

24 Mar 16:53
Compare
Choose a tag to compare
Bump version.

v1.6.4

03 Jan 20:33
Compare
Choose a tag to compare
  • Uses the correct global function for lightgallery. Addresses capitalization issue brought up in #34.

v1.6.3

22 Dec 18:21
Compare
Choose a tag to compare
Correct minimum Omeka version, bump version.

v1.6.2

21 Dec 21:28
Compare
Choose a tag to compare
  • Use lightgallery functionality now provided by Omeka Classic v3.1.

v1.6.1

11 Aug 16:05
Compare
Choose a tag to compare
  • Fixes bug where duplicate video player controls appear on the item show view.
  • Fixes collection show view to properly show fallback thumbnails for items with media without file derivatives.
  • Fixes video track support.

v1.6

03 Aug 18:37
Compare
Choose a tag to compare
  • Overhauls the media viewer to replace lightslider with lightgallery. There is now improved media support to include PDFs and HTML5 video. (Fixes #21)
  • Improves accessibility across views, including better color contrast, friendlier carousel behaviors for screen readers, and a skip to content link.

v1.5.3

04 Feb 20:59
Compare
Choose a tag to compare
  • Fix bug where items with no gallery media and short metadata was taking up the full window width.
  • Update dependencies.

v1.5.2

02 Jul 19:26
Compare
Choose a tag to compare
  • Hide gallery thumbnail navigation when only one media is attached.
  • Provide gallery navigation fallback thumbnails when no derivative images are present.
  • Apply a crossorigin attribute when videos are not hosted on the same domain.
  • Style adjustments for tags, buttons, and item navigation. (Thanks to @TenzinDophen for assistance on the tags)
  • Add license and readme.

v1.5.1

13 May 20:01
Compare
Choose a tag to compare
  • Support video and webvtt tracks.
    • Track and video files must all share the same base file name (ex: "video.mp4", "video.vtt")
      • Theme now supports the following values for track metadata:
        • Dublin Core: Type ("subtitles", "captions", etc)
        • Dublin Core: Language (the language code for the track)
        • Dublin Core: Title (the label for the track)
      • Multiple language tracks are supported. They still must share the same base file name as the video: the user differentiates between them using their Dublin Core metadata.
  • Update npm dependencies.