From 776512513dffd255125ee64adbd5dfd878a8db1a Mon Sep 17 00:00:00 2001 From: Jonathan Carle Date: Thu, 23 Jan 2025 13:45:25 +0100 Subject: [PATCH] update changeset --- .changeset/large-apples-ring.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.changeset/large-apples-ring.md b/.changeset/large-apples-ring.md index 1532afd81..ae12aa746 100644 --- a/.changeset/large-apples-ring.md +++ b/.changeset/large-apples-ring.md @@ -1,5 +1,9 @@ --- -"sit-onyx": minor +"sit-onyx": major --- -feat(grid): implement `onyx-grid-span-full` and fix issues regarding optional max columns +- feat(grid): new `onyx-grid-span-full` class which enables an element to always span the full row width. +- fix(grid)!: fix issues regarding optional max columns. + **BREAKING CHANGE:** The default maximum number of columns is `12` (before it was `16`). + The `onyx-grid-xl-20` class now also sets `16` columns for the `lg` breakpoint. + The new `onyx-grid-lg-16` class sets `16` columns for the `lg` and `xl` breakpoint.