Skip to content

18.0.0

Compare
Choose a tag to compare
@sneridagh sneridagh released this 31 Oct 17:53
· 101 commits to main since this release
6da3c09

18.0.0 (2024-10-31)

(Summary)

Breaking

  • Dropped support for Node.js 18, since Volto only supports the last two LTS versions. @sneridagh
    Volto might continue to work on it, but it will be no longer tested in CI. #6371
  • Added react/jsx-key rule for ESlint to detect missing key property in iterators. @sneridagh #6387
  • Move Tags component to the slot belowContent. @wesleybl #6269
  • Add foundations for extensible validation in forms. @sneridagh
    • packages/volto/src/helpers/FormValidation/FormValidation.jsx has been heavily refactored.
    • If you shadowed this component in your project or add-on, you should review it and update it accordingly. #6161
  • Remove react-share library and SocialSharing component @sneridagh #6162
  • In the widget mapping, moved the SchemaWidget registration from the id object to the widget object, and added the widget key to the schema object in the properties object for makeSchemaList. @sneridagh #6189
  • Fixed image widget position and look and feel in sidebar. @ichim-david
    • Updated the markup of the widget in the sidebar to render the widget on a single column bellow the label.
    • AddLink Pop-up of the widget is now rendered inside toolbar-inner instead of the document body, this fixes the positioning of the toolbar when scrolling. #6159
  • Added ImageWidget component with upload, drop, external, and inline capabilities. @sneridagh @ichim-david @dobri1408
    • The user experience of the image upload has changed.
    • The input field is now a row of buttons.
    • The input field's placeholder text was moved above the buttons.
    • Together these changes improve usability both on small screens and in small containers, such as when the widget is in grid block elements.
    • If you shadow the image block edit component, make sure it continues to work as you expect, or update it to use the new image upload widget component. #5607
  • Improve container detection, config.settings.containerBlockTypes is no longer needed @sneridagh #6099
  • Fix JavaScript events association on error pages. Also remove settings config.settings.serverConfig.extractScripts.errorPages. Now scripts are added to error pages, regardless of whether we are in production mode or not. @wesleybl #6048
  • Breaking from the original slots implementation:
    • Now config.getSlots in the configuration registry takes the argument location instead of pathname.
    • This allows to have more expressive conditions, and fulfill the use case of the Add form.
      @sneridagh #6063
  • Use id instead of title for the fieldset's generated value when rendering a Field component in a form. @sneridagh #5921
  • Moved devDependencies and dependencies to where they belong. @sneridagh #5879
  • Remove legacy text, table and hero blocks based in draftJS @sneridagh #5846
  • Upgrade Volto core to use React 18.2.0 @sneridagh #3221
  • Improved accessibility of logo component. @Molochem #5776
  • Remove the isDisabled from all fields in the left side form of the babel view, make them read only instead @sneridagh #5762
  • Experimental feature flag for new add block button enabled by default. @sneridagh #4947
  • Moved add-on registry to its own package. @sneridagh #4949
  • Sidebar formtabs item links are now real buttons with ui button class for proper keyboard and screen reader support @ichim-david #5294

