From 42f19dd8b140bf9d3ed44742a972f9d4a10489fd Mon Sep 17 00:00:00 2001 From: Ante Budimir Date: Sun, 31 May 2026 15:25:09 +0300 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20update=20changelog=20for?= =?UTF-8?q?=20v1.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6550b53..f2100ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.17.0] - 2026-05-31 + +- Improve rule support for recipe base arrays by properly linting ComplexStyleRule[] values inside recipes. This ensures ordering rules now analyze and validate array-based base definitions instead of skipping them. + - Fixes support for ComplexStyleRule arrays in recipe base. + - Adds test coverage for array sorting in recipe base for both alphabetical and custom order rules. +- Improve wrapper detection by moving it into global settings and adding support for cross-module style and recipe wrappers. This helps ordering rules keep working when style or recipe helpers are wrapped and re-exported from other modules. + - Supports cross-module wrapper detection for style and recipe utilities. + - Expands test coverage for wrapped style and recipe usage across the ordering rules. + ## [1.16.0] - 2025-12-01 - Add new rule `no-unitless-values` that disallows unitless numeric values for CSS properties that require units ([issue #6](https://github.com/antebudimir/eslint-plugin-vanilla-extract/issues/6))