Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.8.0](https://github.com/intility/bifrost-mkdocs/compare/v0.7.2...v0.8.0) (2026-06-23)


### ⚠ BREAKING CHANGES

* **theme:** MathJax/arithmatex support is removed (mathjax.js, pymdownx.arithmatex, the unpkg MathJax script, and the Math showcase page).

### Features

* **theme:** rework theme onto cascade layers with vendored framework and fonts ([#51](https://github.com/intility/bifrost-mkdocs/issues/51)) ([dee710c](https://github.com/intility/bifrost-mkdocs/commit/dee710cc36d7764bbe89f9712cedabeea0f11384))


### Documentation

* update readme and quick start guide ([#54](https://github.com/intility/bifrost-mkdocs/issues/54)) ([9fe660c](https://github.com/intility/bifrost-mkdocs/commit/9fe660cbec17a22d0276b7a757e90ecd8142ca2f))

## [0.7.2](https://github.com/intility/bifrost-mkdocs/compare/v0.7.1...v0.7.2) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ site_url: https://intility.github.io/bifrost-mkdocs
copyright: Copyright © 2026 Intility

extra:
version: 0.7.2 # x-release-please-version
version: 0.8.0 # x-release-please-version
social:
- icon: fontawesome/brands/github
link: https://github.com/intility/bifrost-mkdocs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "intility-bifrost-mkdocs"
version = "0.7.2"
version = "0.8.0"
description = "Intility Bifrost theme plugin for MkDocs Material"
authors = [
{ name = "Erlend Ellefsen", email = "erlend.ellefsen@intility.no" },
Expand Down