@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 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
  [![NPM](https://img.shields.io/npm/v/@plone/volto.svg)](https://www.npmjs.com/package/@plone/volto)
6
6
  [![Build Status Core](https://github.com/plone/volto/actions/workflows/core.yml/badge.svg)](https://github.com/plone/volto/actions)
7
7
  [![Build Status Docs](https://github.com/plone/volto/actions/workflows/docs.yml/badge.svg)](https://github.com/plone/volto/actions)
8
- [![Dependencies](https://img.shields.io/david/plone/volto.svg)](https://github.com/plone/volto/blob/master/package.json)
9
- [![Dev Dependencies](https://img.shields.io/david/dev/plone/volto.svg)](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 17 years of experience.
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://volto.kitconcept.com](https://volto.kitconcept.com)
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 (beta) documentation in [http://docs.voltocms.com](http://docs.voltocms.com)
146
+ You can find the documentation in [https://docs.voltocms.com](https://docs.voltocms.com)
149
147
 
150
148
  ## Training
151
149
 
152
- A detailed training on how to create your own website using Volto is available
153
- as part of the Plone training docs at [https://training.plone.org/5/volto/index.html](https://training.plone.org/5/volto/index.html).
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