File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
- Update default chart colors and text shadows for better readability with all themes
6
6
- Optimize memory layout by boxing large structs. Slightly reduces memory usage.
7
7
- New example: [ Rich text editor] ( ./examples/rich-text-editor/ ) . Let your users safely write formatted text with links and images.
8
+ - Update the Tabler CSS library to [ v1.2] ( https://tabler.io/changelog#/changelog/tabler-1.2 ) . This fixes issues with
9
+ - the alignment inside chart tooltips
10
+ - the display of lists
8
11
9
12
## v0.34 (2025-03-23)
10
13
Original file line number Diff line number Diff line change 1
- /* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0 .0/dist/css/tabler.min.css */
2
- /* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0 .0/dist/css/tabler-vendors.min.css */
1
+ /* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.2 .0/dist/css/tabler.min.css */
2
+ /* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.2 .0/dist/css/tabler-vendors.min.css */
3
3
4
4
: root {
5
5
/* Workaround for https://github.com/tabler/tabler/issues/1879 */
Original file line number Diff line number Diff line change 11
11
<div class =" row align-items-center m-0" >
12
12
{{ #if link }} <a href =" {{ link }} "
13
13
{{ ~else }} <div {{ /if }}
14
- class =" col row align-items-center text-decoration-none link -body-emphasis m-0 {{ #if ../compact }} p-1{{ else }} p-3{{ /if }} " >
14
+ class =" col row align-items-center text-decoration-none text -body m-0 {{ #if ../compact }} p-1{{ else }} p-3{{ /if }} " >
15
15
{{ #if color }}
16
16
<div class =" col-auto" ><span class =" badge bg-{{ color }} " ></span ></div >
17
17
{{ /if }}
48
48
49
49
{{ #if delete_link }}
50
50
<form method =" POST" action =" {{ delete_link }} " class =" col-auto m-0 p-0" >
51
- <button type =" submit" class =" btn btn-link link-secondary p-0 border-0" title =" Delete" >
51
+ <button type =" submit" class =" btn btn-link link-secondary p-0 border-0 bg-transparent " title =" Delete" >
52
52
{{~ icon_img ' trash' ~}}
53
53
</button >
54
54
</form >
You can’t perform that action at this time.
0 commit comments