Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CHANGELOG.md 10.01 KiB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

1.8.0 - 2023-04-06

Added

  • Webmanifest (pwa.json) endpoint eaaf802

1.7.0 - 2023-02-10

Added

1.6.0 - 2022-12-16

Added

  • check for version-mismatches when ui-containers provide a version header 4d22e4a
  • OXUI-1092 - Add configurable salt to manually invalidate client caches cd358ee
  • ui-middleware will slowly warm it's caches after version updates 3e0419d

Changed

  • Update helm chart to autoscaling/v2 a2aed27

Removed

  • Code injection to load stylesheets for js files 50ceed1
    • Injection of code to load stylesheets is now required to be resolved during the build process of ui projects. The plugin vite-plugin-ox-css is available.

Fixed

  • OXUIB-2001 - Service doesn't recover from missing Redis service 73d3ec2
  • Cannot run ui-middleware without redis 3585eed

1.5.1 - 2022-11-18

Fixed