Skip to content

v1.5.9

Choose a tag to compare

@t59688 t59688 released this 19 Aug 10:14
· 130 commits to main since this release

兼容性修复:支持 Chrome 69+ 旧版 WebView

修复 Tailwind CSS v4 在旧版 Android System WebView(Chrome 69 内核,常见于墨水屏设备)上黑屏和样式错乱的问题。

修复

  • 构建时全面降级现代 CSS(oklch、@Property@layer、color-mix)为 Chrome 69 兼容格式
  • 修复 CSS max() 函数导致安全区(状态栏/底栏)在 Chrome < 79 上失效的问题
  • 补充 Chrome 69 缺失的 JS 运行时 polyfill(globalThis、replaceAll、Promise.allSettled 等)
  • 为 Chrome < 84 的 Flex gap 生成精确的 margin fallback

体验

  • 启动时检测 WebView 版本,低于 Chrome 69 显示中文升级提示页
  • 低版本浏览器自动隐藏不兼容的自定义主题设置项

What's Changed

  • fix: Tailwind v4 CSS 兼容 Chrome 69+ WebView(黑屏/样式错乱) by @t59688 in #7

New Contributors

  • @t59688 made their first contribution in #7

Full Changelog: v1.5.8...v1.5.9