Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17eb2be94050b16b277fd919843dacefcb5a35b3 (plain)
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
## Version 1.0.4
 - Updated Bootstrap to v4.5

## Version 1.0.3
 - [FIX] Typo in readme, added changelog, updated config.toml in exampleSite
 - [FIX] Remove source map imports from JS files ([@jhollowe, PR #8](https://github.com/vantagedesign/ace-documentation/pull/8))
 - [FIX] Fix minifier error with spacing in next-prev-page ([@jhollowe, PR #6](https://github.com/vantagedesign/ace-documentation/pull/6))
 - [ADD] Allow disabling the TOC ([@jhollowe, PR #9](https://github.com/vantagedesign/ace-documentation/pull/9))
 - [ADD] Allow Google Analytics to only track production site ([@jhollowe, PR #7](https://github.com/vantagedesign/ace-documentation/pull/7))
 - [FIX] Prevent empty heaver toggler ([@jhollowe, PR #3](https://github.com/vantagedesign/ace-documentation/pull/3))
 - [ADD] New table shortcode for styled tables (fixes [issue #2](https://github.com/vantagedesign/ace-documentation/issues/2))
 - [ADD] Allow disabling the Read more navigation per page or for the entire site using the config (implements [issue #10](https://github.com/vantagedesign/ace-documentation/issues/10))
 - [ADD] Documentation for various config options, such as disabling toc, readmore, analytics and search.


## Version 1.0.2

- [FIX] Fixed folder structure in exampleSite for non-extended Hugo version.

## Version 1.0.1

- [FIX] Include the resources folder in the theme for Hugo standard version.

## Version 1.0.0

 - Initial release