|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.16.3 (Oct 27, 2025) |
| 4 | + |
| 5 | +- Add configs to `sort-keys` property ordering. |
| 6 | +- Create new `defineConsts` specific file extension. |
| 7 | +- Add `defineConsts` and various file extension support to `enforce-extension`. |
| 8 | +- Add config for custom module resolution. |
| 9 | +- Turn `enableMediaQueryOrder` on by default. |
| 10 | +- Updates to docs and Flow. |
| 11 | + |
3 | 12 | ## 0.16.2 (Oct 13, 2025) |
| 13 | + |
4 | 14 | - Handle descendant selector styles in `valid-styles` rule. |
5 | 15 | - Adjust descendant selector `.when` priorities. |
6 | 16 | - Fix `defineVars` and `createTheme` at-rules priorities. |
7 | 17 | - Update `defineConsts` types for non-stylex usage. |
8 | 18 |
|
9 | 19 | ## 0.16.1 (Oct 2, 2025) |
10 | | -- New `no-lookahead-selector` lint rule to flag certain descendant and sibling selectors. |
| 20 | + |
| 21 | +- New `no-lookahead-selector` lint rule to flag certain descendant and sibling |
| 22 | + selectors. |
11 | 23 | - Fix priorities for descendant and sibling selectors. |
12 | 24 | - Fix color functions for `valid-shorthands` rule. |
13 | 25 | - Fix hoisting issues with duplicate keys in `create` calls. |
14 | 26 | - Add storybook example. |
15 | 27 |
|
16 | 28 | ## 0.16.0 (Sep 25, 2025) |
| 29 | + |
17 | 30 | - Added support for descendant and shared selectors. |
18 | 31 | - Support CSS variable overrides with `defineConsts`. |
19 | 32 | - Add `valid-styles` support to CSS variable overrides in `create` calls. |
|
22 | 35 | ## 0.15.4 (Sep 7, 2025) |
23 | 36 |
|
24 | 37 | - Add configuration modes to `processStylexRules`. |
25 | | -- Support local resolved constants, `positionTry`, and '0' values in `valid-styles` ESLint rule. |
| 38 | +- Support local resolved constants, `positionTry`, and '0' values in |
| 39 | + `valid-styles` ESLint rule. |
26 | 40 | - Implement `defineConsts` for dynamic styles. |
27 | 41 | - Create `.transformed` file extension for preresolved variables. |
28 | 42 |
|
|
41 | 55 |
|
42 | 56 | ### Fixes |
43 | 57 |
|
44 | | -- Hoist stylex.create and static className objects to the top level for support inside functions. |
| 58 | +- Hoist stylex.create and static className objects to the top level for support |
| 59 | + inside functions. |
45 | 60 |
|
46 | 61 | ## 0.15.0 (Jul 31, 2025) |
47 | 62 |
|
|
0 commit comments