Track and review changes to the theme source files and documentation to help you migrate from v0.* to v1.
If you’re not sure how to upgrade, see the Upgradation guide.
v1.0#
The older UI design are freezen on
v0branch that only accepts bug fixes. You can keep using the older UI design with that branch.
Dependencies#
- Bumped Bootstrap from 
v5.1tov5.2. 
UI#
- Removed the setting panel from top app bar.
 - Added the social links on top app bar.
 - Placed Docs navigation toggle on top app bar on small screen.
 
Layouts#
- Removed 
layouts/_default/archive.html, please replace thelayout = archivewithlayout = archivesin front matter. - Renamed 
layouts/partials/docs/catalog.htmltolayouts/partials/docs/nav.html. 
SCSS#
- Deprecated 
$variable-prefix, please use$prefixinstead. - Use Bootstrap built-in CSS variables instead of theme-defined CSS variables.
 
Docs#
- BREAKING CHANGE
use the 
navWeightinstead ofweightfor sorting pages on docs nav. 
Shortcodes#
Alert Shortcode#
- BREAKING CHANGE
change 
alertsyntax, see also Alert Shortcode Syntax. 
Comments