chore(v2): changelog

This commit is contained in:
endiliey 2019-08-07 18:01:53 +07:00
parent 6c4ce5722e
commit 479892ffbf

View file

@ -3,6 +3,7 @@
## Unreleased
- Do not escape html and body attributes
- For devices with very small viewport width, the searchbar is replaced with a search icon. On tap of the search icon the searchbar is expanded and the text beside the logo is hidden and remains hidden while the search bar is expanded.
- Add `date` frontMatter support for blog plugin
- Add `truncateMarker` option to blog plugin, support string or regex.
- Webpack `optimization.removeAvailableModules` is now disabled for performance gain. See https://github.com/webpack/webpack/releases/tag/v4.38.0 for more context.