Releases: opf/primer_view_components
v0.18.1
v0.18.0
v0.17.1
v0.17.0
Minor Changes
-
#2367
b2acc97d
Thanks @camertron! - Add an ActionMenu form input -
#2335
684f9a51
Thanks @camertron! - Add a ClipboardCopyButton component -
#2365
314c0f1f
Thanks @camertron! - Remove touch target gaps between ActionBar items -
#2296
3374555e
Thanks @jonrohan! - Removing the button wrapperButton--withTooltip
when using a tooltip with a button. -
#2330
6bf8da54
Thanks @camertron! - Allow several font sizes for Subhead headings -
#2336
94db2c4b
Thanks @camertron! - Add Rails 7.1 support -
#2366
73d05613
Thanks @camertron! - Add missing 64px Avatar size -
#2377
482152ae
Thanks @gwwar! - Updates Primer::Alpha::TextField to support success inline validation messages and allows validation messages to contain html fragments.
Patch Changes
-
#2360
94b7a445
Thanks @TylerJDev! - Removes redundantaria-disabled
from list item withinActionMenu
. -
#2337
0189b553
Thanks @mperrotti! - Adapts Blankslate to render proportionally in narrow areas -
#2383
7c2e6f6c
Thanks @strackoverflow! - Fix an issue where ActionMenu wouldn't scroll its contents -
#2384
2c778661
Thanks @camertron! - Re-introduce require 'primer/form_helper' for setups that rely on Rails eager load paths
v0.16.0
Minor Changes
- #49
be7884dc
Thanks @dominic-braeunlein! - Extend page header with parent link, context bar actions and responsiveness
v0.15.0
v0.14.0
Minor Changes
- #45
ac9f7273
Thanks @dominic-braeunlein! - Add back button and breadcrumbs support to PageHeader
Patch Changes
-
#2331
4f8af24f
Thanks @camertron! - Prevent scrolling when activating ActionMenu form items via space -
#2323
c481ed2d
Thanks @keithamus! - Fix bug in ActionMenu/Tooltip/Overlay being always visible in Firefox on ios 17
v0.13.1
Patch Changes
-
#2326
4e05b7ec
Thanks @camertron! - Prevent scrolling when activating ActionMenu items via space -
#2324
cc44952c
Thanks @langermank! - Revert Tooltip caret removal
v0.13.0
Minor Changes
-
#2284
374d10fd
Thanks @langermank! - Update tooltip design- Removes caret
- Decrease offset
- Remove animation delay
- Use v8 color tokens
-
#2293
d7eafca0
Thanks @camertron! - Fix multi-select behavior when ActionMenus are embedded in dialogs -
#2291
725bbd95
Thanks @camertron! - Allow ActionMenu items to submit multiple values on form submission; fix keyboard handling for submit items
Patch Changes
-
#2286
02e7f785
Thanks @langermank! - fix SegmentedControl alignment issues -
#2288
caf09967
Thanks @TylerJDev! - Fixes issue where sometimes a dialog cannot be closed if another is open -
#2292
46e3ff02
Thanks @jonrohan! - Fix ActionBar issue where left and end key don't loop around to end of the action bar items. -
#2290
f33eed35
Thanks @jonrohan! - Bug fix: Respect autofocus attributes inside of a Dialog when opening a modal-dialog. When the dialog was opening before it was always focusing the first focusable element which was always the close button.