Skip to content

Releases: omeka/theme-centerrow

v1.8

28 Feb 17:58
Compare
Choose a tag to compare
  • Use accessible slick slider library.
  • Consolidate single record view partials.
  • Use empty alts for record images.

v1.7.2

24 Mar 19:52
Compare
Choose a tag to compare
Bump version.

v1.7.1

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

v1.7

21 Dec 21:37
Compare
Choose a tag to compare
  • Add new banner options.
  • Adjust subnavigation widths and positioning.
  • Replace lightslider with lightgallery provided by Omeka Classic v3.1.
  • Fix .mov for Edge and Chrome browsers.
  • Change body text color for a11y contrast.
  • Give properties greater widths.
  • Make link hover states more obvious without relying on color.

v1.6

21 Apr 18:41
Compare
Choose a tag to compare
  • Implement accessible dropdown menus. These menus should be navigable by keyboard and screen reader. Note: Top level navigation items toggle their child menu, which contains a link to the parent page. This is so there's no confusion what the top level link does on a keyboard (go to link destination vs open child menu).
  • Use lightgallery wholly for default media viewer. Features include multiple file slides, rotation, zoom, video and pdf support.
  • Include new theme settings for header heights, position, persistence.
  • Update dependencies.

v1.5.3

29 Sep 15:54
Compare
Choose a tag to compare
  • Update Font Awesome styles.

v1.5.2

02 Jul 19:36
Compare
Choose a tag to compare
  • Provide fallback thumbnail and adjust alignment in gallery navigation.
  • Add crossorigin attribute for when files are hosted on a different domain.
  • Update dependencies.
  • Add readme and license.

v1.5.1

14 May 14:53
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.

v1.5

22 Mar 15:45
Compare
Choose a tag to compare
  • Add meta tags for author and description.
  • Implement rich titles for items and collections.
  • Add setting for header image alt text.
  • Fix invalid count of featured collections.
  • Fix orientation issue in image slider.

v1.4.1

25 Nov 21:34
Compare
Choose a tag to compare
  • Fix file link setting on item/show, apply to non-image file links. (#16)