grav-theme-libretic/CHANGELOG.md

125 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

# v1.7.2
## mm/dd/2021
1. [](#bugfix)
* Fixed missing `|raw` filters in `simplesearch_base.html.twig` [#39](https://github.com/getgrav/grav-theme-deliver/issues/39)
2021-01-15 19:46:51 +01:00
# v1.7.1
## 01/15/2021
1. [](#improved)
* Fixed autoescaping in preparation for Grav 1.7
2019-03-21 23:50:46 +01:00
# v1.7.0
2019-03-22 01:34:00 +01:00
## 03/21/2019
2019-03-21 23:50:46 +01:00
1. [](#new)
* Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension
* Implement assets rendering using **Deferred Block** Twig extension
# v1.6.2
## 12/20/2016
1. [](#improved)
* Add bottom js call in bottom block
2016-12-10 09:07:17 +01:00
# v1.6.1
## 12/10/2016
1. [](#improved)
* Added background animation when scrolling the menu in sticky mode
1. [](#bugfix)
* Fixed some mobile alignments for hamburger and search icons in sticky mode
2016-12-09 17:00:02 +01:00
# v1.6.0
## 12/09/2016
2016-07-18 08:04:45 +02:00
1. [](#new)
* Add an option to have a sticky menu. Also added blueprint configuration to turn in on from the admin. Disabled by default. Uses https://github.com/bigspotteddog/ScrollToFixed
2016-07-18 08:04:45 +02:00
1. [](#improved)
* Invert order of previous and next button in the blog posts navigation
1. [](#bugfix)
* Fix forms not working as expected. Drop the form twig overrides as they break the forms, and don't really customise the output
2016-07-18 08:04:45 +02:00
2016-07-14 17:56:35 +02:00
# v1.5.0
## 07/14/2016
1. [](#improved)
* Remove unneeded streams from Theme YAML
* Delete unused composer.json
* Add the `theme_config` twig var
1. [](#bugfix)
* Fix missing fontawesome-webfont.woff2 file
* Fix slider buttons on tablet
* Fix setting the page language in the html tag
2016-07-18 08:04:45 +02:00
2016-01-07 00:19:26 +01:00
# v1.4.0
## 01/06/2016
1. [](#improved)
* Fontawesome updated to 4.5.0
1. [](#bugfix)
* Searchbox in search results fix
2015-12-19 00:10:35 +01:00
# v1.3.1
## 12/18/2015
2. [](#bugfix)
* Added nonce support to form template
# v1.3.0
## 11/18/2015
1. [](#new)
* SimpleForm replaced with Forms plugin
2. [](#bugfix)
* Admin plugin bugfixes
2015-10-09 11:43:27 +02:00
# v1.2.0
## 09/18/2015
1. [](#bugfix)
* Updated outdated blueprints
* Bugfix for pagination plugin
2015-09-18 11:40:08 +02:00
# v1.1.1
## 09/18/2015
1. [](#improved)
* compatibility with newest Grav version.
1. [](#bugfix)
* SimpleForm compatibility bugfixes.
2015-08-25 19:23:25 +02:00
# v1.1.0
## 08/25/2015
1. [](#improved)
* Added blueprints for Grav Admin plugin
1. [](#bugfix)
2016-07-18 08:04:45 +02:00
* Taxonomy count fix
2015-08-25 19:23:25 +02:00
2015-05-09 21:00:04 +02:00
# v1.0.4
## 05/09/2015
1. [](#improved)
* Fix for bottom menu links
2015-03-01 23:47:43 +01:00
# v1.0.3
## 03/01/2015
1. [](#improved)
* Switched to Grav's built-in `jQuery` assets
2015-02-20 00:26:03 +01:00
# v1.0.2
## 02/19/2015
2. [](#improved)
2016-07-18 08:04:45 +02:00
* Added SimpleSearch capability
2015-02-20 00:26:03 +01:00
* Implemented new `param_sep` variable from Grav 0.9.18
2015-02-10 18:53:09 +01:00
# v1.0.1
## 02/10/2015
2015-01-15 19:15:54 +01:00
1. [](#new)
* ChangeLog started...