Feature

  • Update Romanian translation. @avoinea #6454
  • Update Brazilian Portuguese translation [@ericof]
  • Enhance the buildStyleObjectFromData helper. @sneridagh #6445
  • URL Management control panel: add a filter for redirects created after a given date.
    Note: This requires Products.CMFPlone 6.0.14 and plone.restapi 9.8.0 or later.
    @davisagli #6414
  • URL Management control panel: Move the form for adding a new redirect into a modal. @davisagli #6421
  • URL Management control panel: Add feature to bulk upload redirects in a CSV file.
    Note: This requires plone.restapi 9.8.0 or later.
    @davisagli #6421
  • Introducing "client transforms for Redux reducers". @sneridagh #6422
  • URL Management control panel: Add a way to edit existing aliases. @davisagli #6425
  • Added config.settings.nonContentRoutesPublic to avoid isCmsUi issues in these public routes. @giuliaghisini #6173
  • Add language independent field icon. @iRohitSingh #6297
  • Improve DiffField.jsx to render only the blocks on the page with better support for displaying HTML elements such as images. @dobri1408 #6309
  • Updated Italian Italian translations. @gianniftp #6342
  • Update Brazilian Portuguese translations. @ericof
  • Refactor AlbumView from class to functional component. @Tishasoumya-02 #4077
  • Add setting unwantedControlPanelsFields and use it in the function filterControlPanelsSchema. @wesleybl #4819
  • Refactor the Register component from class-based to functional. @Tishasoumya-02 #4861
  • Refactor Toolbar/More component from class to functional component. @Tishasoumya-02 #4955
  • Refactor Blocks/LeadImage/Edit component from class to functional component. @Tishasoumya-02 #4959
  • Refactor Blocks/Video/Edit component from class to functional component. @Tishasoumya-02 #4960
  • Refactor ControlPanel/Users/Aliases component , replacing class component lifecycle methods with functional hooks. @Tishasoumya-02 #4985
  • Refactor Controlpanel databaseInformation from class component to functional component. @Tishasoumya-02 #4986
  • Refactor ControlPanels/Groups RenderGroups from class components to functional component. @Tishasoumya-02 #4993
  • Refactor AddonsControlpanel from class to functional components. @Tishasoumya #4995
  • Refactor Preference/Change Password from class to functional component. @Tishasoumya-02 #5044
  • Refactor Preference/PersonalPreferences from class to functional component. @Tishasoumya-02 #5045
  • Refactor Preference/PersonalInformation from Class to Functional component. @Tishasoumya-02 #5046
  • Refactor Contents/ContentsUploadModal & Storybook-@Tishasoumya-02 #5047
  • Storybook test for ContentBreadcrumbs component. @Tishasoumya #5048
  • Storybook Actions component test. @Tishasoumya-02 #5049
  • Refactor Display from class to functional component. @Tishasoumya-02 #5066
  • Refactor ReferenceWidget from class-based to functional component. @Tishasoumya #5093
  • Refactor the table of contents block component from a class component to a functional component. @Prince0906 #6167
  • Improved URL regex to allow non-public or intranet URLs, such as https://intranet/ or file://server/share. @mamico #6186
  • Refactor the DatetimeWidget component from a class component to a functional component. @Raman-Luhach #6213
  • The schema for the ContentsPropertiesModal can be enhanced using the contentPropertiesSchemaEnhancer setting.
    Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248
  • Pass the user, navRoot and contentType objects to the restricted function of the block settings. @wesleybl #6264
  • (feat): Add loading visual and succes message in controlpanel when deleting users and groups @dobri1408 #6127
  • Add option for live teasers @steffenri @pbauer @nileshgulia1 @tlotze #6023
  • Improve shadowing by including the support for js->jsx extensions in old shadows. This allow support for upcoming renaming of files that should be jsx and are js. @sneridagh #6113
  • Added blocks layout navigator @robgietema @sneridagh #5642
  • Add support for reading the add-ons tsconfig.json paths and add them to the build resolve aliases @sneridagh #6096
  • Added object browser icon view @robgietema #5279
  • Refactor TextWidget. @Tishasoumya-02 #6020
  • Refactor IdWidget -@Tishasoumya-02 #6027
  • The ContentTypeCondition now supports the Add form, and detects when you create a content type that is set in the condition. @sneridagh
    Added a new BodyClass helper while adding a new content type of the form is-adding-contenttype-mycontenttype. @sneridagh #6063
  • Add support for configurable public directory defined per add-on. @sneridagh #6072
  • Removes navigation settings that are not used by Volto. @wesleybl #5961
  • Add Hindi translation in Volto. @iFlameing #6015
  • 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
  • Add id attribute to discussions container and individual comments [@ericof] #5904
  • Improve the usage of RAZZLE_JEST_CONFIG. @sneridagh #5901
  • Match props passed to the BlockView if reused from the BlockEdit @sneridagh #5876
  • Added download link to filename in file widget @sabrina-bongiovanni #5880
  • Do not display options for Site Administrator to create, modify, or delete Manager users. @wesleybl #5244
  • Support for slots @sneridagh #5775
  • Add accordion to metadata form. @robgietema #5760
  • Added the ignore property to allow exceptions to rules that are applied to all routes. @dobri1408 #5621
  • Add global form state. @robgietema #5721
  • Allow editor to edit metadata during bulk upload. @iFlameing #5549
  • Added aria-live="polite" in Contents.jsx to improve accessibility for the Contents page. @Hrittik20 #5617
  • Support for passing whole data object of the initial blocks in local config. Refactor initial block type to its own helpers. @sneridagh #5718
  • Improve validation of IdWidget @tedw #3716
  • Add image preview in object browser widget. @robgietema #5658
  • Enhanced ColorPickerWidget with additional color definitions, saving it as an object instead of a string. @sneridagh #5585
  • 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
  • Added support for custom CSS properties in the StyleWrapper. @sneridagh #5581
  • Added conditional variations support. @sneridagh @robgietema #5424
  • Added navRoot and contentType to restricted key in blocks configuration. @sneridagh #5517
  • Add support for preview_image_link behavior in Volto Image component @sneridagh #5523
  • New monorepo @sneridagh #5409
  • Use special breadcrumb in control panel @tiberiuichim #5292
  • Plone type definitions in its own package @sneridagh #5397
  • Use container from component registry in sitemap component and also refactor the class
    to functional component. @iRohitSingh #5418
  • Improvements and completeness of the ContentMetadataTags component @ericof @sneridagh #5433
  • List plone.app.linkintegrity breaches with links to the pages in the delete confirmation modal. @jaroel #5234

