Releases: omeka/theme-bigpicture
Releases · omeka/theme-bigpicture
v1.6.6
- 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
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6
- 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
v1.5.2
- 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
- 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.
- Theme now supports the following values for track metadata:
- Track and video files must all share the same base file name (ex: "video.mp4", "video.vtt")
- Update npm dependencies.