Broadleaf Microservices
  • v1.0.0-latest-prod

Unified Admin Release Notes for 1.10.9

Important Updates

  • Now supports Node 18. Node 14 has reached end-of-life and we recommend upgrading to Node 18 as soon as possible since Node 16 reaches end of life in September 2023.

    • Upgrading Node is not required to use this update.

  • If building your own images of Admin Starter, it is required to add a new dependency to your project on luxon, which was introduced to address timezone issues in date-pickers.

    • Run yarn add luxon.

Features & Enhancements

  • ReturnCard and ReturnCardBody components are now overridable.

  • Introduce a FormTab component able to conditionally render based on whether the admin user has access to the tab’s scope.

Bug Fixes

  • Fixed issue where Facet form shows as dirty even without changes & the lookup fields flicker.

    • Added new endpoints to fetch Field Reference objects for lookup population in FieldReferenceEndpoint.

    • Updated Facet metadata to use the new Field Reference endpoints to fetch the options for the Facet form Field lookup field.

  • Fixed issue where Active End Date fields in forms aren’t allowed to be empty even if they’re not required — added missing condition for checking empty or null values

  • Fixed issue where nested content items where not being promoted upon save.

    • Modified ContentView to pass and include the Formik $parentId in NestedContentView.

  • Fixed missing asterisk to denote required Content Model Fields of type 'REFERENCE' in the Content Model create form.

  • Fixed modal form showed by ActionListGridViewReadOnlyAction in case of entity is in catalog with referenced inheritance.

  • Fixed issue where filters applied to a grid where duplicated when navigating back to the page containing the grid.

  • Fixed issue where attempting to add filters to a grid with an incomplete configuration resulted in a visible error.

  • Avoid unnecessarily attempting to initialize the formik state for non-field components.

  • Fixed ContentFields not correctly rendering "Hint Text" underneath fields.