Skip to content
Snippets Groups Projects
CHANGELOG.md 975 B
Newer Older
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.1]

### Changed

- Moved manager translations into the manager module

## [4.0.0] - 2024-06-25

### Removed

- `openTopicTreeFavorite` and it's usages
- `openTopicTreePreset` and it's usages

### Changed

- Moved `Settings_FieldExtensionPoint` to the Field-type (from actions)

### Added

- `Settings_ActionFieldExtensionPoint` as a drop in replacement for the old `Settings_FieldExtensionPoint`

Sebastian Pongratz's avatar
Sebastian Pongratz committed
## [3.0.0]

### Changed

- Update project version

- support to extend the UserSettings by extensions points (entity and view)
- service to store extended UserSettings to the user datamodel: `usersettingsNonMandatoryFieldName_service

## [2.1.0]

### Added

- Created CHANGELOG.md.