Skip to content

Commit

Permalink
release(major): 2.0.0
Browse files Browse the repository at this point in the history
>> Feature

- Complete re-write of functionality (see upgrading docs for details)
- Added dynamic host switching - swaps the base domain depending on environment
- Refined dynamic test - added `.mobile` and `.desktop` prefixes to target
- Moved away from projects per folder and only have device projects and custom hosts
- Refined `typo3` function
- Removed `testbed`
  • Loading branch information
mikestreety committed Feb 21, 2025
1 parent fd1571e commit 8e626eb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ESM and CommonJS compatible; this framework offers dynamic URLs/Hosts, dynamic t

Legacy installations can find the relevant documentation on the tags:

- [main](https://github.com/liquidlight/playwright-framework/tree/main) for ESM & CommonJS
- [1.1.0](https://github.com/liquidlight/playwright-framework/tree/1.1.0) for ESM
- [0.4.0-beta.1](https://github.com/liquidlight/playwright-framework/tree/0.4.0-beta.1) for CommonJS
- [2.x](https://github.com/liquidlight/playwright-framework/tree/main) for ESM & CommonJS
- [1.x](https://github.com/liquidlight/playwright-framework/tree/1.1.0) for ESM
- [0.x](https://github.com/liquidlight/playwright-framework/tree/0.4.0-beta.1) for CommonJS
6 changes: 0 additions & 6 deletions UPCOMING.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
# Minor

#### Feature

- Create `defineFrameworkConfig` function to create a raw base config
- Abstract out base configuration options
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ nav_order: 99

# Changelog

## 2.0.0

**21st February 2024**

#### Feature

- Complete re-write of functionality (see [upgrading docs](./upgrading.md) for details)
- Added dynamic host switching - swaps the base domain depending on environment
- Refined dynamic test - added `.mobile` and `.desktop` prefixes to target
- Moved away from projects per folder and only have device projects
- Refined `typo3` function
- Removed `testbed`

## 1.1.0

**3rd October 2024**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liquidlight/playwright-framework",
"version": "1.1.0",
"version": "2.0.0",
"description": "Liquid Light Playwright Framework",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 8e626eb

Please sign in to comment.