Skip to content

Commit

Permalink
Release v0.30.3 with latest assets
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 15, 2023
1 parent 67aafad commit 9cfcc71
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 70 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.30.3 (2023-07-15)

* Enhancements
* Compress search index before storing in local storage

* Bug fixes
* Fix styling for headers on cheatsheets and small screens

## v0.30.2 (2023-07-11)

* Bug fixes
Expand Down
5 changes: 4 additions & 1 deletion assets/css/content/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@

.page-cheatmd .content-inner h3 {
margin: 0 0 1em;
color: var(--main);
font-weight: 400;
overflow: hidden;
}

.page-cheatmd .content-inner h3 a {
color: var(--main);
}

.page-cheatmd .content-inner h3.section-heading a.hover-link {
display: none;
}
Expand Down
52 changes: 52 additions & 0 deletions formatters/html/dist/html-CGDDOCMI.js

Large diffs are not rendered by default.

56 changes: 0 additions & 56 deletions formatters/html/dist/html-YJSHP5NG.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.30.2"
@version "0.30.3"

def project do
[
Expand Down

0 comments on commit 9cfcc71

Please sign in to comment.