Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio button kit #516

Merged
merged 27 commits into from Jan 2, 2020
Merged

Radio button kit #516

merged 27 commits into from Jan 2, 2020

Conversation

evalouderback
Copy link
Contributor

No description provided.

@evalouderback evalouderback requested a review from a team as a code owner December 13, 2019 13:50
evalouderback and others added 3 commits December 13, 2019 14:18
* Add textarea kit to form kit

Tickets: [BOP-309]

Extend the form builder for the form kit to add in a text area.
Previously the form builder used the default text area method provided
by ActionView::Helpers::FormBuilder and SimpleForm::FormBuilder. This
new version uses the text area element built buy these implementations,
but wraps them using the pb_textarea kit.

Generalize the text input builder to allow a kit name to be passed in.
This allows us to reuse the builder for the text_area field as well as
the existing text type inputs fields.

* Add select to pb form kit

* Rename SelectField

* Add new unreleased section to CHANGELOG.md

* Add support for CollectionSelect
@jasoncypret
Copy link
Member

Closing #468 in favor of this PR

@jasoncypret jasoncypret added this to the Release 3.2 milestone Dec 16, 2019
@jasoncypret jasoncypret changed the base branch from master to v3.2.0 December 16, 2019 21:46
megantrimble and others added 9 commits December 17, 2019 16:43
* padding override removed for input child

* Update CHANGELOG.md
* Export DateStacked.jsx kit

* Also export NavItem
…points, shadows, and spacing + updated the correct gradient colors (#527)
* Increase contrast on caption

* Improve table documentation to reflect defaults

* Added data table option for tables that show a great deal of data

* Update CHANGELOG.md

* Update table_spec.rb
Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.6...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: Vinícius Gama <viniciusgama@users.noreply.github.com>
@jasoncypret jasoncypret changed the title created new branch for radio Radio button kit Dec 19, 2019
Rafael Garcia and others added 6 commits December 19, 2019 09:55
* Temporarily point eslint-plugin-react to rafbgarcia's fork

It contains fixes to jsx-curly-brance-presence lint

* Update .eslintrc.json

* Refactor some components to avoid eslint error with null range

This avoids the error "TypeError: Cannot read property 'range' of null"

* Run eslint --fix

* Manually fix all offenses

* Update PR number in CHANGELOG

* Fix props order

* Avoid breaking changes

* Test eslint in CI

* Run yarn before eslint

* Maybe we don't need this?

* Actually, I think we needed to ignore this folder

* Fix new lint offenses
* Implement React version of IconValue kit

* Update CHANGELOG.md

* Make some of the icon value props optional

* Address lint offenses
* Run yarn lint --fix on pre commit hook

* Update CHANGELOG
@jasoncypret jasoncypret modified the milestones: Release 3.2, Release 3.3 Dec 19, 2019
@jasoncypret jasoncypret changed the base branch from v3.2.0 to v3.3.0 December 19, 2019 23:23
@kre8sions kre8sions merged commit 81413ca into v3.3.0 Jan 2, 2020
@kre8sions kre8sions deleted the eva_radio_6 branch January 2, 2020 15:53
kre8sions added a commit that referenced this pull request Jan 2, 2020
* Update CHANGELOG.md

* Update the broken eslint reference (#540)

* Update the broken reference

* Delete nitro_theme.gemspec

* Update CHANGELOG.md

* Update actionview requirement from >= 5.1.6, < 6.0 to >= 5.1.6, < 7.0 (#542)

Updates the requirements on [actionview](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.2.1/actionview/CHANGELOG.md)
- [Commits](rails/rails@v5.2.2...v5.2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Add className support to React version of icon circle kit (#537)

* Pb Card: Swap implementation of highlight position values. (#536)

* Restrict available highlight position values

* Fix implementation of highlight position values

* Use buildCss to simplify React implementation

Co-authored-by: Jason Cypret <jason@jasoncypret.com>

* Added optional block to text-input (#539)

* Added optional block to text-input
* update changelog and fix caption classname

* Added optional block to checkbox rails/react (#538)
* added optional block to checkbox rails
* added onChange prop to checkbox js

* Radio button kit (#516)

* Added Radio Button Kit

* bumped the version and ready to release

Co-authored-by: Jason Cypret <jason@jasoncypret.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Diego Borges <drborges.cic@gmail.com>
Co-authored-by: Eva Louderback <50629488+evalouderback@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants