@plone/volto 14.0.0-alpha.40 → 14.0.0-alpha.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/README.md +16 -7
- package/locales/ca/LC_MESSAGES/volto.po +3548 -0
- package/locales/ca.json +1 -0
- package/locales/it/LC_MESSAGES/volto.po +1 -1
- package/locales/it.json +1 -1
- package/package.json +1 -1
- package/src/components/manage/Blocks/Listing/withQuerystringResults.jsx +2 -4
- package/src/helpers/ScrollToTop/ScrollToTop.jsx +1 -5
- package/theme/themes/pastanaga/extras/main.less +50 -0
- package/theme/themes/pastanaga/extras/main.variables +5 -0
- package/webpack-less-plugin.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.0.0-alpha.41 (2021-12-13)
|
|
4
|
+
|
|
5
|
+
### Feature
|
|
6
|
+
|
|
7
|
+
- Add catalan translation @bloodbare @sneridagh
|
|
8
|
+
- Added `.storybook` setup in the Volto `app` generator. Volto projects
|
|
9
|
+
generated from this scafolding are now ready to run Storybook for the project
|
|
10
|
+
and develop addons (in `src/addons` folder).
|
|
11
|
+
- Add new listing block option "fullobjects" per variation @ksuess
|
|
12
|
+
- Style checkboxes @nileshgulia1
|
|
13
|
+
- Allow loading .less files also from a Volto project's `src` folder. @tiberiuichim
|
|
14
|
+
|
|
15
|
+
### Bugfix
|
|
16
|
+
|
|
17
|
+
- Udate demo address @ksuess
|
|
18
|
+
- Update list of trainings documentation @ksuess
|
|
19
|
+
- Scroll to window top only when the location pathname changes, no longer take the window location search parameters into account. The search page and the listing block already use custom logic for their "scroll into view" behaviors. @tiberiuichim
|
|
20
|
+
|
|
21
|
+
### Internal
|
|
22
|
+
|
|
23
|
+
- Update to plone.restapi 8.16.2 (revert missing_value PR) @sneridagh
|
|
24
|
+
- Update all requirements and the reasoning behind them in builds @sneridagh
|
|
25
|
+
- Update Plone version in api backend to 5.2.6. Update README and cleanup @fredvd
|
|
26
|
+
- Document CI changelog verifier failure details that mislead contributors
|
|
27
|
+
- Updated italian translation @pnicolli
|
|
28
|
+
|
|
3
29
|
## 14.0.0-alpha.40 (2021-12-01)
|
|
4
30
|
|
|
5
31
|
### Bugfix
|
package/README.md
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@plone/volto)
|
|
6
6
|
[](https://github.com/plone/volto/actions)
|
|
7
7
|
[](https://github.com/plone/volto/actions)
|
|
8
|
-
[](https://github.com/plone/volto/blob/master/package.json)
|
|
9
|
-
[](https://github.com/plone/volto/blob/master/package.json)
|
|
10
8
|
|
|
11
9
|
## Introduction
|
|
12
10
|
|
|
@@ -14,7 +12,7 @@
|
|
|
14
12
|
management systems, currently supporting three backend implementations: Plone,
|
|
15
13
|
Guillotina and a NodeJS reference implementation.
|
|
16
14
|
|
|
17
|
-
[Plone](https://plone.org) is a CMS built on Python with over
|
|
15
|
+
[Plone](https://plone.org) is a CMS built on Python with over 20 years of history and experience.
|
|
18
16
|
|
|
19
17
|
Plone has very interesting features that appeal to developers and users alike,
|
|
20
18
|
such as customizable content types, hierarchical URL object traversing and a
|
|
@@ -36,7 +34,7 @@ through it.
|
|
|
36
34
|
|
|
37
35
|
## Demo
|
|
38
36
|
|
|
39
|
-
You can try a Volto online demo in [https://
|
|
37
|
+
You can try a Volto online demo in [https://6.demo.plone.org/](https://6.demo.plone.org/)
|
|
40
38
|
|
|
41
39
|
### Try the demo locally
|
|
42
40
|
|
|
@@ -145,12 +143,23 @@ Please create a new [issue](https://github.com/plone/volto/issues/new) or [pull
|
|
|
145
143
|
|
|
146
144
|
## Documentation
|
|
147
145
|
|
|
148
|
-
You can find the
|
|
146
|
+
You can find the documentation in [https://docs.voltocms.com](https://docs.voltocms.com)
|
|
149
147
|
|
|
150
148
|
## Training
|
|
151
149
|
|
|
152
|
-
|
|
153
|
-
|
|
150
|
+
On the [Plone Trainings Website](https://training.plone.org) you'll find
|
|
151
|
+
Volto-dedicated open training materials, plus React and other
|
|
152
|
+
JavaScript-centered trainings.
|
|
153
|
+
|
|
154
|
+
- [Mastering Plone 6 Development](https://training.plone.org/5/mastering-plone/)
|
|
155
|
+
The comprehensive training on Plone 6 with best practice tips for developers and integrators.
|
|
156
|
+
- [Volto](https://training.plone.org/5/volto/index.html)
|
|
157
|
+
A detailed training on how to create your own website using Volto frontend.
|
|
158
|
+
- [Volto Hands-On](https://training.plone.org/5/voltohandson/index.html)
|
|
159
|
+
- [Volto Add-ons Development](https://training.plone.org/5/voltoaddons/index.html)
|
|
160
|
+
- [Plone Deployment](https://training.plone.org/5/plone-deployment/index.html)
|
|
161
|
+
- [React](https://training.plone.org/5/react/index.html)
|
|
162
|
+
- [JavaScript For Plone Developers](https://training.plone.org/5/javascript/index.html)
|
|
154
163
|
|
|
155
164
|
## Talks
|
|
156
165
|
|