Skip to content

Releases: code-obos/grunnmuren

@obosbbl/grunnmuren-icons-react@2.0.0-canary.3

Minor Changes

  • 9653882: add React 19 as allowed peerDep

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

05 Dec 12:57
Compare
Choose a tag to compare

Patch Changes

  • f457060: include Tailwind's default font-mono utility for setting the font family.

    OBOS doesn't have a monospaced font, so we use Tailwind's default here.

@obosbbl/grunnmuren-icons-svg@2.0.0-canary.2

05 Dec 12:57
Compare
Choose a tag to compare

Minor Changes

  • 9737bf0: feat: addded new icons ThumbsUp, ThumbsDown, Candle, University, Figma, Github & Slack

@obosbbl/grunnmuren-icons-react@2.0.0-canary.2

Minor Changes

  • 9737bf0: feat: addded new icons ThumbsUp, ThumbsDown, Candle, University, Figma, Github & Slack

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

27 Nov 14:54
d8b8ef2
Compare
Choose a tag to compare

Minor Changes

  • 3cb2008: Button: deprecate isLoading in favor of isPending

    • change prop name to align with React Aria and the useActionState hook in React.
    • improved accessibility for pending state by utilizing React aria
    • button events are now disabled when the button is in a pending state.
    • refactor to CSS instead of useLayoutEffect when button is in a pending state.

Patch Changes

  • bcd1ad3: Fixes line-height on <CardLink> so that underline on hover aligns better with the text.

  • 87da523: Fixes focus styles on all components using either <Link> or <Button> from react-aria-components internally.

  • 8bdd3e3: Combobox: deprecate isLoading in favor of isPending

    • change prop name to align with React Aria and the useActionState hook in React.

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

20 Nov 14:08
554032f
Compare
Choose a tag to compare

Patch Changes

  • 4b40468: Fixes expand/collapse bug in <Alertbox> that occured when not passing a <Footer>.

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

19 Nov 14:11
Compare
Choose a tag to compare

Minor Changes

  • 00e0eea: New component <DateFormatter>, that can be used to format dates.
  • f32aa43: New <Card> component that can serve as either a clickable link or a decorative container. Supporting text content along with images, illustrations and icons. NB: <Card> uses some tailwind classes from @obosbbl/grunnmuren-tailwind": "2.0.0-canary.8, so you should bump that package if you want to use the new cards.

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

18 Oct 12:05
ca2a7f1
Compare
Choose a tag to compare

Patch Changes

  • f096065: Standardizes focus styles.

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

18 Oct 12:05
ca2a7f1
Compare
Choose a tag to compare

Patch Changes

  • 9efdc87: Removes group class from Accordion to prevent issues with content that has the group-class`.
  • f096065: Standardizes focus styles.

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

08 Oct 09:47
Compare
Choose a tag to compare

Minor Changes

  • 7932247: add useLocale() hook that returns the locale set in GrunnmurenProvider

Patch Changes

  • 4a30610: Fixes background color on inputs with type="search" in Safari