Skip to content

Commit 2e48144

Browse files
committed
Release v0.28.3
1 parent bf13717 commit 2e48144

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.28.3 (2022-03-23)
4+
5+
* Enhacements
6+
* Include page titles in autocomplete suggestions
7+
* Allow theme to be set to "System" version
8+
* Remove "Specs" heading and render full typespecs
9+
* Support for `source_url_pattern` in config being a function
10+
11+
* Bug fixes
12+
* Adjustments for blockquotes and admonition blocks in dark mode
13+
* Fix module sorting when a list of dirs is provided
14+
* Consider casing of letters when sorting items in the menu, summary, function list, etc
15+
316
## v0.28.2 (2022-02-23)
417

518
* Bug fixes

assets/js/handlebars/templates/settings-modal-body.handlebars

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</div>
88
<div>
99
<select name="theme" class="settings-select">
10-
<option disabled>Theme</option>
1110
<option value="dark">Dark</option>
1211
<option value="light">Light</option>
1312
<option value="system">System</option>

formatters/html/dist/app-fa4b63118c8aa592ff50.js formatters/html/dist/app-a088a6cc33ae3464193e.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mix.exs

+1-1
Original file line numberDiff line numberDiff 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.28.2"
5+
@version "0.28.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)