Browse Source

Updated changelog

pull/5489/head
David Requeno 2 months ago
parent
commit
f77e0f17e7
  1. 21
      CHANGELOG.md

21
CHANGELOG.md

@ -5,14 +5,30 @@ 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.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## 2.198.0 - 2025-09-11
### Changed ### Changed
- Migrated to Prisma Configuration File (`prisma.config.ts`) to prepare for Prisma 7 - Migrated to Prisma Configuration File `prisma.config.ts`
- Extended the variations of the interstitials for the subscription
- Renamed the job identifier column in the jobs queue view of the admin control panel
- Refactored the markets page to standalone
- Refactored the fear and greed index component to standalone
- Refactored the header component to standalone - Refactored the header component to standalone
- Refactored the investment chart component to standalone
- Refactored the rule component to standalone - Refactored the rule component to standalone
- Refactored the rules component to standalone - Refactored the rules component to standalone
- Refactored the subscription interstitial dialog component to standalone
- Removed the `IonIcon` import from the landing page
- Improved the language localization for German (`de`)
- Upgraded `angular` from version `20.1.3` to `20.2.4`
- Upgraded `eslint` dependencies
- Upgraded `Nx` from version `21.3.9` to `21.5.1`
- Upgraded `storybook` from version `9.0.17` to `9.1.5`
### Fixed
- Fixed the holdings table on the public page
## 2.197.0 - 2025-09-07 ## 2.197.0 - 2025-09-07
@ -20,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enabled automatic data gathering for custom currencies added via the currency management in the admin control panel - Enabled automatic data gathering for custom currencies added via the currency management in the admin control panel
- Added a _Storybook_ story for the world map chart component - Added a _Storybook_ story for the world map chart component
- Migrated to Prisma Configuration File (`prisma.config.ts`) to prepare for Prisma 7
### Changed ### Changed

Loading…
Cancel
Save