Releases: opf/primer_view_components
v0.51.0
Minor Changes
- #214
0d265ad
Thanks @myabc! - [59468] Initial implementation of Danger Confirmation Dialog
This is an opinionated dialog that requires the user to confirm that they wish to perform a "potentially dangerous" action by clicking a checkbox. The submit button is disabled until the checkbox is clicked. A "potentially dangerous" action could be a destructive action that cannot be easily reverted, such as bulk delete.
Patch Changes
-
#3224
3140ad9
Thanks @camertron! - Update check box styles for ActionList to match the rest of Primer -
#3236
eea9da6
Thanks @camertron! - Improve template path detection for forms -
#3235
c765093
Thanks @TylerJDev! - Addsrole="radiogroup"
onfieldset
in radio group component -
#3207
5880922
Thanks @camertron! - Fix ActionMenu position issue when container is scrollable
v0.50.0
Minor Changes
-
#3041
14dd0d3
Thanks @HDinger! - Support leading and trailing icons for Links -
#3219
633bd05
Thanks @camertron! - Removing the validate classname check that forces system arguments instead of utility classes
Patch Changes
-
#3217
0bbb076
Thanks @camertron! - Fix issue causing AutoComplete elements to overflow their container -
#3205
79ca4f9
Thanks @camertron! - Ensurefull_width:
option is respected by the auto_complete input -
#3202
a574b0e
Thanks @camertron! - Prevent hidden inputs from taking up space on the page -
#3216
23dd4fa
Thanks @keithamus! - Remove redundant code for better performance.
v0.49.2
Patch Changes
-
#3204
f24feab
Thanks @joshblack! - Update caret styles for Popover to correctly position caret in different orientations -
#3187
a91aa93
Thanks @camertron! - [SelectPanel] Fix result count in screen reader announcements
v0.49.1
Patch Changes
-
#3177
308a56b
Thanks @mathias! - Switch Ruby match from Regexps to String's starts_with method -
#3186
4d46a3a
Thanks @camertron! - [SelectPanel] Don't clear selection if input field doesn't exist -
#3179
93297d2
Thanks @langermank! - Update the primer/primitives dependency to be 9.x || 10.x and move it to peer
v0.49.0
Minor Changes
-
#3158
683abd2
Thanks @jonrohan! - Delete Primer::Alpha::ImageCrop -
#3074
25109d0
Thanks @owenniblock! - [SelectPanel] replace loading label using parameter loading_label
[SelectPanel] show additional loading content with loading_description -
#3072
18b2074
Thanks @camertron! - [Forms] Fix position of caption for checkbox and radio groups -
#3145
a6bacb5
Thanks @camertron! - Add option to Dialog to permit/disable page scrolling -
#3160
3cb826a
Thanks @camertron! - Bump primer/css -
#3149
b9cce66
Thanks @camertron! - Allow form groups to accept system arguments -
#3071
e043069
Thanks @camertron! - [SelectPanel] Use checkboxes for multi-select -
#3126
89052ca
Thanks @francinelucca! - Introduce the Stack and StackItem components. -
#3083
5907105
Thanks @jamieshark! - [SelectPanel] Adds banner scheme as param.
Patch Changes
-
#3103
6033c86
Thanks @owenniblock! - Moves the loading and "no results" messages on the SelectPanel to the top of the container. -
#3141
37e78c0
Thanks @camertron! - Allow setting custom values on submit buttons. -
#3153
cc1ce7a
Thanks @camertron! - Fix problem introduced by primer#3141 that causes template captions not to render for certain input types if the input is configured with avalue:
. -
#3076
7e7a60f
Thanks @HDinger! - Add "action" to the list of data attributes that accept multiple values in themerge_data
helper -
#3139
b650344
Thanks @jamieshark! - Adjusts config for DetailsMenuMigration linter to take in an array of strings instead of array of regexp -
#3168
82c2b0a
Thanks @camertron! - [SelectPanel] Fix issue causing no error banner to appear when there are no matches -
#3095
26f1fbc
Thanks @owenniblock! - Clear input on SelectPanel when dialog closed -
#3152
3611f9c
Thanks @joelhawksley! - Fix bug where checkboxes were broken with prefers-reduced-motion -
#3159
5bc179d
Thanks @camertron! - Increase space between form elements -
#3144
978e867
Thanks @keithamus! - Remove dialog-scrollgutter setting from hot-path, for improved performance
v0.48.2
Patch Changes
- #199
a33a660
Thanks @bsatarnejad! - [58256] Send an event when zen mode is activated and user press on escape button
v0.48.1
v0.48.0
v0.47.1
v0.47.0
Minor Changes
- #3062
b45ef04
Thanks @dombesz! - Trigger an input event when the primer-text-field clear button is pressed.
Patch Changes
-
#3054
4434ec0
Thanks @camertron! - [SelectPanel] Disallow passingrole:
argument -
#3077
66488a3
Thanks @camertron! - [SelectPanel] Fix tab index issue in multi-select mode -
#3044
b57b63a
Thanks @jamieshark! - SelectPanel - design bug fixes. Adds a divider below the filter, adjusts min height for loading and error states, moves banner error above input filter." -
#3053
871c818
Thanks @camertron! - [SelectPanel] Raise an error when remote fetch + hidden filter argument combo -
#3058
269b02f
Thanks @langermank! -Label
padding updates to match PRC -
#3057
96b42db
Thanks @owenniblock! - Don't select SelectPanel::Item when item is a link