|
17 | 17 |
|
18 | 18 | <!-- towncrier release notes start -->
|
19 | 19 |
|
| 20 | +## 18.0.0-alpha.8 (2024-01-25) |
| 21 | + |
| 22 | +### Feature |
| 23 | + |
| 24 | +- Add image preview in object browser widget. @robgietema [#5658](https://github.com/plone/volto/issues/5658) |
| 25 | + |
| 26 | +### Bugfix |
| 27 | + |
| 28 | +- Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628) |
| 29 | +- Fix blocks chooser index and add a bit of breath to the left in the search input @sneridagh [#5647](https://github.com/plone/volto/issues/5647) |
| 30 | +- Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666) |
| 31 | +- Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681) |
| 32 | + |
| 33 | +### Documentation |
| 34 | + |
| 35 | +- Clarify how to create a Volto project with the frontend only when you have your own existing backend. @stevepiercy [#3723](https://github.com/plone/volto/issues/3723) |
| 36 | +- Enabled hyperlinking from narrative documentation to Storybook entries while developing, in Netlify preview builds, and when deployed to the main production Plone documentation. Documented usage and syntax in {ref}`link-to-storybook-entries-from-documentation`. @stevepiercy [#5599](https://github.com/plone/volto/issues/5599) |
| 37 | +- Update cross-reference to main documentation from `install-from-packages` to `create-project`. @stevepiercy [#5654](https://github.com/plone/volto/issues/5654) |
| 38 | +- Temporarily pin `sphinxcontrib-*help` dependencies so documentation can build. @stevepiercy [#5655](https://github.com/plone/volto/issues/5655) |
| 39 | +- Pin Vale to 2.30.0 to allow build of documentation until we can upgrade to v3.x. @stevepiercy [#5656](https://github.com/plone/volto/issues/5656) |
| 40 | +- Use correct Pygments lexer for SCSS. @stevepiercy [#5673](https://github.com/plone/volto/issues/5673) |
| 41 | +- Fixed a broken reference to create a project in documentation. @stevepiercy [#5692](https://github.com/plone/volto/issues/5692) |
| 42 | +- Align the project names in "Create a Volto project without a backend". @stevepiercy [#5694](https://github.com/plone/volto/issues/5694) |
| 43 | + |
| 44 | +## 18.0.0-alpha.7 (2024-01-17) |
| 45 | + |
| 46 | +### Feature |
| 47 | + |
| 48 | +- Enhanced `ColorPickerWidget` with additional color definitions, saving it as an object instead of a string. @sneridagh [#5585](https://github.com/plone/volto/issues/5585) |
| 49 | +- Allow to opt out of the nested prefixed name build in the custom CSS properties style name generator if an object is found in the style wrapper object. @sneridagh [#5586](https://github.com/plone/volto/issues/5586) |
| 50 | + |
| 51 | +### Bugfix |
| 52 | + |
| 53 | +- In the recurrence widget, set the vertical alignment of the `edit` button to `middle`. @Ravi-kumar9347 [#5359](https://github.com/plone/volto/issues/5359) |
| 54 | +- Improve generation of type declarations. Fixes some key types propagation. @sneridagh [#5624](https://github.com/plone/volto/issues/5624) |
| 55 | +- Unify start command, trigger `build:deps` command @sneridagh [#5633](https://github.com/plone/volto/issues/5633) |
| 56 | +- Merge the StyleWrapper styles with the draggable props from b-D&D. @sneridagh |
| 57 | + This fixes the D&D bug introduced in https://github.com/plone/volto/pull/5581 [#5652](https://github.com/plone/volto/issues/5652) |
| 58 | + |
| 59 | +### Internal |
| 60 | + |
| 61 | +- Add cypress tests for the "links-to-item" view of content items @jackahl [#5427](https://github.com/plone/volto/issues/5427) |
| 62 | +- Polish po file handling @erral [#5542](https://github.com/plone/volto/issues/5542) |
| 63 | +- Unify variables in `Makefile`s. @sneridagh [#5637](https://github.com/plone/volto/issues/5637) |
| 64 | + |
| 65 | +### Documentation |
| 66 | + |
| 67 | +- Clarified how CSS properties work. @stevepiercy [#5591](https://github.com/plone/volto/issues/5591) |
| 68 | + |
20 | 69 | ## 18.0.0-alpha.6 (2024-01-02)
|
21 | 70 |
|
22 | 71 | ### Feature
|
|
0 commit comments