Releases: baoagency/polaris_view_components
Releases · baoagency/polaris_view_components
v0.9.0
What's new
- Add Collapsible component by @kirillplatonov in #189
- Add KeyboardKey component by @kirillplatonov in #190
- Add SkeletonThumbnail component by @kirillplatonov in #191
- Add SkeletonDisplayText component by @kirillplatonov in #192
- Upgrade to Polaris v7.6 by @kirillplatonov in #194
Bugfixes
- Fix I18n by adding config to files by @yourivdlans in #193
- Fix ResourceItem cursor attribute by @kirillplatonov in 2e19874
- Fix styles of errors summary banner by @kirillplatonov in e379a8d
- Fix multiline toast height by @kirillplatonov in #199
- Ease gem dependencies by @kirillplatonov in #205
Full Changelog: v0.8.0...v0.9.0
v0.8.1
What's Changed
- Fix I18n by adding config to files by @yourivdlans #193
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Dropzone with ActiveStorage integration 🔥🔥🔥 by @dan-gamble in #179
- Upgrade to Polaris 7.5.0 by @kirillplatonov in #181
- Extract Stack::Item into separate component by @kirillplatonov in 5e28639
- Add support for remote suggestions in Autocomplete by @kirillplatonov in #183
- Set button type for Tag remove button by @kirillplatonov in 90981e6
- Handle selected values in Autocomplete by @kirillplatonov in #184
- Autoupdate popover position on appearance by @kirillplatonov in #185
- Add #reset method to Autocomplete stimulus controller by @kirillplatonov in 0839de7
- Use i18n for FormBuilder#error_summary title by @kirillplatonov in 004ac7c
- Remove .field_with_errors wrapper by @yourivdlans in #188
Full Changelog: v0.7.0...v0.8.0
v0.7.0
New components
- Add Navigation component by @kirillplatonov in #159
- Add OptionList component by @kirillplatonov in #160
- Add Frame component with TopBar for non-embedded apps by @kirillplatonov in #163
- Add SaveBar component by @kirillplatonov in #165
- Add Toast component by @kirillplatonov in #167
- Add Autocomplete component by @kirillplatonov in #170
Other changes
- Dispatch 'change' event when number TextField changed by @mattsears in #157
- Dispatch number field change event only if value change by @kirillplatonov in 123742e
- Resolve view_component/engine loading deprecation by @kirillplatonov in 4817097
- Simplify button disabling by @kirillplatonov in 3cbdeff
- Finish Filters component by @kirillplatonov in #166
- Ensure backwards compatibility with Rails 6.0 and lower for error_summary by @yourivdlans in #172
- Add icon shorthand for TextField prefix/suffix by @kirillplatonov in #175
New Contributors
- @mattsears made their first contribution in #157
- @yourivdlans made their first contribution in #172
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
- NEW: Add
distribution
attribute forPageActions
[39c919e] - NEW: Add
polaris_card_section
helper [db7e386] - NEW: Add
Filters
component (query-only for now) [#133] - NEW: Add
border_top
andborder_bottom
attributes forCard
sections [a008107] - NEW: Add text style helpers [b296f64]
- NEW: Add
IndexTable
component (partial implementation) [0524b5b] - FIX: Improve select options support [c5dcf41]
- NEW: Add
polaris_check_box
helper toPolaris::FormBuilder
[a8b15bb] - NEW: Add
polaris_inline_error_for
helper toPolaris::FormBuilder
[f2e780f] - NEW: Add
polaris_radio_button
helper toPolaris::FormBuilder
[7529775] - FIX: Add
system_arguments
toInlineError
[a7d515e] - FIX: Accept html in form validation errors [96c10c0]
- NEW: Add
size
attribute forTextStyle
component [5359412] - FIX: Remove box-shadow from buttons and links [6bbead4]
v0.4.0
- NEW: Add DataTable component [#129]
- NEW: Add
one_fourth
section support toLayout
[11c1d55] - NEW: Add
Spacer
component [a03ad5e] - NEW:: Add unsectioned content support in
EmptyState
component [ab44358] - NEW: Add no_underline option to
Link
[1f6265e] - FIX: Fix
EmptyState
component without actions [8e433e9] - FIX: Allow html content inside
Link
[2ee5f37] - FIX: Fix
Tag
removal link styles [f01194d]