Skip to content

Commit 433be01

Browse files
committed
Remove autoRename option and rename directives
1 parent 3558aae commit 433be01

22 files changed

+3514
-2645
lines changed

CHANGELOG.md

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

3+
## [5.0.0] - 2023-12-29
4+
5+
- Breaking change: removed `autoRename` option and `/*rtl:rename*/`, `/*rtl:begin:rename*/`, and `/*rtl:end:rename*/` directives
6+
- Fixed a bug: `/*rtl:begin:urls*/` and `/*rtl:end:urls*/` (previously `/*rtl:begin:rename*/` and `/*rtl:end:rename*/`) blocks didn't change the URL names inside rules if started outside
7+
- New option: `processRuleNames`, if this option is `true`, rules with no directional properties that match any entry in the `stringMap` will be swapped when the direction changes
8+
- New directives: `/*rtl:urls*/`, `/*rtl:begin:urls*/`, and `/*rtl:end:urls*/` have replaced `/*rtl:rename*/`, `/*rtl:begin:rename*/`, and `/*rtl:end:rename*/` and they only take effect in declarations' URLs
9+
10+
311
## [4.0.9] - 2023-11-10
412

513
- Update RTLCSS to version 4.1.1

0 commit comments

Comments
 (0)