Skip to content

Commit 44e9ed4

Browse files
Merge pull request #165 from elgentos/gitlab-main
Sync gitlab-main to main
2 parents 31757fa + c768b60 commit 44e9ed4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
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).
55

6+
## [2.1.0-alpha] - 2025-07-08
7+
8+
### Added
9+
- Added and configured path aliases in `tsconfig.json` and Playwright setup to support unified imports from both `tests` and `base-tests` directories.
10+
- Introduced centralized index files for configuration and utilities to enable simplified imports.
11+
12+
### Changed
13+
- Improved TypeScript path alias usage across the project for cleaner and more maintainable imports.
14+
- Replaced relative path traversals with specific path aliases (`@utils`, `@poms`, `@config`) to enhance developer experience and reduce errors.
15+
- Updated all affected files to conform with the new import structure.
16+
- Enhanced override mechanisms for better modularity and clarity in the codebase.
17+
- Updated `setup.spec` to ensure compatibility and structure.
18+
19+
### Fixed
20+
- Resolved compatibility issues with IDE tooling and runtime environments to prevent import-related problems.
21+
22+
### Impact
23+
- Cleaner import statements throughout the codebase.
24+
- Improved code maintainability and easier onboarding for new developers.
25+
- Reduced likelihood of import path errors during development and CI runs.
26+
627
## [2.0.1-alpha] - 2025-07-02
728

829
### Fixes

0 commit comments

Comments
 (0)