Skip to content

Releases: AngleSharp/AngleSharp

1.4.0

13 Nov 21:14

Choose a tag to compare

Released on Wednesday, November 12 2025.

  • Fixed handling of carriage return in text sources
  • Added support for of syntax in :nth-child functions within CSS selectors
  • Added selectedcontent to known elements (#1230)
  • Added :open, ::checkmark, ::picker-icon, and ::picker(ident) to selector syntax (#1230)
  • Added parsing for customizable <select> (#1230)
  • Added .NET 10 as an explicit target

Full Changelog: 1.3.1...v1.4.0

1.3.1

09 Nov 19:04

Choose a tag to compare

Released on Saturday, November 8 2025.

  • Removed Microsoft.SourceLink.GitHub by @SimonCropp in #1235
  • Added ISvgStyleElement and the associated implementation by @Rtwo-Dtwo in #1233
  • Added IReadOnlyList<T> interface to IHtmlCollection, IStringList, ITokenList, IHtmlFormControlsCollection (#1226, #1227) @weitzhandler

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

25 May 10:17

Choose a tag to compare

Released on Friday, April 18 2025.

Full Changelog: 1.2.0...1.3.0

1.2.0

31 Dec 16:29
8d12af1

Choose a tag to compare

Released on Tuesday, December 31 2024.

1.1.2

07 Mar 13:12
6aa79f6

Choose a tag to compare

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#1181)
  • Fixed handling of various inputs leading to timeouts (#1180)

1.1.1-beta.390

29 Feb 12:36

Choose a tag to compare

1.1.1-beta.390 Pre-release
Pre-release

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#1174)
  • Fixed handling of empty template element in SVG foreign mode (#1176)
  • Improved pre-release version to follow semver (#1171) @georg-jung
  • Improved NuGet package with link to repository (#1168) @thompson-tomo
  • Added PostAsMultipart helper for multipart/form-data to DocumentRequest (#1173)

1.1.1-beta.388

29 Feb 00:01

Choose a tag to compare

1.1.1-beta.388 Pre-release
Pre-release

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#1174)
  • Improved pre-release version to follow semver (#1171) @georg-jung
  • Improved NuGet package with link to repository (#1168) @thompson-tomo

1.1.1-beta.387

27 Feb 09:21

Choose a tag to compare

1.1.1-beta.387 Pre-release
Pre-release

Released on Tuesday, February 27 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Improved pre-release version to follow semver (#1171) @georg-jung
  • Improved NuGet package with link to repository (#1168) @thompson-tomo

1.1.0-beta.384

23 Feb 15:57
ce0ff53

Choose a tag to compare

1.1.0-beta.384 Pre-release
Pre-release

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#1154) @dv00d00
  • Added more optimizations to reduce allocation rate (#1159) @dv00d00
  • Added support for nested selectors (&)

1.1.0

18 Jan 21:51
7ef54d4

Choose a tag to compare

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#1154) @dv00d00
  • Added more optimizations to reduce allocation rate (#1159) @dv00d00
  • Added support for nested selectors (&)