-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGELOG
30 lines (21 loc) · 1.03 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## 1.0.5 (2018-11-14)
* **FIX**: Custom label capitalization issue.
## 1.0.4 (2018-11-14)
* **FIX**: Build failure due to [markdown 3+ package breaking change](https://python-markdown.github.io/change_log/release-3.0/#safe_mode-and-html_replacement_text-keywords-deprecated).
## 1.0.3 (2018-05-27)
* Avoid adding the `<div class="md-fenced-code-tabs"></div>` structure for single code blocks if the `single_block_as_tab` option is `True`.
## 1.0.2 (2018-05-27)
* **FIX**: Fixed the Bootsrap templates
## 1.0.1 (2018-05-25)
* **FIX**: Fixed the missing resources
## 1.0.0 (2018-05-25)
* **NEW**: Added the `active_class` option support in the configuration
* **NEW**: Added the `template` option support in the configuration
* **FIX**: Fixed the tab id issue for code blocks with same language #12
* **FIX**: Fixed the missing resources
## 0.2.0 (2017-06-16)
* Added the custom tab label option
* Fixed the missing `active` class of the first tab
* Fixed the missing `string` import
## 0.1.0 (2017-03-01)
* Initial release