Releases: NoDivide/astrum
Releases · NoDivide/astrum
1.9.6
1.9.5
1.9.4
2.0.0-rc.5
Improvements
- Added additional sandboxing function to account for styles applied to html and body.
Bugs
- Fixed bug where copyright info was rendering null.
- Fixed issue with component.html returning an object instead of a string.
2.0.0-rc.2
Improvements
- Added an
assets
folder to Astrum as a place to store highlight.js stylesheets and further enable offline support.
Bug Fixes
- Fixed a bug where an error would be thrown if no project stylesheet were defined in
data.json
.
2.0.0-rc.0
Improvements
- Upgraded Astrum to Vue.js 2.1.8.
- Astrum dependencies are now bundled using webpack in a single file (main.min.js).
- Astrum now uses a form of scoped CSS to sandbox project styles to the sample container to prevent style collisions. (#33, #71, #79)
New Features
Bug Fixes
- Fixed a styling bug that sometimes causes project logos to overflow the sidebar.
- Corrected styling for scrollbars that were appearing when not needed. (#69)
1.9.3
1.8.1
1.8.0
Improvements
- Added syntax highlighting support to pages and component descriptions. Astrum uses highlight.js for syntax highlight so it auto-detects the code being used or you can specify the language in your markdown.
1.7.0
Improvements
-
Added the facility to customise sidebar titles through
data.json
.themes
now has atitles
key:"titles": { "library_title": "Pattern Library", "pages_title": "Overview", "components_title": "Components" }
Pre-1.7.0 instances of Astrum will have the title objects added to their
data.json
file automatically to maintain backward compatibility.