Bugfix

  • Fix error "Exception: No query supplied" in the listing block, when there is no criteria selected. @tedw87 #3839
  • Fixed page changes not being announced to screen reader users. @JeffersonBledsoe #5288
  • Fix useSelector is returned a different result when called with the same parameters in IdWidget. @iFlameing #6449
  • Moved applyBlockDefaults one component up so the style is computed correctly. @sneridagh #6451
  • Fix site setup access check by using @actions endpoint to validate permissions. @Faakhir30 #6355
  • Fix redirect after login if the Login component is used on a route other than /login or /logout. @dobri1408 #6419
  • URL Management control panel: Improve layout for long paths. @davisagli #6421
  • URL Management control panel: add missing translations. @davisagli #6436
  • Revert "Fix block chooser search is not focusable when clicked on add button" #5867 @sneridagh
    It was causing a regression described in #6389 #6390
  • Added missing arg for buildStyleClassNamesExtenders @sneridagh #6381
  • Increase specificity of table header style selector to properly override colors for better contrast @jackahl #2487
  • Change Form input:focus text color to the textColor value for a11y.
    Add Cypress test for contact form inputs. @ThomasKindermann @tedw87 #2570
  • Add missing for attribute to checkbox label to improve accessibility. @Gomez #6249
  • Fixed build style classnames in edit mode. Also use buildStyleClassNamesExtenders. @giuliaghisini #6259
  • Fetch user before pass it to the restricted function of the block settings. @wesleybl #6293
  • Join validation errors in one single toast and update errors from response. @cekk
  • Toast content now has a
    wrapper instead of a

    . @cekk #6295

  • Fixed findBlocks when no blocks are passed. @giuliaghisini #6299
  • Fixed toolbar buttons not having a focus outline. @JeffersonBledsoe #6313
  • fix: SidebarPopup close on ESC keypress @nileshgulia1 #6315
  • Changed sidebar accordion text colour from @Teal to @textcolor. @JeffersonBledsoe #6330
  • Labels accessibility for ArrayWidget, SelectWidget, TokenWidget. @folix-01 #6332
  • Use lighter blue as link color in inverted tables to improve contrast for a11y @jackahl #6334
  • Fix search block showing no option select in sort on property @iRohitSingh #5055
  • Displays validation error messages on control panel forms. @wesleybl #5274
  • Fix initialValue block setting. @wesleybl #5971
  • When user changes location, set the userSession.token value based on cookie. This fixes the login status not being properly determined by the application. @tiberiu-ichim #6071
  • Fix Teaser block image override option to render external images and internal images pointing to image scales. @Tishasoumya-02 #6147
  • Add Cypress test for search block sort on property. @iRohitSingh #6226
  • Remove unused i18n message for SortOn component. @davisagli #6230
  • Return a 302 response for server-side rendering of the Link view for unauthenticated users. @davisagli #6235
  • Fix loading of .cjs in webpack. @davisagli #6237
  • fixed change of form.ui.hovered when editing blocks, because if you have a FormBlock component inside another one,
    onMouseOver fires for all stacked blocks and you cannot use the nested form. @giuliaghisini #6240
  • Changed imports from relative to absolute to avoid type errors in add-on tests. @wesleybl #6244
  • In the URL Management control panel, allow external URLs as targets. @davisagli #6247
  • Disable save button when loading POST query @sabrina-bongiovanni #6252
  • Fix TypeError: values[0] is undefined in Contents properties modal. @davisagli #6258
  • Fix error in SortOn component when no sort is selected. @davisagli #6273
  • Place actions storybook in correct path. @Tishasoumya-02 #6275
  • Remove Generate tabs for items other than folders field from navigation control panel. @wesleybl #6278
  • Fix error rendering empty grid blocks. @MAX-786 #6279
  • Fixed instant error on click on an item of the "Order" tab @sneridagh #6284
  • Fixed UTC problems in RecurrenceWidget. @giuliaghisini #5002
  • Do not send sorting information in the search block if no sort_on setting is configured @erral #5338
  • Fixed pagination in search results by passing pageSize explicitly to all search API calls. @EshaanAgg #5464
  • Fix the toolbar handler color for the homepage to match its "published" state. @sabrina-bongiovanni #6126
  • Allow ImageWidget value to be an object and use the @id to get the value if present.
    This is useful for fields that were using the object_browser widget previously to set values. @ichim-david #6156
  • Persist data for the backend-docker-start Docker container in a Docker volume named volto-backend-data.
    This way the data is persisted between runs of the container.
    You can also delete the data volume to start fresh.
    @ichim-david #6157
  • Improve CSS for the SchemaWidget widget. @robgietema @sneridagh #6189
  • Revisit login/logout process, better catching of edge cases @sneridagh #6155
  • Restored browse link in Slate AddLink Pop-up. @ichim-david
    Fixed recursive error when uploading an image using the Image widget. @sneridagh
    Fixed image display when using an external URL. @sneridagh
    Fixed the position of the Image widget toolbar when scrolling by changing the position of the toolbar to be within the widget area instead of the body. @ichim-david
    Improved display of AddLink Pop-up when using it inside the Image widget where we don't have a link picker. @ichim-david #6159
  • Fix aria-label of items that are folderish in ObjectBrowserNav component when performing item search. Previously it said Select item.title now Browse item.title. This brings it in line with the aria-label when not performing an item search. @sneridagh #6150
  • Cleanup Image widget and pass down onSelectItem prop if any @sneridagh #6132
  • Whitelist some dynamic imports to suppress vite warnings in storybook @tomschall #6133
  • fix reset teaser source button giving undefined error when no target is selected @nileshgulia1 #6121
  • Added three missing German translations. [@jensens] #6124
  • Ensure that sidebar field will not steal focus when metadata is edited @dobri1408 #5983
  • Fixed 'diff' path for nonContentRoutes. @giuliaghisini #6102
  • Prevent duplicated UUIDs in inner blocks when copying container blocks @sneridagh #6112
  • Support nested directories in public folder add-on sync folders both in dev and build mode @sneridagh #6098
  • export getFieldURL from Url.js in helpers @dobri1408 #6100
  • Fix internalUrl Widget to Reflect Prop Changes via onChangeBlock @dorbi1408 @ichim-david #6036
  • Add default 'l' and 'center' values to size and align fields of Image block.
    This fixes data not having any value adding proper options to the Image block. @ichim-david #6046
  • Fix public folder in dev mode, now it starts by default with the default Volto core defined public files @sneridagh #6081
  • Fix link in pop-up in RelationsMatrix.jsx. @stevepiercy #6085
  • Fix Uncaught RangeError: date value is not finite in DateTimeFormat.format. @mauritsvanrees #6087
  • relations control panel. Restrict eglible relation targets according relation constraints of fields vocabulary. @ksuess #6091
  • Better Icon component JSDoc typings @sneridagh #6095
  • Fix block chooser search is not focusable when clicked on add button @iRohitSingh #5866
  • Fixed skiplink links not tracking focus correctly @JeffersonBledsoe #5959
  • Remove left and right padding from Event > Edit recurrence > Repeat on buttons when repeating for weekly or yearly events for big fonts, preventing overflow. @sabrina-bongiovanni #6070
  • Return a redirect response from Volto server-side rendering if the API request was redirected. @JeffersonBledsoe @mamico #4834
  • Fixed separator edit class spilling outside of the block toolbar @JeffersonBledsoe #6010
  • Fix duplication of execution of the build dependencies script on start @sneridagh #6022
  • In the EditBlockWrapper, pass the showRestricted prop to the BlockChooserButton. @JeffersonBledsoe #6026
  • Replace relative Import Path with Alias Import in 'Form.jsx' @MAX-786 #6040
  • Allow X-Robots-Tag header in images/files middleware @sneridagh #6043
  • Replaced the spinner with a progress bar that shows the number of files being uploaded (Uploading x files out of y), and positioned the progress bar properly, while uploading a large number of files. @victorchrollo14 #5620
  • Disable jsx-a11y/label-has-associated-control so that we can use eslint-plugin-jsx-a11y version 6.8.0 if it's pulled by other dependencies. @ichim-david #5785
  • Fix some type definitions in JSDocs @sneridagh #6014
  • Use pnpm 9.1.1 @sneridagh
    Remove postinstall script for building dependencies @sneridagh #6017
  • Fix image disappears after pressing the Enter key on title field in image content-type. @iFlameing #5973
  • Defines the last 4 parameters of the asyncConnect function with optional. @wesleybl #5985
  • Fix server side sidebar rendering @sneridagh #5993
  • 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
  • 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
  • Enhanced navigation reducer in Volto to keep items extra-data sent from the navigation endpoint @Hrittik20 #5772
  • Improve ColorPickerWidget typings @sneridagh #5948
  • 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
  • Correctly sort facet values if they are numbers @erral #5864
  • Cross-package manager Volto path resolver in webpack-relative-resolver @sneridagh #5893
  • Add BBB code for removed WysiwygWidget @sneridagh #5874
  • (fix): make search block sort and facets work on edit @dobri1408 #5262
  • Upgrade @typescript-eslint version @sneridagh #5844
  • Fix the introduction of a mutable (referenced) object when assigning the default inner blocksConfig object for the grid block, pass by value instead. sneridagh #5850
  • Fix other occurrences of mutable (referenced) objects when assigning the default inner blocksConfig object for the grid block, pass by value instead. sneridagh #5859
  • Fix translation error message. @robgietema #5835
  • Pass down content, pathname and navRoot to the SlotComponent for convenience @sneridagh #5841
  • Fix setMetadataFocus so it does not break if the element to be focused is not an input @sneridagh #5843
  • Show validation error message as string instead of list. @wesleybl #1868
  • Removed css from contents.less that made the Contents table break words in tiny sections due to small table headers such as ID or UID. @ichim.david #5742
  • Fix Link to Item and Aliases view not updating content in multilingual site. @iFlameing #5820
  • Modified build-deps make command to check if registry files are newer than dist to force rebuild. @ichim-david #5825
  • Reset global Form state onSubmit and onCancel in Add and Edit forms @sneridagh #5827
  • Fix HMR problems, upgrade react-refresh and @pmmmwh/react-refresh-webpack-plugin to latest @sneridagh #5833
  • Fixed toolbar menus not closing when clicking again on the toolbar buttons that show menus. @ichim-david
    Add focus-visible rule to toolbar buttons so that it's visible to the user what button is focused when using tab navigation @ichim-david #5645
  • Enhance findBlocks to check for blocks also in data for add-ons such as @eeacms/volto-tabs-block. @ichim-david #5796
  • Fixed ArrayWidget sorting items. @giuliaghisini #5805
  • Fix sidebar form update. @robgietema #5779
  • Fixed listing SSR rendering by sending subrequestId instead of id only within getAsyncData, similar to calling getQueryStringResults directly. @ichim-david #5688
  • Enhanced Makefile paths to address whitespace compatibility issues. @Vivek-04022001 #5715
  • Fix console logging in acceptance server Makefile commands. @davisagli #5748
  • Add extra wait calls to listing block tests to avoid sporadic failures. @ichim-david #5753
  • Add @plone/components as external library.
    Make the Terser plugin accept ESNext features.
    Fix inline svg elements in LESS files. @sneridagh #5766
  • Fixed wrong conditional proprieties on ObjectBrowser for multiple selection. @deodorhunter @Wagner3UB #4190
  • Remove turbo from monorepo commands until it's really necessary @sneridagh #5715
  • Removed unmaintained and unused razzle-plugin-bundle-analyze in favor of webpack-bundle-analyzer. @ichim-david
    Updated extending Razzle from an add-on section to remove code that didn't belong to that recipe. @ichim-david #5671
  • Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema #5628
  • Fix blocks chooser index and add a bit of breath to the left in the search input @sneridagh #5647
  • Fix links-to-item should be a protected route. @iFlameing #5666
  • Removed git merge conflicts from french volto.po locale file. @ichim-david #5681
  • In the recurrence widget, set the vertical alignment of the edit button to middle. @Ravi-kumar9347 #5359
  • Improve generation of type declarations. Fixes some key types propagation. @sneridagh #5624
  • Unify start command, trigger build:deps command @sneridagh #5633
  • Merge the StyleWrapper styles with the draggable props from b-D&D. @sneridagh
    This fixes the D&D bug introduced in #5581 #5652
  • Use a textarea in the form for editing an existing comment. @Ravi-kumar9347 #5265
  • The hamburger icon to open the mobile/tablet navigation is now hidden if there are no navigation items. @Aarav238 #5353
  • Fix preview image component @steffenri #5379
  • Fix autopopulated value of facet when settings the value for another one. @iFlameing #5432
  • Fix sitemap for multilingual sites
    [erral] #5501
  • Replace createRef with useRef in SidebarPopup
    [razvanMiu] #5519
  • Fixed the project generator's ESLint configuration, added code quality checks to the CI to ensure a generated project can run these checks, and added documentation for how to reconfigure ESLint in projects. @sneridagh #5530
  • Fixed edge case error in Unauthorised page and Login route behavior @sneridagh #5536
  • changed typo of pnp to pnpm. @ujjwaleee26 #5537
  • Fix the right order of parameters in normalizeExternalData.js @dobri1408 #5347
  • Initialize data in form before the checks for the blocks and blocks_layout are done This fix an edge case when the data from the server content is empty, then the fields are populated, but the initialized data is snapshot after the check (and amendments) are done. @sneridagh #5445
  • Replaced toNumber with parseFloat to avoid an error when validating the plone.restapi version. @Shibbu264 #5448
  • Initialize only the development addons present in compilerOptions.paths filtered by the add-ons registered @sneridagh #5463
  • Refactoring the code for extraction of videoDetails from the video URL, adding code for extracting videoDetails from youtube video URLs with '/live/' in its URL which previously used to throw an error and adding jest tests for same. @IshaanDasgupta #5416
  • Revert "Improvements and completeness of the ContentMetadataTags component (#5433) @sneridagh #5449
  • Searchbox and clear button inside blocks-chooser with visible focus and fixed the clear button label - @Wagner3UB #5335
  • Fix image paths in development mode. @robgietema #5429
  • Bring back deprecated Yeoman install method used for running yarnInstall @ichim-david #5436
  • Fix empty link element left hanging when hit enter at end of link. @iFlameing @tiberiuichim #5291
  • Add build process to registry package and fixes @sneridagh #5364
  • Fixed import in Storybook configuration, related to the recent registry change. @sneridagh #5368
  • Improve importing from the new registry from Volto code itself @sneridagh #5373

