We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d030a8 commit 1c3ee63Copy full SHA for 1c3ee63
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
3
-## v0.36.0-dev
+## v0.36.1 (2024-12-24)
4
+
5
+ * Enhancements
6
+ * Show a progress bar if navigation takes more than 300ms
7
8
+ * Bug fixes
9
+ * Fix dark mode styling on cheatsheets
10
+ * Ensure the sidebar closes on hosting navigation in mobile
11
12
+## v0.36.0 (2024-12-24)
13
14
* Enhancements
15
* Use swup.js for navigation on hosted sites
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.36.0"
+ @version "0.36.1"
def project do
[
0 commit comments