File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Unreleased
7
7
----------
8
+
9
+ 2024/12/13 0.37.2
10
+ -----------------
8
11
- CrateDB Cloud: Collapse navigation items on ``feature/index `` page
12
+ - Fix some regressions from Furo (Algolia focus)
13
+ - Remove input focus (inherited from Furo)
14
+ - CLS fix from Algolia implementation
15
+ - Reposition code block (didn't cascade right)
16
+ - Add horizontal scrolling to tables on mobile to avoid having layouts wider than the screen
17
+ - Keep iframe embeds from having a layout wider than the screen by adding ``max-width ``
18
+ - Fix scrollbar light-colors on Chromium browsers and different modes
19
+ - Use ``<html> `` instead of ``<body> `` as target for dark/light mode ``data-theme `` attributes
20
+ - Update sass from 1.80.5 to 1.81.0
9
21
10
22
2024/11/26 0.37.1
11
23
-----------------
Original file line number Diff line number Diff line change 23
23
24
24
import os
25
25
26
- VERSION = (0 , 37 , 1 )
26
+ VERSION = (0 , 37 , 2 )
27
27
28
28
__version__ = "." .join (str (v ) for v in VERSION )
29
29
__version_full__ = __version__
You can’t perform that action at this time.
0 commit comments