Releases: CrowdStrike/glide-core
@crowdstrike/glide-core-components@0.4.2
Patch Changes
-
#145
c8a8dfe
Thanks @danwenzel! - Add Toasts -
#160
a3f9a47
Thanks @clintcs! - Checkbox Group error feedback no longer shows when the control is valid. -
#164
11ee00c
Thanks @ynotdraw! - Update ifDefined, ref, and when imports to be from lit rather than lit-html -
#166
b6f6e42
Thanks @clintcs! - Don't throw when Dropdown's default slot is empty so options can be provided asynchronously. -
#160
a3f9a47
Thanks @clintcs! - Add ahide-label
attribute to Checkbox, Checkbox Group, and Toggle. -
#159
9db6539
Thanks @clintcs! - Use "not-allowed" cursor consistently with form controls when disabled. -
#162
c266dcb
Thanks @clintcs! - Menu no longer opens then closes immediately when used in another web component. -
#156
80802c9
Thanks @clintcs! - Don't render Toggle summary when empty.
@crowdstrike/glide-core-components@0.4.1
@crowdstrike/glide-core-styles@0.3.0
@crowdstrike/glide-core-components@0.4.0
Minor Changes
-
#153
73cc661
Thanks @clintcs! - Rename Textarea'slabel-position
attribute toorientation
to match other components. -
#150
3dfee94
Thanks @clintcs! - Rename Input'slabel-position
attribute toorientation
to match other components. -
#144
17d9c34
Thanks @clintcs! - Throw with all components when slots are missing or invalid. -
#139
cee64b3
Thanks @clintcs! - Replace Dropdown'ssetCustomValidity
method and validation message, shown when Dropdown is invalid, with a "description" slot shown always. -
#140
0c91037
Thanks @clintcs! - Dialog's "close" and Accordion's "toggle" event no longer bubble.
Patch Changes
@crowdstrike/glide-core-components@0.3.3
Patch Changes
-
#121
b1f0bcb
Thanks @danwenzel! - Switch to a fixed position strategy for tooltip -
#130
b30a9f3
Thanks @clintcs! - Add Tooltip support to Textarea. -
#124
1515e64
Thanks @clintcs! - Prevent Tooltip from getting a line height. -
#91
a5cb2ea
Thanks @danwenzel! - Add menu to Tree Item -
#127
52c1234
Thanks @clintcs! - Add Tooltip support to Input.
@crowdstrike/glide-core-components@0.3.2
Patch Changes
-
#119
fc9bfeb
Thanks @clintcs! - Fixes for Tooltip for an overflowing "target" and a misaligned tooltip. -
#114
da5e41e
Thanks @clintcs! - Expose Menu'splacement
as an attribute. -
#116
79ebcf0
Thanks @clintcs! - Don't run Floating UI when Tooltip is hidden. -
#120
2b269d8
Thanks @dylankcrwd! - Fixes styling issue with button-group-button -
#122
31c7791
Thanks @ynotdraw! - Adds a fix preventing cs-menu options from wrapping
@crowdstrike/glide-core-components@0.3.1
@crowdstrike/glide-core-styles@0.2.1
@crowdstrike/glide-core-components@0.3.0
Minor Changes
-
#99
24967eb
Thanks @ynotdraw! - Renamed cs-drawer's--cs-drawer-width
CSS property to--width
.- <cs-drawer style="--cs-drawer-width: 20rem;"> + <cs-drawer style="--width: 20rem;"> <div style="padding: 0.5rem">Width of 20rem</div> </cs-drawer>
-
#87
c9b5e87
Thanks @clintcs! - Disallow importing fromlibrary/
andstyles/
.
Patch Changes
-
#79
df8203e
Thanks @clintcs! - Components now throw in development when slots contain unsupported elements or required slots are missing. -
#52
2f3dbc3
Thanks @dylankcrwd! - Adds cs-button-group and cs-button-group-button -
#106
558e01e
Thanks @ynotdraw! - Adjusted the height of the cs-button for both large and small variants. -
#81
2525e41
Thanks @dylankcrwd! - Adds cs-tag -
#94
663115f
Thanks @dylankcrwd! - Adds a "size" css variable to ExampleIcon and is applied in Tag -
#96
6835819
Thanks @clintcs! - Add Dropdownvariant?: "quiet"
andhide-label: boolean
arguments. -
#104
7fc9e90
Thanks @danwenzel! - Add Textarea -
#48
4bc3b10
Thanks @dylankcrwd! - Adds cs-tab, cs-tab-panel, and cs-tab-group -
#83
a21640c
Thanks @danwenzel! - Add Input
@crowdstrike/glide-core-styles@0.2.0
Minor Changes
-
#30
286786c
Thanks @ynotdraw! - Updated CSS Variables in@glide-core-styles
to align with Figma.- Removed
--cs-icon-display
. - Added
--cs-icon-active
,--cs-icon-primary-hover
, and--cs-icon-tertiary-disabled
. - Updated
--cs-icon-default
and--cs-icon-primary
color values.
Added the
<cs-icon-button>
component. - Removed