Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 17, 2019
1 parent 9122e9d commit d1d1943
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 94 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.21.0

* Enhancements
* [HTML] Add support for reference popovers
* [HTML] Provide a "g" shortcut to Go To a Hexdocs package (with autocomplete)
* [HTML] Detect if browser prefers night mode
* [EPUB] Add support for covers and the authors field

* Bug fixes
* [HTML+EPUB] Ensure that link headers generate unique IDs
* [HTML+EPUB] Sort structs fields so field names are always ordered
* [HTML+EPUB] Do not strip "Elixir." prefix from module names
* [HTML] Support URLs with non-HTML safe characters
* [EPUB] Fix table of contents without groups

## v0.20.2

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Elixir v1.7 and later:
```elixir
def deps do
[
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
]
end
```
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 0 additions & 89 deletions formatters/html/dist/html-51229837584bca7feeb6.js

This file was deleted.

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions formatters/html/dist/html-6533ecd75f89a4bc2271.js

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
@@ -1,7 +1,7 @@
defmodule ExDoc.Mixfile do
use Mix.Project

@version "0.20.2"
@version "0.21.0"

def project do
[
Expand Down

0 comments on commit d1d1943

Please sign in to comment.