You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@
3
3
All notable changes to this project will be documented in this file.
4
4
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).
5
5
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.
0 commit comments