You need to sign in or sign up before continuing.
Commits on Source 15
-
Vanessa Otto authored
BREAKING CHANGE: The GlButton does not support the properties 'pill' and 'squared' anymore. Prefer using the styles with the usual border radius. When absolutely necessary, apply GitLab UI Util CSS classes to override the border radius
-
Vanessa Otto authored
-
Vanessa Otto authored
BREAKING CHANGE: BootstrapVue's Radio Buttons and Checkboxes support a button style mode which was never documented within our system. We do not support adding the property 'button' on GlFormRadio and GlFormCheckbox.
-
Vanessa Otto authored
BREAKING CHANGE: The GlFormRadio and GlFormCheckbox do not support the property 'plain' anymore. Prefer overriding the CSS styles in case native browser styles should be used instead.
-
Dan MH authored
feat(GlButton): Remove pill and squared properties See merge request !4772 Merged-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
James Rushford <jrushford@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com>
-
Vanessa Otto authored
BREAKING CHANGE: BootstrapVue's Nav and Tabs components support a vertical, and card styles. These styles are now removed in GitLab UI.
-
Elwyn Benson authored
-
Vanessa Otto authored
-
Vanessa Otto authored
This file is not needed anymore since we removed the Plopfile generator.
-
Jose Ivan Vargas authored
Merge branch '2996-followup-duochat-explicit-check-for-dependencies-content-before-attempting-to-parse-json' into 'main' DuoChat - add explicit check for dependencies content before attempting to parse JSON Closes #2996 See merge request !4795 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Elwyn Benson <ebenson@gitlab.com>
-
Peter Hegman authored
Remove vertical + card designs from GlTabs and GlNav See merge request !4788 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com>
-
Savas Vedova authored
Resolve "Remove BootstrapVue installer" Closes #2860 See merge request !4747 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com>
-
Jose Ivan Vargas authored
Resolve "Remove index.js" Closes #2992 See merge request !4785 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Savas Vedova <svedova@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com>
-
Scott de Jonge authored
Epic: Remove unsupported BootstrapVue functionalities See merge request !4791 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com> Reviewed-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com> Co-authored-by:
Vanessa Otto <votto@gitlab.com> Co-authored-by:
Dan MH <dmizzi-harris@gitlab.com>
-
semantic-release-bot authored
# [102.0.0](v101.16.0...v102.0.0) (2024-11-12) ### Bug Fixes * **GlCheckbox:** always add a label, even for empty content ([4154c082](4154c082)) ### Features * **FormRadio,FormCheckbox:** Remove buttons style ([5ca17b08](5ca17b08)) * **GlButton:** Remove pill and squared properties ([7c617631](7c617631)) * **GlFormRadio,GlFormCheckbox:** Remove plain style ([415542c1](415542c1)) * **GlNav,GlTabs:** Remove vertical and card designs ([8bd8b008](8bd8b008)) ### BREAKING CHANGES * **GlNav,GlTabs:** BootstrapVue's Nav and Tabs components support a vertical, and card styles. These styles are now removed in GitLab UI. * **GlFormRadio,GlFormCheckbox:** The GlFormRadio and GlFormCheckbox do not support the property 'plain' anymore. Prefer overriding the CSS styles in case native browser styles should be used instead. * **FormRadio,FormCheckbox:** BootstrapVue's Radio Buttons and Checkboxes support a button style mode which was never documented within our system. We do not support adding the property 'button' on GlFormRadio and GlFormCheckbox. * **GlButton:** The GlButton does not support the properties 'pill' and 'squared' anymore. Prefer using the styles with the usual border radius. When absolutely necessary, apply GitLab UI Util CSS classes to override the border radius