1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-29 01:37:22 +03:00
parent 956f3014e9
commit 4f0f8b371b

View File

@@ -3,7 +3,8 @@
### Bug Fixes
* **admin-panel:** fix issue with saving entry source #251
* **admin-plugin:** fix issue with saving entry source #251
* **admin-plugin:** fix file browser styles
* **core:** Entries API - fix Collection Undefined Index(s) for fetchAll method #243
* **core:** fix broken logic for form inputs without labels #274
* **core:** fix default and site settings loading #297
@@ -74,20 +75,6 @@
* **core:** Markdown parsing should be cached in production #287
* **core:** YAML parsing will be cached in production #263
* **core:** add ability to extends fieldsets #301
usage in fieldsets:
```
extends: base
```
or extends multiple fieldsets
```
extends:
- base
- seo
```
* **core:** add routable option for entries #284
usage in entry: