Skip to content
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

Bootstrap 5 #448

Open
2 of 7 tasks
shibafu528 opened this issue Jul 28, 2020 · 1 comment
Open
2 of 7 tasks

Bootstrap 5 #448

shibafu528 opened this issue Jul 28, 2020 · 1 comment

Comments

@shibafu528
Copy link
Member

shibafu528 commented Jul 28, 2020

branch bootstrap5 で作業中。

ここ を見ながらやっていく感じになる?まだalphaだからどうなるか分からない。

  • xxl breakpointが追加された影響で、最大containerサイズが引き上げられた
    • 🛠️ 一旦現状維持でSCSS変数オーバーライド、別に大きくしても不都合はそんな無さそうなのでまた考えなおす
  • aタグから text-decoration: none; が削除された
    • .text-decoration-none を付ける必要がある
    • 🛠️ いったん全てのaタグに当ててみて、たぶんダメな所が出てくると思うので考えなおす
  • a:hover から text-decoration: underline; が削除された
    • 上の件も踏まえると、現状通りにしたいならいい感じにホバー時だけunderlineかけるクラス作れという感じになる
  • Removed badge’s hover and focus styles for a.badge and button.badge.
    • この影響でタグリンクをホバーするとひどい感じになる
  • .form-group .form-row .form-inline 廃止
    • レイアウトが崩れた、たぶん .row とか使って直す感じになる
  • .form-group-prepend .form-group-append 廃止
    • 検索ボックスとかで顕著、結合しなくなってる
  • jQuery依存廃止に伴うJS書き換え
    • @types/bootstrap 待ちなところはある
    • 互換コードが入っているので、このままでも動くらしい
@shibafu528 shibafu528 mentioned this issue Aug 8, 2020
4 tasks
@eai04191
Copy link
Member

eai04191 commented May 9, 2021

https://github.com/twbs/bootstrap/releases/tag/v5.0.0
🥳 5.0リリースされました 🎉

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

No branches or pull requests

2 participants