Skip to content

v1.6.1 - #151

Merged
tbela99 merged 8 commits into
masterfrom
v.next
Sep 4, 2026
Merged

v1.6.1#151
tbela99 merged 8 commits into
masterfrom
v.next

Conversation

@tbela99

@tbela99 tbela99 commented Sep 4, 2026

Copy link
Copy Markdown
Owner

v1.6.1

  • fix bugs when computing math functions.
  • reduce array mutations
  • supporting additional shorthands: scroll-timeline, scroll-padding, scroll-margin.
  • do not minify transform function when the absolute angle is greater or equals to 360deg
  a:hover {

transform: rotate(calc(2.5*pi * 1rad))  }
  .now {
    transform: translate(100px, 100px) rotate(1215deg) skewX(10deg);
}

should be minified to

a:hover {
 transform: rotate(450deg)
}
.now {
 transform: translate(100px,100px)rotate(1215deg)skew(10deg)
}

@tbela99 tbela99 added this to the v1.6.1 milestone Sep 4, 2026
@tbela99
tbela99 merged commit 5e93dad into master Sep 4, 2026
7 checks passed
@tbela99 tbela99 linked an issue Sep 6, 2026 that may be closed by this pull request
6 tasks
@tbela99 tbela99 removed a link to an issue Sep 6, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant