Skip to content

Commit d06c7a7

Browse files
4.0.0
1 parent 880454b commit d06c7a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# RTLCSS Changelog
2+
## 4.0.0 - 09 Aug. 2022
3+
4+
* Update dependencies, Internal code refactoring, cleanup and optimizations. **Thanks @XhmikosR**
5+
* Support flipping `justify-content`, `justify-items` and `justify-self`. **Thanks @mbehzad**
6+
* Support flipping length position without using `calc` option.
27

38
## 3.5.0 - 02 Nov. 2021
49

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Mohammad Younes",
33
"name": "rtlcss",
4-
"version": "3.5.0",
4+
"version": "4.0.0",
55
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
66
"homepage": "https://rtlcss.com/",
77
"bugs": {

0 commit comments

Comments
 (0)