Releases: code-obos/grunnmuren
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
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
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
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
Patch Changes
- 4b40468: Fixes expand/collapse bug in
<Alertbox>
that occured when not passing a<Footer>
.
@obosbbl/grunnmuren-react@2.0.0-canary.38
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
Patch Changes
- f096065: Standardizes focus styles.