Skip to content

Commit 5fc522b

Browse files
committed
Release 0.37.2
1 parent 5f86739 commit 5fc522b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ CHANGES
55

66
Unreleased
77
----------
8+
9+
2024/12/13 0.37.2
10+
-----------------
811
- 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
921

1022
2024/11/26 0.37.1
1123
-----------------

src/crate/theme/rtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525

26-
VERSION = (0, 37, 1)
26+
VERSION = (0, 37, 2)
2727

2828
__version__ = ".".join(str(v) for v in VERSION)
2929
__version_full__ = __version__

0 commit comments

Comments
 (0)