Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.0","packages/critters":"1.2.0","packages/astro":"1.2.0"}
{".":"1.3.0","packages/critters":"1.3.0","packages/astro":"1.3.0"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.2.0...critters-rs-v1.3.0) (2025-10-23)


### Features

* implement inline_threshold option ([2ffa1a0](https://github.com/michaelhthomas/critters-rs/commit/2ffa1a092c0939cfdb806b011d8d913f6ae3f900))


### Bug Fixes

* implmement noscript_fallback option ([887cac1](https://github.com/michaelhthomas/critters-rs/commit/887cac122866c96c65ea9901cf987c412e3b6908))
* support all keyframe inclusion modes ([c60b3b9](https://github.com/michaelhthomas/critters-rs/commit/c60b3b9f06154f6dd87e7f0e790d2817b97300ef))


### Performance Improvements

* intern class names in attribute list ([2273a6d](https://github.com/michaelhthomas/critters-rs/commit/2273a6d04d03508bb574bc225fe6ae5217086c94))
* **process_style:** avoid selecting critters container element for each ([b15812a](https://github.com/michaelhthomas/critters-rs/commit/b15812a8293a809cbeefa9bd76c4b0a2ec7592a3))
* **style_calculation:** add inline hints ([2d700e6](https://github.com/michaelhthomas/critters-rs/commit/2d700e63f73789ac16fa65867b9fb37f4b356ef0))
* **style_calculation:** avoid unnecessary hashmap allocation in ([06be044](https://github.com/michaelhthomas/critters-rs/commit/06be044c8a3594c6eda7171f0a744c0fa22cdde2))
* **style_calculation:** use SmallVec for potential rules ([c51823e](https://github.com/michaelhthomas/critters-rs/commit/c51823e8ca6f703e5104964df7857c51e81ee96a))

## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-rs-v1.1.3...critters-rs-v1.2.0) (2025-09-25)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "critters-rs"
description = "Quickly inline your website's critical CSS."
version = "1.2.0"
version = "1.3.0"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/michaelhthomas/critters-rs"
Expand Down
7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.2.0...astro-v1.3.0) (2025-10-23)


### Miscellaneous Chores

* **astro:** Synchronize critters versions

## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/astro-v1.1.3...astro-v1.2.0) (2025-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@critters-rs/astro",
"version": "1.2.0",
"version": "1.3.0",
"description": "Astro integration for critters-rs. Quickly inline your website's critical CSS.",
"author": "Michael Thomas",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/critters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.2.0...critters-v1.3.0) (2025-10-23)


### Bug Fixes

* **critters:** export typescript declarations with .ts file extension ([d7618af](https://github.com/michaelhthomas/critters-rs/commit/d7618afd2d26025c8ec647e62111c4da6daa1914))

## [1.2.0](https://github.com/michaelhthomas/critters-rs/compare/critters-v1.1.3...critters-v1.2.0) (2025-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/critters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@critters-rs/critters",
"version": "1.2.0",
"version": "1.3.0",
"description": "Quickly inline your website's critical CSS.",
"author": "Michael Thomas",
"license": "Apache-2.0",
Expand Down