Skip to content

Releases: plone/volto

18.0.0-alpha.29

26 Apr 09:14
e7d6f1c
Compare
Choose a tag to compare
18.0.0-alpha.29 Pre-release
Pre-release

18.0.0-alpha.29 (2024-04-26)

Feature

  • Add Vite (client only, no SSR) build. Update Next.js 14.2.2 and Remix to 2.8.0 @sneridagh #5970

Bugfix

  • Add possibility to pass down locale, messages and defaultLocale properties inside the customStore object to IntlProvider. With this change we can control react-intl language provider from inside storybook and switch for example from english to german with storybook args. #5976
  • Fix no router link in logo @sneridagh #5981

@plone/types 1.0.0-alpha.11

26 Apr 09:12
45261d7
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.11 (2024-04-26)

Bugfix

Internal

  • Saner defaults for building deps, switch default to cached, add build:force command @sneridagh #5980

17.15.6

24 Apr 14:03
0bb516e
Compare
Choose a tag to compare

17.15.6 (2024-04-24)

Bugfix

  • Show validation error message as string instead of list. @wesleybl #1868
  • Fixed rendering if ConditionalLink has no children @pnicolli #5963

Documentation

  • Block search engines from indexing content on Netlify preview builds. @stevepiercy #5915

18.0.0-alpha.28

23 Apr 08:32
7385519
Compare
Choose a tag to compare
18.0.0-alpha.28 Pre-release
Pre-release

18.0.0-alpha.28 (2024-04-23)

Bugfix

  • Fix broken user portrait in personal tools menu. @davisagli #2927
  • Fix pt_BR translation of invalid email message. @wesleybl #5953
  • Fixed rendering if ConditionalLink has no children @pnicolli #5963
  • Fix flaky test 'As editor I can add links' by using getSlateEditorAndType. @ksuess #5965

Internal

  • Reduced JavaScript bundle size of the production build. Code split several internal modules: Controlpanels, Form, Widgets among other small ones. @pnicolli @deodorhunter #5295
  • Improvements to the monorepo setup with utilities, especially ESLint. Build cached option to speedup operations. @sneridagh #5969

Documentation

  • Put nvm installation section into a separate include file. @animus888 #5968

@plone/registry 1.5.6

23 Apr 08:30
ef9caad
Compare
Choose a tag to compare

1.5.6 (2024-04-23)

Bugfix

Internal

  • Improvements to the monorepo setup with utilities, especially ESLint. Build cached option to speedup operations. @sneridagh #5969

@plone/slate 18.0.0-alpha.12

23 Apr 08:31
b936350
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.12 (2024-04-23)

Bugfix

  • In the Slate text block, the markup shortcuts for bold, italic and strikethrough work again. @kHAPPY2004 #5605

Internal

  • Update imports to work with the new code split components in Volto. @pnicolli #5295

18.0.0-alpha.27

05 Apr 10:41
8aa167a
Compare
Choose a tag to compare
18.0.0-alpha.27 Pre-release
Pre-release

18.0.0-alpha.27 (2024-04-05)

Bugfix

  • Enhanced navigation reducer in Volto to keep items extra-data sent from the navigation endpoint @Hrittik20 #5772
  • Improve ColorPickerWidget typings @sneridagh #5948

@plone/types 1.0.0-alpha.10

05 Apr 10:39
139eb64
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.10 (2024-04-05)

Bugfix

  • Split widgets type definitions into their own interfaces so they are extendable @sneridagh #5948

18.0.0-alpha.26

03 Apr 11:10
f406464
Compare
Choose a tag to compare
18.0.0-alpha.26 Pre-release
Pre-release

18.0.0-alpha.26 (2024-04-03)

Breaking

  • Use id instead of title for the fieldset's generated value when rendering a Field component in a form. @sneridagh #5921

Feature

  • Add parameters to ContentsUploadModal to be reusable in different scenarios. @erral #5881
  • Print error message from request in toast, if clipboardRequest return an error. @cekk #5932

Bugfix

  • Fix edge case in search options mangling when the options are false-ish sneridagh #5869
  • Does not show borders in addon block inputs. @wesleybl #5894
  • Fix error is null in FormFieldWrapper.jsx. @mauritsvanrees #5919
  • Updated Italian locales file volto.po with translation for "yes" from "si" to "sì". @yurj #5924
  • Fix self-registration form. @davisagli #5935

Internal

  • Changed relative path to absolute in DefaultView.jsx for the RenderBlocks component to make it easier to customize. @agan-k #5917
  • Fix cypress test "As editor, I can unlock a locked page". @wesleybl #5933
  • Fix cypress test "Navigate to different pages on two different listings". @ichim-david #5934
  • Add a new label needs: triage to new bug reports. @stevepiercy #5940

Documentation

  • Add missing step in Storybook 6 to 8 migration. @sneridagh #5913
  • Fix redirect of https://sustainability.eionet.europa.eu to https://www.eea.europa.eu/en/topics/at-a-glance/sustainability/. @stevepiercy #5941
  • Cleanup obsolete EEA projects from README and update info about EEA main website. @avoinea #5943

@plone/registry 1.5.5

03 Apr 11:00
732d633
Compare
Choose a tag to compare

1.5.5 (2024-04-03)

Bugfix

Internal