Skip to content

2024-03-12のJS: Tailwind CSS v4.0 alpha、TypeScript 5.4、Speedometer 3.0 #1173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 684 draft
  • Loading branch information
azu committed Mar 7, 2024
commit 3803d63ed941484afa6daab70cf4b6f7ed0b8020
14 changes: 13 additions & 1 deletion _i18n/ja/_posts/2024/2024-03-07-684draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
title: "2024-03-07のJS: "
author: "azu"
layout: post
date : 2024-03-07T08:12:35.029Z
date : 2024-03-07T08:37:46.656Z
category: JSer
tags:
- game
- nodejs
- CSS

---

Expand Down Expand Up @@ -38,4 +39,15 @@ Node.js v21.7.0リリース。
`.env`で複数行の値をサポート、`node:sea`にAPIを追加、`node:vm`に`importModuleDynamically`オプションを追加、`crypto.hash()`の追加など


----

## Open-sourcing our progress on Tailwind CSS v4.0 - Tailwind CSS
[tailwindcss.com/blog/tailwindcss-v4-alpha](https://tailwindcss.com/blog/tailwindcss-v4-alpha "Open-sourcing our progress on Tailwind CSS v4.0 - Tailwind CSS")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">CSS</span> <span class="jser-tag">ReleaseNote</span></p>

Tailwind CSS v4 alphaリリース。
OxideというRustで書かれたエンジンを追加、Lightning CSSを組み込むように変更。
v4のロードマップについてなど


----