File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.37.0-rc.2 (2025-01-29 )
3+ ## v0.37.0 (2025-02-05 )
44
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.
66
77 * Enhancements
88 * Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
99 * Considerably improve page loading times in the browser
1010 * Allow customizing ` search_data ` for extra pages
1111 * 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
1313 * Go to latest goes to the same page if it exists, root otherwise
1414 * Apply new style and layout for tabs
1515 * 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
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-lang/ex_doc"
5- @ version "0.37.0-rc.2 "
5+ @ version "0.37.0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments