Skip to content

Commit f8957cb

Browse files
committed
upgrade notes
1 parent 2891196 commit f8957cb

File tree

1 file changed

+15
-0
lines changed
  • docs/templates/addon/theme_barceloneta

1 file changed

+15
-0
lines changed

docs/templates/addon/theme_barceloneta/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,18 @@ These packages are optional but recommended to have support for configuration an
3232

3333
Themes which are supporting these additional functionality are called ``Extended Themes``.
3434

35+
36+
Upgrade notes
37+
=============
38+
39+
Starting with version `6.3.x` we provide the latest `@plone/plonetheme-barceloneta-base==3.1.x` which
40+
depends on Bootstrap 5.3 and adds the new "color mode" feature.
41+
42+
If you have generated a `theme_barceloneta` with version 6.2.x (Bootstrap 5.2.x) you can
43+
easily update your theme to Bootstrap 5.3 with the following steps:
44+
45+
1. pin `"@plone/plonetheme-barceloneta-base": "~3.1.0"` in you `package.json`
46+
2. install cleanly with `rm -rf node_modules package-lock.json && npm install` in your theme folder
47+
3. Fix your theme imports by adding the following lines to your `theme/styles/theme.scss`:
48+
`adding Bootstrap 5.3 color mode imports <https://github.com/plone/bobtemplates.plone/pull/550/commits/e61c34439582eac2b52fab15327c849a69e6da05?diff=unified&w=1>`_
49+
4. compile your css with `npm run build`

0 commit comments

Comments
 (0)