File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.37.0-rc.2 (2025-01-29 )
3
+ ## v0.37.0 (2025-02-05 )
4
4
5
- Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
5
+ Thanks to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
6
6
7
7
* Enhancements
8
8
* Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
9
9
* Considerably improve page loading times in the browser
10
10
* Allow customizing ` search_data ` for extra pages
11
11
* Use native style for scroll bars
12
- * Enhance links between extra pages with padding and hover effects
12
+ * Enhance links between extras/ pages/guides with padding and hover effects
13
13
* Go to latest goes to the same page if it exists, root otherwise
14
14
* Apply new style and layout for tabs
15
15
* Increase font-weight on sidebar on Apple machines/devices
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-lang/ex_doc"
5
- @ version "0.37.0-rc.2 "
5
+ @ version "0.37.0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments