Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jul 29, 2018
1 parent 398967a commit cdd05a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.0.2 (2018-07-29)

### Enhancements

- Highlight theme
- Articles whit `sidebar.toc` support section navigator (previous and next navigator)
- Aside Toc show immediately after page get ready (no more delay)

### Bug Fixes

- Aside Toc may display error when scroll to bottom

## 2.0.1 (2018-07-07)

> “All elements that respond to press should have a visual feedback when touched.”
Expand All @@ -8,15 +20,15 @@
### Enhancements

- Some interaction details optimize: button and link add feedback when clicked, cancel button of input in archive layout, button focus style, etc.
- Some interaction details optimize: button and link add feedback when clicked, cancel button of input in archive layout, button focus style, etc

### Bug Fixes

- `mathjax` and `mermaid` config may not work.
- `mathjax` and `mermaid` config may not work

## 2.0.0 (2018-07-01)

Breaking changes, please check [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2) for details.
Breaking changes, please check [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2) for details

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion jekyll-text-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-text-theme"
spec.version = "2.0.1"
spec.version = "2.0.2"
spec.authors = ["kitian616"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-text-theme",
"version": "2.0.1",
"version": "2.0.2",
"description": "A customizable Jekyll theme for blog or site.",
"scripts": {
"build": "bundle exec jekyll build",
Expand Down

0 comments on commit cdd05a1

Please sign in to comment.