Skip to content

Commit 9cfcc71

Browse files
committed
Release v0.30.3 with latest assets
1 parent 67aafad commit 9cfcc71

File tree

7 files changed

+69
-70
lines changed

7 files changed

+69
-70
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.30.3 (2023-07-15)
4+
5+
* Enhancements
6+
* Compress search index before storing in local storage
7+
8+
* Bug fixes
9+
* Fix styling for headers on cheatsheets and small screens
10+
311
## v0.30.2 (2023-07-11)
412

513
* Bug fixes

assets/css/content/cheatsheet.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@
3737

3838
.page-cheatmd .content-inner h3 {
3939
margin: 0 0 1em;
40-
color: var(--main);
4140
font-weight: 400;
4241
overflow: hidden;
4342
}
4443

44+
.page-cheatmd .content-inner h3 a {
45+
color: var(--main);
46+
}
47+
4548
.page-cheatmd .content-inner h3.section-heading a.hover-link {
4649
display: none;
4750
}

formatters/html/dist/html-CGDDOCMI.js

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-YJSHP5NG.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

formatters/html/dist/html-elixir-JUCHUGAD.css renamed to formatters/html/dist/html-elixir-P5GXSCHE.css

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-GVQ5W64K.css renamed to formatters/html/dist/html-erlang-LVOSFMZL.css

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mix.exs

Lines changed: 1 addition & 1 deletion
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.30.2"
5+
@version "0.30.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)