datat.fi/CHANGELOG.md

130 lines
5.6 KiB
Markdown
Raw Normal View History

2017-03-07 23:12:17 +02:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Changed
- Update GitHub issue templates.
2018-11-12 01:51:12 +02:00
### Fixed
- Add missing `/` in icon-gitlab.html. [#80](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/80)
2018-08-08 05:44:44 +03:00
## [1.4.1] - 2018-08-07
2018-07-20 19:28:36 +03:00
### Added
- Add sample "404 not found page" to `/docs/404.html` and `/example/404.html`. [#12](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/12)
2018-07-20 19:28:36 +03:00
### Changed
- Adjust default skin colors to meet WCAG 2 AA. [#68](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/68)
2018-07-20 19:32:53 +03:00
### Fixed
- Remove extra footer from cv.html `layout`. [#69](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/69)
2018-07-20 19:32:53 +03:00
- Fix JavaScript error when search is not enabled. [#66](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/66)
## [1.4.0] - 2018-04-02
2018-04-03 03:57:25 +03:00
### Changed
2018-02-27 20:34:58 +02:00
- Lint JavaScript.
2018-04-03 03:39:02 +03:00
- Update gemspec to use jekyll-seo-tag version `2.4`. [#47](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/47)
2018-02-27 20:34:58 +02:00
### Added
- Accessibility enhancements for Lunr search form.
- Add SCSS `$intro-image-color-overlay` variable to enable color overlay on hero images (disabled by default). [#55](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/55)
- Add new archive layouts: `posts`, `categories`, `category`, `collection`, `tag`, and `tags`.
- Add grid layout via `entries_layout: grid` front matter.
- Add support for image thumbnails vial `image.thumbnail` front matter.
2018-03-02 18:52:32 +02:00
### Fixed
- Fix Firefox [flexbox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=939897) when printing pages.
2018-03-20 17:51:49 +02:00
- Fix search excerpts that run together because of implied spaces.
- Moved `<footer>` outside of `<main>` to be semantically correct.
2018-03-02 18:52:32 +02:00
2018-02-16 22:07:48 +02:00
## [1.3.1] - 2018-02-16
2018-02-16 22:04:25 +02:00
### Changed
- Only include jQuery when using default Lunr search. [#49](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/49)
### Fixed
- Focus on search input after clicking on toggle.
2018-02-16 16:52:01 +02:00
## [1.3.0] - 2018-02-16
### Added
2018-02-16 16:52:01 +02:00
- Add jQuery script.
- Add site-wide search toggle.
2018-02-16 16:55:40 +02:00
- Add support for [Lunr](https://lunrjs.com/) search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
- Add support for [Algolia](https://www.algolia.com/) search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
2018-02-16 17:23:20 +02:00
- Add [Algolia search demo](https://mmistakes.github.io/jekyll-theme-basically-basic-algolia-search/).
### Changed
- New installation and upgrade instructions.
- Absolutely position navigation menu instead of sticking it to the top.
- Visually hide "Menu" label.
- Improve alignment of menu toggle when search is enabled.
### Fixed
- Fix `border-bottom` for Gist line numbers.
2018-01-05 22:13:34 +02:00
## [1.2.0] - 2018-01-05
2017-12-01 16:48:50 +02:00
2018-01-05 22:19:02 +02:00
### Added
2017-12-01 16:48:50 +02:00
- Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site.
2018-01-05 22:19:02 +02:00
### Changed
2017-12-01 16:48:50 +02:00
- Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
2017-12-14 18:21:42 +02:00
- Update `site.gems` references to `site.plugins`. [#39](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/39)
2018-01-03 15:32:27 +02:00
- Update license and copyright.
2018-01-05 22:08:57 +02:00
- Improve syntax highlighting styles and colors.
2017-12-01 16:48:50 +02:00
2018-01-02 23:22:34 +02:00
### Fixed
2018-01-05 22:13:34 +02:00
- Fix primary navigation skip link to use correct anchor ID. [#41](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/41)
- Fix Susy deprecation warnings by updating to version 3. [#21](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/21)
2018-01-02 23:22:34 +02:00
2017-10-19 16:10:03 +03:00
## [1.1.3] - 2017-10-19
### Fixed
2018-01-05 22:13:34 +02:00
- Fix `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set. [#34](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/34)
2017-09-14 23:00:42 +03:00
## [1.1.2] - 2017-09-14
### Fixed
2018-01-05 22:13:34 +02:00
- Adjust `/_sass/_print.scss` to reduce blank pages when printing in Chrome. [#29](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29)
- Fix sidebar visibility bug in Firefox and Safari by adding toggling `visibility: hidden`. [#31](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/31)
2017-09-06 22:37:18 +03:00
## [1.1.1] - 2017-09-06
2017-12-01 16:48:50 +02:00
### Changed
- Change `gems` key in `_config.yml` to `plugins`. [#23](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/23)
2018-01-05 22:13:34 +02:00
### Fixed
- Fix Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
2017-03-30 18:22:41 +03:00
## [1.1.0] - 2017-03-30
2017-12-01 16:48:50 +02:00
2017-03-24 15:13:02 +02:00
### Added
2018-01-05 22:13:34 +02:00
- Improve installation documentation. [#8](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/8)
- Add Google Analytics tracking ID, Disqus comments, to `/docs` demo site.
2017-03-24 15:13:02 +02:00
### Changed
- Change source order of `.sidebar` and `.canvas` so menu items can easily be "tabbed" to. [#10](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/10)
- Refactor sidebar off-canvas menu and improve animation. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9) [#15](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/15)
2018-01-05 22:13:34 +02:00
- Remove tinted background from `<th>` elements.
- Update permalink structure of `/docs` demo site.
2017-03-24 15:13:02 +02:00
### Fixed
2018-01-05 22:13:34 +02:00
- Fix `body` height and `.wrapper` box shadow. [#13](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/13)
- Fix unclickable main content links in Internet Explorer 10. [#9](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/9)
2017-03-23 22:00:27 +02:00
## [1.0.1] - 2017-03-23
2017-12-01 16:48:50 +02:00
2017-03-23 21:05:23 +02:00
### Added
2018-01-05 22:13:34 +02:00
- New responsive embed helper classes for videos. [#2](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/2)
- New print styles for improved readability of printed pages. [#4](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/4)
2017-03-23 21:05:23 +02:00
- Icon list to README.
2017-03-20 22:07:16 +02:00
## [1.0.0] - 2017-03-20