Skip to content

Releases: omeka/theme-thedaily

v1.6.3

08 Jan 14:40
Compare
Choose a tag to compare
  • Redo search and main navigation as modals.
  • Adjust padding and layout of secondary nav on browse views.
  • Search form is hidden by default.
  • Refactor application of show_advanced and form classes.

v1.6.2

24 Mar 18:43
Compare
Choose a tag to compare
Bump version.

v1.6.1

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

v1.6

21 Dec 21:46
Compare
Choose a tag to compare
  • Move away from scaling text size.
  • Fix thumbnail size on item show.
  • Use lightgallery provided by Omeka Classic in v3.1.
  • Improve a11y on search form.
  • Fix heading levels in exhibit summary.
  • Update normalize.
  • Fix access to skipnav link.
  • Allow user to close search and navigation using escape key.

v1.5.3

29 Sep 16:25
Compare
Choose a tag to compare
  • Update Font Awesome styles.

v1.5.2

02 Jul 19:44
Compare
Choose a tag to compare
  • Hide gallery thumbnail navigation if only one media is present.
  • Add square thumbnail and adjust alignment in gallery thumbnail navigation.
  • Provide crossorigin attribute in case videos are hosted on another domain.
  • Add license and readme.

v1.5.1

14 May 16:35
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 16:27
Compare
Choose a tag to compare
  • Add meta tags for author and description.
  • Implement rich titles for items and collections.
  • Add alt text setting for header image.
  • Fix orientation issue in image slider.
  • Fix exhibit builder check on homepage.

v1.4.1

26 Nov 14:57
Compare
Choose a tag to compare
  • Have non-image file links respect "link to file metadata" setting

v1.4

12 Nov 17:07
Compare
Choose a tag to compare
  • Removes hard-coded thumbnail sizes. (#12)
  • Replaces chocolat with lightgallery plugins.
  • Provides link to file on item show view.