Skip to content

Commit

Permalink
NEW: bump 1.0.0-alpha12 & prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Feb 9, 2024
1 parent 05b8e2a commit 52cd6b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Changelog

## NEXT

- should we unmark ShouldNot as deprecated?
- do we need SeleneDriver anymore? (if we go the direction of SeleneBrowser)

## 1.0.0-alpha1x (to be released on 2021.05.??)

- deprecate the majority of `Selene.*` (except S, SS) when providing alternative API via `Browser.*`

## 1.0.0-alpha12 (released on 2024.02.09)

- upgraded Selenium.WebDriver to 4.* (i.e. to 4.17.0 as of 2024.02.09)
- WDM is not used anymore in NSelene examples and removed from README
since Selenium Manager is in charge of managing drivers now
- added Configuration.BaseUrl, thanks to [@davespoon](https://github.com/davespoon)
- added Have.AttributeWithValue* conditions, thanks to [@davespoon](https://github.com/davespoon)

## 1.0.0-alpha11 (released on 2023.05.16)

- upgraded Selenium.WebDriver from from 4.2.0 to 4.5.1
Expand Down
11 changes: 6 additions & 5 deletions NSelene/NSelene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>NSelene</PackageId>
<Version>1.0.0-alpha11</Version>
<Version>1.0.0-alpha12</Version>
<Authors>yashaka</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2015-2021 Iakiv Kramarenko</Copyright>
Expand All @@ -23,10 +23,11 @@
</PackageDescription>

<PackageReleaseNotes>
- improved error messages for cases of inner element search
- like error on S(".parent").Find(".child").Click() when .parent is absent or not visible
- FIXED experimental Configuration._HookWaitAction application to Should methods on SeleneElement and SeleneCollection
(was not working, just being skipped)
- upgraded Selenium.WebDriver to 4.* (i.e. to 4.17.0 as of 2024.02.09)
- WDM is not used anymore in NSelene examples and removed from README
since Selenium Manager is in charge of managing drivers now
- added Configuration.BaseUrl, thanks to [@davespoon](https://github.com/davespoon)
- added Have.AttributeWithValue* conditions, thanks to [@davespoon](https://github.com/davespoon)
</PackageReleaseNotes>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 52cd6b6

Please sign in to comment.