Releases: ntno/mkdocs-terminal
Releases · ntno/mkdocs-terminal
3.0.0-alpha
What's Changed
API Changes
Updated
navigation.side.hidenow hides the entire side panel, not just the side navigation menu- renamed theme feature
toc.hidetonavigation.side.toc.hide
Added
- added page-specific hiding for
side_toc - added page-specific hiding for
top_nav - added theme feature
navigation.top.search_button.hide
Other Changes
- documentation on search plugin
- refactored directory structure for partials / macros for better unit testing
- unit tests for theme features
- unit tests for page-specific features
Full Changelog: 2.3.0...3.0.0-alpha
2.3.0
2.2.1
2.2.0
What's Changed
- Search plugin by @ntno in #69
- add built in search plugin support (modal based off mkdocs theme)
- add fontawesome icons
- manual testing of search plugin and search exclusion plugin (docs and automated tests to follow)
- fixed meta attribute in top nav
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.2
What's Changed
- jinja2 bug -- convert attr to string before applying string filters by @ntno in #61
- format rendered tile html by @ntno in #62
- pytest cleanup by @ntno in #63
- Breaking - Tile Grid interface update by @ntno in #60
- test setup for interface change
- update tile interface (tile_id instead of id, tile_css instead of class)
- update example to use new interface
- update tile docs
- add docs/example for overriding grid styling
- Breaking - Refactor Template Blocks by @ntno in #66
Full Changelog: 1.2.4...2.0.2
1.4.1
1.4.0
1.2.4
What's Changed
- Create SECURITY.md by @ntno in #55
- formatting github workflow templates by @ntno in #56
- Initial Test Suite by @ntno in #58
- basic tests on tile macro
- empty id error fix
- fixed invalid img attributes
- fix missing alt attribute
- add img_width and img_height to docs
- test that img width and height are set by the image macro
- refactor make
- only run pytest on mac/linux
- future test for breaking change
Full Changelog: 1.2.2...1.2.4