Skip to content
Snippets Groups Projects
CHANGELOG.md 1.5 KiB
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).

Lukas Werner's avatar
Lukas Werner committed
## [6.0.0] - Unreleased

### Removed

- Temporary sales implementations

## [5.0.3] - 2024-08-29

### Fixed

- Removed duplicate translations

## [5.0.1]

### Fixed

- Removed duplicate translations

## [5.0.0] - 2024-08-12
Lukas Werner's avatar
Lukas Werner committed

Lukas Werner's avatar
Lukas Werner committed
### Changed

- Dependency of sharedalias to 2.0.0
- Usersettings_entity: userCurrency processes using new currency fields
Lukas Werner's avatar
Lukas Werner committed

## [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

Lukas Werner's avatar
Lukas Werner committed
- Updated peer dependency of sharedalias to major 0.3.0
- Updated Language files
- Moved topic tree implementations to module topic-tree
Sebastian Pongratz's avatar
Sebastian Pongratz committed
- 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.