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

v0.10.0 release #75

Merged
merged 20 commits into from
Aug 30, 2024
Merged

v0.10.0 release #75

merged 20 commits into from
Aug 30, 2024

Conversation

steven-klein
Copy link
Collaborator

@steven-klein steven-klein commented Aug 28, 2024

Migration Notes for Trees 0.10.0

There are a handful of required and optional updates to tackle when this is added to your project.

  • Remove <link href="https://rsms.me/inter/inter.css" rel="stylesheet" /> in main <head> templates (this comes from Trails for some applications)
  • Update the fonts loaded in the app <head> templates (see Trails bump).
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,300..800;1,300..800&display=swap"
      rel="stylesheet"
    />
  • The font weights: font-thin, font-extralight, font-black have been removed and should be replaced.
    • font-thin, font-extralight => font-light (NOTE: does not appear to be in use)
    • font-black => font-extrabold (NOTE: 1 portal instance)
  • Replace instance of btn-white with btn-secondary or btn-neutral.
  • Replace instance of btn-red with btn-danger.
  • Apply rounded-xy and rounded-xy-lg as needed. Targeting card like containers.
  • Review any usage of text-gray-500 or less in combination with text-xs as it will have contrast deficiencies - bumping to text-gray-600 should resolve when the background is white.

@steven-klein steven-klein merged commit 460db32 into main Aug 30, 2024
1 check passed
@steven-klein steven-klein deleted the spk/v0.10.0 branch August 30, 2024 19:02
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