Releases: code-obos/grunnmuren
Releases · code-obos/grunnmuren
@obosbbl/grunnmuren-tailwind@2.0.0-canary.3
Major Changes
-
5a9534b: BREAKING CHANGE: Update font setup to include new font-family,
OBOSDisplay
.- Remove OBOSText-Bold in favor of OBOSDisplay-SemiBold.
- Change font-family of
heading-xl
andheading-l
to OBOSDisplay. - Change name of font-family
OBOSFont
toOBOSText
to make the distinction between OBOSDisplay and OBOSText clearer. - Remove Tailwind's default
font-sans
utility in favor offont-display
andfont-text
to change the font family.- If you were previously using next/font and extending the font family in your Tailwind configuration to support that, you should remove all this as the preset now includes an in built font-fallback.
-
6482fad: Updated typography design.
- BREAKING: Deprecate
.h1
,.h2
,.h3
and.h4
classes - Add heading classes with "t-shirt sizes":
.heading-xl
,.heading-l
,.heading-m
,.heading-s
and.heading-xs
- Add classes:
.paragraph
,.lead
,.blockquote
and.description
New design on<h1>
-<h4>
for both utility classes and prose. - Update lineheight and fontsize for all typograhpy
- Update
.prose
class with new typography.
- BREAKING: Deprecate
Minor Changes
- a0bdc73: feat: built in font optimization with a fallback font, in similar vein to next/font. Enabled by default, can be disabled by passing
includeFontFallback: false
to the preset.
Patch Changes
- 06a7fa3: Add back missing
.page-layout
and.page-layout-main
classes that were removed by mistake in v2.
This should fix layouts where the main page content isn't tall enough to push the footer down to the bottom
of the screen.
@obosbbl/grunnmuren-react@2.0.0-canary.29
@obosbbl/grunnmuren-react@2.0.0-canary.28
Patch Changes
-
b168eb1: upgrade react-aria-components to 1.2.0
-
41642ab: Fixes scrolling and autoscrolling bug in
<Combobox/>
and<Select/>
. -
02592b2: TextField, Select, TextArea, Combobox:
Increase font size from 14px to 16px to prevent zooming on iOS
when input field is focused.TextField: Fix issue with
type="date"
where the size of the input was off.
@obosbbl/grunnmuren-react@2.0.0-canary.27
Patch Changes
- da3a2a0: Removes redundant wrapper div on Checkbox description.
@obosbbl/grunnmuren-react@2.0.0-canary.26
@obosbbl/grunnmuren-react@2.0.0-canary.25
Minor Changes
- dcb804a: Adds support for custom size on
TextField
andNumberField
.
Patch Changes
- 53ae6f0: RadioGroup/CheckboxGroup: add support for displaying error messages when used in a
<Form>
component with thevalidationErrors
prop. This enables the use of server side validation for these components.
@obosbbl/grunnmuren-react@2.0.0-canary.24
Patch Changes
- 0cd21d8: Accordion: explictly set heading font size to prevents global heading styles to affect it's size
@obosbbl/grunnmuren-react@2.0.0-canary.23
Patch Changes
- 2bfbfaf: Accordion: Fix icon size shrinking with long texts
@obosbbl/grunnmuren-react@2.0.0-canary.22
Patch Changes
- 335b6b5: Fixes focus-visible on the Backlink component.
@obosbbl/grunnmuren-react@2.0.0-canary.21
Patch Changes
- 687cdec: Reverts back to using the Link component from RAC in Backlink.