1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2020-02-15 14:05:28 +03:00
parent a89f84b21b
commit e6ffeeb76a

View File

@@ -1,6 +1,29 @@
<a name="0.9.7"></a>
# [0.9.7](https://github.com/flextype/flextype/compare/v0.9.6...v0.9.7) (2020-01-XX)
### Features
* **core:** add Indonesian locale support #327
* **core:** set routable true on entries creation #320
* **core:** initialize plugins before themes initialised #323
* **core:** update Cache to use adapter to retrieve driver object #341
* **core:** Load Shortcodes extensions based on flextype.shortcodes.extensions array #352
* **core:** Load Twig extensions based on flextype.twig.extensions array #351
* **default-theme:** Moving to Tailwind CSS #356
* **admin-plugin:** add dim color for entries with draft, hidden and routable false status #324
* **admin-plugin:** add entry select type modal on entry creation #331
* **admin-plugin:** add ability for redirect to the editor after creating #343
* **admin-plugin:** add ability to use local SVG version of fontawesome icons #322
usage in templates:
```
<i class="icon">{{ icon('fas fa-ellipsis-h') }}</i>
```
### Bug Fixes
* **core:** fix discord link #325
* **admin-plugin:** fix issue for creating entry process with same ids #333
<a name="0.9.6"></a>
# [0.9.6](https://github.com/flextype/flextype/compare/v0.9.5...v0.9.6) (2019-12-01)