Internal

Documentation

  • Added upgrade guide fix for HMR. @sneridagh #6446
  • Added deprecation notices to the upgrade guide for Volto 18. @sneridagh #6426
  • Replace yarn with pnpm wherever necessary. @sneridagh #6433
  • Rename page title from Frontend to Volto UI. @stevepiercy #6438
  • Add reference to Translate Volto in the main documentation. @stevepiercy #6386
  • Removed pin on Vale for documentation spelling, grammar, and style checks, and upgrade to v3.x configuration.
    Updated CI and Makefile to allow VALEOPTS=--no-exit. @stevepiercy #6376
  • Update references to cookiecutter-plone-starter in docs. @davisagli #6289
  • Fixed spelling of prerequisites. @stevepiercy #6362
  • Fix links to Vite website. @stevepiercy #6366
  • Fix redirect of link in documentation to testing Redux store blog post. @stevepiercy #6239
  • Fix redirect to Docker documentation. @stevepiercy #6262
  • Added upgrade guide notice about CookiePlone as the recommended way for generating projects and add-on boilerplate @sneridagh #6286
  • Changed a few typos within documentation, README's and comments. @FritzHoing #6109
  • Use relative links to ensure static files get copied during documentation build. @stevepiercy #6174
  • Clean up upgrade guide for react-share library and SocialSharing component. @stevepiercy #6175
  • Add references for contributing to latest and earlier versions of Volto. @stevepiercy #6184
  • Improved i18n docs regarding new translated messages not being picked up by the i18n translation mechanism when added in shadowed components. @pnicolli #6188
  • Add a label and minor grammar fixes to i18n documentation. @stevepiercy #6192
  • Polish upgrade docs and news items for SchemaWidget. @stevepiercy #6193
  • Fix link to renamed src/constants/Languages.cjs. @stevepiercy #6135
  • Use Plone Sphinx Theme. Migrate from Netlify to Read the Docs for pull request preview builds. @stevepiercy #6030
  • Build documentation and Storybook only when their files change. @stevepiercy #6037
  • Add sphinx-examples extension, update examples, align docs requirements with main documentation, and fix JSON example in upgrade guide. @stevepiercy #6011
  • Put nvm installation section into a separate include file. @animus888 #5968
  • 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
  • Update information about Quanta plans. [@jensens] #5903
  • Updated testing and code quality with information on how to contribute to Volto core. @ichim-david #5341
  • Volto 18.0.0-alpha.21 and volto-update-deps documentation @sneridagh #5892
  • Update volto-slate configuration documentation to indicate it is now part of Volto core. @MostafaMagdyy #5342
  • Modified slate.useLinkedHeadings documentation to mention feature is disabled for authenticated users after #5225 changes. @ichim-david #5885
  • Update link to cssnano documentation. @stevepiercy #5853
  • Update docs for the defaultBlockType setting. @davisagli #5854
  • The proper name is Semantic UI. @stevepiercy #5855
  • Add missing nextjs install step. @Gomez #5857
  • Add reference to Docker installation for some Linux distributions. @stevepiercy #5861
  • Fix broken link to TanStack Query. @stevepiercy #5871
  • Fix linkcheckbroken of README.md at the source of the file. @stevepiercy #5834
  • Improve wayfinding for various Volto audiences. @stevepiercy #5730
  • Linkcheck thinks README.md is http://README.md. Bad linkcheck, no more 🍺 for you. @stevepiercy #5816
  • Added Release Management Notes. @sneridagh @stevepiercy #5358
  • Delete redundant developing-a-project.md. @stevepiercy #5675
  • Removed Memori and TwinCreator websites from README.md no longer made using Volto and giving 404 error. @ichim-david #5802
  • Overhaul environment variables documentation. @stevepiercy #4581
  • Reorganize README.md, merging content into authoritative locations. Add awesome_bot to check links in all READMEs. @stevepiercy #5437
  • Replace outdated diff with a link to current file. @stevepiercy #5703
  • Document when the 'links and references' view was added. @davisagli #5756
  • Update links to Redux and React developer extensions for Chrome. @stevepiercy #5757
  • Chromewebstore recently changed its URL and has "too many redirects", so it needs to be excluded from linkcheck. @stevepiercy #5761
  • Add Git as a pre-requisite. @stevepiercy #5769
  • Block search engines from indexing content on Netlify preview builds. @stevepiercy #5725
  • Fixed redirect of https://tanstack.com/query/v4/docs/react/guides/ssr to https://tanstack.com/query/v4/docs/framework/react/guides/ssr. @stevepiercy #5700
  • Clarify how to create a Volto project with the frontend only when you have your own existing backend. @stevepiercy #3723
  • 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
  • Update cross-reference to main documentation from install-from-packages to create-project. @stevepiercy #5654
  • Temporarily pin sphinxcontrib-*help dependencies so documentation can build. @stevepiercy #5655
  • Pin Vale to 2.30.0 to allow build of documentation until we can upgrade to v3.x. @stevepiercy #5656
  • Use correct Pygments lexer for SCSS. @stevepiercy #5673
  • Fixed a broken reference to create a project in documentation. @stevepiercy #5692
  • Align the project names in "Create a Volto project without a backend". @stevepiercy #5694
  • Clarified how CSS properties work. @stevepiercy #5591
  • Removed outdated acceptance tests docs @sneridagh #5533
  • Add how-to-restrict-blocks to recipes/index.md, avoiding Sphinx warning. @stevepiercy #5546
  • Point developers to correct installation documentation, replaced yarn commands with pnpm, and correct some misspellings. We also now use includes to keep instructions consistent within Volto and in the main Plone 6 documentation. Finally the NVM_VERSION substitution now works. @ujjwaleee26 @stevepiercy #5556
  • Fix redirects. @stevepiercy #5563
  • Fix redirect for nvm.fish. @stevepiercy #5569
  • Less comment blocks must have * as the first character on the second and subsequent lines, else the Pygments lexer fails. @stevepiercy #5500
  • Revert #5500. See #5499 for actual cause of Pygments failure. @stevepiercy #5504
  • Clarified where to run Make commands for building documentation. @stevepiercy #5505
  • Changed installation of Vale from manual to automatic via make docs-vale. @stevepiercy #5508
  • Fixed broken links after monorepo merge. @stevepiercy #5459
  • Added volto-generator compatibility with Volto to documentation. @stevepiercy #5467
  • Updated the symlink from docs/source/news to point to packages/volto/news. @stevepiercy #5471
  • Remove outdated note from upgrade guide for 17 related to ipv6 preferred by Node 18 @sneridagh #5481
  • Remove mention of LTS in Volto #4905. @stevepiercy #4905
  • Added documentation to contributing. @stevepiercy #5377
  • Remove orphans and move branch, version, and support policies into better locations in documentation. @stevepiercy #5385
  • Updated Node.js version required for Volto. @Noobham #5389
  • Fixed reference link to configuration/settings. @stevepiercy #5410
  • JSX is now an official lexer in Pygments. @stevepiercy #5412
  • Improved the Makefil to check for the existence of a symlink from docs to news, and create one only if it exists, else do nothing. @stevepiercy #5375
  • Improved wording in branch policy. @stevepiercy #5376
  • Simplify linkcheck configuration with a regex. @stevepiercy #5378
  • Updated branch policy. @sneridagh #5363
  • Remove "legacy" term, now that we use "no longer supported". @stevepiercy #5370
  • Reduce the severity level of Microsoft.Contractions and Microsoft.Units from error to suggestion when running make docs-vale in preparation for requiring Vale passing without errors. @stevepiercy #5371
  • Improved wording in branching policy. @sneridagh #5372