Skip to content

Commit b2135c6

Browse files
chore: release main
1 parent a95f29e commit b2135c6

File tree

8 files changed

+41
-5
lines changed

8 files changed

+41
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.2.0","packages/critters":"1.2.0","packages/astro":"1.2.0"}
1+
{".":"1.3.0","packages/critters":"1.3.0","packages/astro":"1.3.0"}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.2.0...critters-rs-v1.3.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* implement inline_threshold option ([2ffa1a0](https://github.com/michaelhthomas/critters-rs/commit/2ffa1a092c0939cfdb806b011d8d913f6ae3f900))
9+
10+
11+
### Bug Fixes
12+
13+
* implmement noscript_fallback option ([887cac1](https://github.com/michaelhthomas/critters-rs/commit/887cac122866c96c65ea9901cf987c412e3b6908))
14+
* support all keyframe inclusion modes ([c60b3b9](https://github.com/michaelhthomas/critters-rs/commit/c60b3b9f06154f6dd87e7f0e790d2817b97300ef))
15+
16+
17+
### Performance Improvements
18+
19+
* intern class names in attribute list ([2273a6d](https://github.com/michaelhthomas/critters-rs/commit/2273a6d04d03508bb574bc225fe6ae5217086c94))
20+
* **process_style:** avoid selecting critters container element for each ([b15812a](https://github.com/michaelhthomas/critters-rs/commit/b15812a8293a809cbeefa9bd76c4b0a2ec7592a3))
21+
* **style_calculation:** add inline hints ([2d700e6](https://github.com/michaelhthomas/critters-rs/commit/2d700e63f73789ac16fa65867b9fb37f4b356ef0))
22+
* **style_calculation:** avoid unnecessary hashmap allocation in ([06be044](https://github.com/michaelhthomas/critters-rs/commit/06be044c8a3594c6eda7171f0a744c0fa22cdde2))
23+
* **style_calculation:** use SmallVec for potential rules ([c51823e](https://github.com/michaelhthomas/critters-rs/commit/c51823e8ca6f703e5104964df7857c51e81ee96a))
24+
325
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.3...critters-rs-v1.2.0) (2025-09-25)
426

527

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "critters-rs"
33
description = "Quickly inline your website's critical CSS."
4-
version = "1.2.0"
4+
version = "1.3.0"
55
license = "Apache-2.0"
66
readme = "README.md"
77
homepage = "https://github.com/michaelhthomas/critters-rs"

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.2.0...astro-v1.3.0) (2025-10-23)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **astro:** Synchronize critters versions
9+
310
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.3...astro-v1.2.0) (2025-09-25)
411

512

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/astro",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

packages/critters/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.2.0...critters-v1.3.0) (2025-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **critters:** export typescript declarations with .ts file extension ([d7618af](https://github.com/michaelhthomas/critters-rs/commit/d7618afd2d26025c8ec647e62111c4da6daa1914))
9+
310
## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.3...critters-v1.2.0) (2025-09-25)
411

512

packages/critters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@critters-rs/critters",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Quickly inline your website's critical CSS.",
55
"author": "Michael Thomas",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)