Skip to content

Releases: razonyang/hugo-theme-bootstrap

v1.0.0-beta5.1

27 Mar 11:12
Compare
Choose a tag to compare

Fix build for Bootstrap v5.3.0-alpha2.

What's Changed

Full Changelog: v1.0.0-beta5...v1.0.0-beta5.1

v1.0.0-beta5

25 Feb 03:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta4...v1.0.0-beta5

v1.0.0-beta4

29 Jan 12:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta3...v1.0.0-beta4

v1.0.0-beta3

29 Jan 07:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

v1.0.0-beta2

20 Jan 09:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta1...v1.0.0-beta2

v1.0.0-beta1

25 Dec 02:15
Compare
Choose a tag to compare

Upgrade NOTE

You'll need to execute the hugo mod npm pack and npm update commands to update the dependencies after upgrading the theme.

The below steps for Hugo Module installation method, See https://hbs.razonyang.com/v1/en/docs/getting-started/upgradation/ if you're using Git Module.

$ hugo mod get github.com/razonyang/hugo-theme-bootstrap 
hugo: downloading modules …
hugo: collected modules in 8021 ms
go: downloading github.com/razonyang/hugo-theme-bootstrap v1.0.0-beta1
go: upgraded github.com/razonyang/hugo-theme-bootstrap v1.0.0-alpha.15.0.20221205042156-ad3b22d99f95 => v1.0.0-beta1

$ hugo mod npm pack

$ cat package.json | grep '"bootstrap"'
"bootstrap": "^5.3.0-alpha1",

$ npm update

$ git add go.mod go.sum package.json package-lock.json

$ git commit -m 'Bump theme to v1.0.0-beta1'
  • You can also specify the version at the end of the repo if the command not working: hugo mod get github.com/razonyang/hugo-theme-bootstrap@v1.0.0-beta1.
  • cat package.json | grep '"bootstrap"' to check whether the Bootstrap version is correct, it should be ^5.3.0-alpha1.

What's Changed

Full Changelog: v1.0.0-alpha.15...v1.0.0-beta1

v1.0.0-alpha.15

15 Nov 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15

v1.0.0-alpha.14

06 Nov 07:38
Compare
Choose a tag to compare

What's Changed

  • feat: add support for mermaid code blocks by @deining in #754
  • Fix Mermaid icons by @razonyang in #755
  • Correcting broken links, fixing typos by @deining in #757
  • Chore: netlify deployment: update to latest npm, go and hugo versions by @deining in #758
  • fix: use with instead of isset to avoid the warning message by @razonyang in #761
  • fix: use NetworkFirst strategy in order to avoid loading nonexistent assets by @razonyang in #762

Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14

v1.0.0-alpha.13

30 Oct 02:56
0b7ce25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13

v1.0.0-alpha.12

22 Sep 00:44
1ce3d63
Compare
Choose a tag to compare

Upgrade

Introduces new dependencies, you'll need to install via hugo mod npm pack and npm update after upgrading the theme.

What's Changed

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12