Skip to content

Commit 45f515f

Browse files
committed
Merge with main
1 parent caa2cd3 commit 45f515f

Some content is hidden

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

42 files changed

+595
-60
lines changed

Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +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
9+
10+
## [v1.5.11] - 2025-01-07
11+
12+
Major AFCL update https://adminforth.dev/docs/tutorial/Customization/afcl/
913

1014
### Added
1115
- 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
1221

1322
## [v1.5.10]
1423

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)