0.8.4 (2018-04-24)
0.8.3 (2018-04-23)
- always write override.style (9861deb)
0.8.2 (2018-04-23)
- expose layout slots for injecting custom content (3814e88)
0.8.1 (2018-04-23)
0.8.0 (2018-04-23)
- algolia check should be checking themeConfig.algolia (504c21d)
- default to localhost on windows (close #221) (4d5c50e)
- fix emoji not showing on sidebars (#206) (bc2c83a)
- fix Sidebar link active logic (#215) (9c93d8f)
- Fix the style of repo link. (f55fa00)
- fix title inferrence regression (close #208) (52c20cf)
- renames index.js to enhanceApp.js (#226) (0170449)
- siteTitle vs pageTitle (cd9b788)
- Add docsRepo (#155) (716aefe)
- add max search suggestions config (#163) (a16a5b4)
- Algolia DocSearch Integration (#201) (2f0da01)
- also expose siteData in enhanceApp.js (5157c6f)
- expose all css pre-processor's options. (close #169) (#178) (8f0755a)
- support built-in pug config and document using pro-processors at component (#151) (f322105)
- support excerpt extraction with
<!-- more -->
(close #174) (fa404dc) - support for TOML front matter (#141) (#164) (70620ba)
- support toml config (#138) (d136e22)
- theme index enhancment support (#154) (d026801)
0.7.1 (2018-04-20)
- infer source link label from repo url (#168) (c1bbd05)
- Only add language dropdown when there has more than one locale configured. (#181) (7f311da)
- prioritize frontmatter's title, description and lang (#180) (384c5c7), closes #177 #184
- redirect /foo to /foo/ during dev (close #183) (99bc0aa)
- show navbar in more conditions (close #170) (748fa7f)
0.7.0 (2018-04-18)
- disable typographer in markdown-it (close #139) (be42da5)
- ensure runnable when no locales are provided (a25d86c)
- fix yarn global install (fix #102) (1130318)
- handle links with encoded hash (f0a1a00)
- search for locales (4cf1232)
0.6.1 (2018-04-18)
- handle headers that start with numbers (fix #121) (ad83169)
- make search locale-scoped (close #128) (846eb59)
- nav: unepxected error when themeConfig.nav isn't given. (close: #125) (#127) (f052472)
- service worker path (51c6eb2)
- use correct host in tip after the server has started (#130) (fd447ae)
- use header's slug as it is if possible (#119) (5f7e199)
- enable source map in build error traces (efff472)
- sidebar: support click the part outside sidebar to close the sidebar. (#132) (c6c71af)
0.6.0 (2018-04-18)
- allow viewport scaling (close #110) (2b2a07d)
- cli build --dest flag (#97) (e32d90b)
- css safe (#96) (be82e09)
- default-theme: only show features div if provided (3f76bfe)
- ensure using the same markdown config when extracting headers (14d4d25)
- handle index.md when checking relative links (52d6672)
- Multiple Language Support + Complete Chinese Translation (#48) (8bbc5f3)
- support yaml config (#115) (3088b3e)
0.5.1 (2018-04-17)
- correctly resolve not-found path (#90) (c3dd0b1)
- meta viewport for iOS tap delay (f95e245)
- support mailto links in NavLink + style tweaks (close #93) (62cd00e)
- upgrade webpack-chain, fix css optimization settings (close #91) (1bbfa43)
0.5.0 (2018-04-16)
- dropdown Items in Navbar (#13) (79f8f14)
- enhanceApp.js (#80) (37ea038)
- support adding custom page class in front matter (#85) (40ca73c), closes #84
0.4.2 (2018-04-16)
- proper minimum node version warning (eb07685)
0.4.1 (2018-04-16)
- always transpile lib directory (#73) (56e0392)
- avoid html-webpack-plugin requiring incomaptible webpack internals (4816bef)
- prioritize own deps + avoid serving wrong index.html (fix #69) (781e37a)
- redirect */index.html to */ (close #83) (52e04c4)
- remove override import when ejecting (close #56) (2d811ed)
- remove unnecessary spread (63816c1)
0.4.0 (2018-04-15)
- allow default theme to be copied as custom theme (98e1665)
- vuepress eject for customizing default theme (89538fa)
0.3.3 (2018-04-15)
0.3.2 (2018-04-15)
- added escaping of meta tag attribute value (#29) (15a1ac8)
- escape text in code block when lang is text or not specified #31 (#32) (ac4acab)
- dev build: use portfinder (#30) (f2a8229), closes #26
- generate better slugs for non latin langs (close #45) (e08e3d2)
- hoistedTags may not always be present (close #35) (ed33515)
- home link '/' shouldn’t always stays active (#47) (67c758e)
- images should have 100% max width (9e63974)
- renderChildren / sidebarDepth: 0 (42f63a8)