Skip to content

Commit f08f1c0

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
2 parents 74fe0ab + 5362b88 commit f08f1c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+905
-65
lines changed

Changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.5.11] - next
8+
## [v1.5.12] - next
99

10+
## [v1.5.11] - 2025-01-07
11+
12+
Major AFCL update https://adminforth.dev/docs/tutorial/Customization/afcl/
13+
14+
### Added
15+
- AFCL Table component
16+
- AFCL Chart components and documentation
17+
18+
### Fixed
19+
20+
- two dropdowns now can't be opened at the same time
1021

1122
## [v1.5.10]
1223

adminforth/documentation/docs/tutorial/03-Customization/06-customPages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Create a Vue component in the `custom` directory of your project, e.g. `Dashboar
120120
<PieChart
121121
:data="apartsCountsByRooms"
122122
:options="{
123+
chart: { type: 'donut'},
123124
plotOptions: {
124125
pie: {
125126
donut: {

0 commit comments

Comments
 (0)