Skip to content

Releases: code-obos/grunnmuren

@obosbbl/grunnmuren-tailwind@2.0.0-canary.3

28 May 08:05
Compare
Choose a tag to compare

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 and heading-l to OBOSDisplay.
    • Change name of font-family OBOSFont to OBOSText to make the distinction between OBOSDisplay and OBOSText clearer.
    • Remove Tailwind's default font-sans utility in favor of font-display and font-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.

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

28 May 08:05
Compare
Choose a tag to compare

Patch Changes

  • 1d29985: fix: make TextArea/Select usable against non white backgrounds
  • 7cef865: fix: error messages were missing when using native validation

@obosbbl/grunnmuren-react@2.0.0-canary.28

08 May 10:25
Compare
Choose a tag to compare

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

19 Apr 08:49
2634078
Compare
Choose a tag to compare

Patch Changes

  • da3a2a0: Removes redundant wrapper div on Checkbox description.

@obosbbl/grunnmuren-react@2.0.0-canary.26

19 Apr 06:17
2e4913d
Compare
Choose a tag to compare

Patch Changes

  • d98c7a9: Fixes infinite re-renders in CheckboxGroup with Checkboxes that has the description prop set.
  • d86d439: Fix width of TextField and NumberField with left/rightAddon

@obosbbl/grunnmuren-react@2.0.0-canary.25

12 Apr 13:09
e44b024
Compare
Choose a tag to compare

Minor Changes

  • dcb804a: Adds support for custom size on TextField and NumberField.

Patch Changes

  • 53ae6f0: RadioGroup/CheckboxGroup: add support for displaying error messages when used in a <Form> component with the validationErrors prop. This enables the use of server side validation for these components.

@obosbbl/grunnmuren-react@2.0.0-canary.24

05 Apr 07:38
Compare
Choose a tag to compare

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

03 Apr 12:37
Compare
Choose a tag to compare

Patch Changes

  • 2bfbfaf: Accordion: Fix icon size shrinking with long texts

@obosbbl/grunnmuren-react@2.0.0-canary.22

03 Apr 06:10
58c6224
Compare
Choose a tag to compare

Patch Changes

  • 335b6b5: Fixes focus-visible on the Backlink component.

@obosbbl/grunnmuren-react@2.0.0-canary.21

28 Mar 12:59
dd32311
Compare
Choose a tag to compare

Patch Changes

  • 687cdec: Reverts back to using the Link component from RAC in Backlink.