Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdd05a1

Browse files
committed
release: v2.0.2
1 parent 398967a commit cdd05a1

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.0.2 (2018-07-29)
4+
5+
### Enhancements
6+
7+
- Highlight theme
8+
- Articles whit `sidebar.toc` support section navigator (previous and next navigator)
9+
- Aside Toc show immediately after page get ready (no more delay)
10+
11+
### Bug Fixes
12+
13+
- Aside Toc may display error when scroll to bottom
14+
315
## 2.0.1 (2018-07-07)
416

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

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

1325
### Bug Fixes
1426

15-
- `mathjax` and `mermaid` config may not work.
27+
- `mathjax` and `mermaid` config may not work
1628

1729
## 2.0.0 (2018-07-01)
1830

19-
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.
31+
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
2032

2133
### Enhancements
2234

jekyll-text-theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-text-theme"
5-
spec.version = "2.0.1"
5+
spec.version = "2.0.2"
66
spec.authors = ["kitian616"]
77
spec.email = ["[email protected]"]
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A customizable Jekyll theme for blog or site.",
55
"scripts": {
66
"build": "bundle exec jekyll build",

0 commit comments

Comments
 (0)