Releases: lynx-family/lynx-stack
@lynx-js/[email protected]
Patch Changes
- Fix output not found when publishing. (#1225)
[email protected]
[email protected]
@lynx-js/[email protected]
Patch Changes
-
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
-
Updated dependencies [
e44b146
,5a9b38b
,6ca5b91
]:- @lynx-js/[email protected]
- @lynx-js/[email protected]
- @lynx-js/[email protected]
@lynx-js/[email protected]
@lynx-js/[email protected]
Patch Changes
-
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
-
fix: correctly handle with CSS compound-selector, such as
.a.b
, which will be processed as.a .b
incorrectly. (#1187)This problem also occurs when used in combination with other selectors, here are some ways to write styles that worked incorrectly before this commit:
.a.b { }
.a.b view { }
.a.b:not(.c) { }
.a.b::placeholder { }
-
Updated dependencies [
e44b146
,6ca5b91
]:- @lynx-js/[email protected]
@lynx-js/[email protected]
Patch Changes
-
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
-
chore: extract shared logic from web-core and web-core-server's loadTemplate into a unified generateTemplate function (#1211)
-
Updated dependencies [
e44b146
,5a9b38b
,6ca5b91
]:- @lynx-js/[email protected]
- @lynx-js/[email protected]
- @lynx-js/[email protected]
- @lynx-js/[email protected]
@lynx-js/[email protected]
Patch Changes
- chore: extract shared logic from web-core and web-core-server's loadTemplate into a unified generateTemplate function (#1211)
@lynx-js/[email protected]
Patch Changes
-
feat: merge multiple markTiming RPC communication events together and send them together, which can effectively reduce the number of RPC communications. (#1178)
-
chore: extract shared logic from web-core and web-core-server's loadTemplate into a unified generateTemplate function (#1211)
-
Updated dependencies []:
- @lynx-js/[email protected]
@lynx-js/[email protected]
Minor Changes
-
Expand Lynx plugin coverage. (#1161)
-
Added v3 utilities:
align-*
,basis-*
,col-*
,inset-*
,justify-items-*
,justify-self-*
,row-*
,shadow-*
,size-*
,indent-*
,aspect-*
,animation-*
. -
Added v4 utilities:
rotate-x-*
,rotate-y-*
,rotate-z-*
,translate-z-*
,perspective-*
. -
Added Lynx specific utilities:
display-relative
,linear
,ltr
,rtr
,normal
,lynx-ltr
. -
Refined Lynx compatiable utilities:
bg-clip-*
,content-*
,text-*
(textAlign),justify-*
,overflow-*
,whitespace-*
,break-*
. -
Removed Lynx uncompatiable utilties:
collapse
. -
Refined Lynx compatiable theme object:
boxShadow
,transitionProperty
,zIndex
,gridTemplateColumns
,gridTemplateRows
,gridAutoColumns
,gridAutoRows
,aspectRatio
. -
Replaced Tailwind’s default variable insertion (
*
,::before
,::after
) with:root
based insertion.
-
-
Fix type errors when using the Lynx Tailwind Preset in
tailwind.config.ts
. (#1161) -
Add
createLynxPreset()
Factory: enabling/disabling of Lynx plugins. (#1161)