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

Restrict simple_form to <= 3.5.0 #143

Merged
merged 1 commit into from
Mar 5, 2018
Merged

Conversation

no-reply
Copy link

@no-reply no-reply commented Mar 5, 2018

Beginning with v3.5.1, Simple Form now requires models passed to it to conform
to the ActiveModel interface; particularly, they must implement
#to_model. We will restrict to <= 3.5.0 to prevent unexpected breakage for
downstream apps.

Support for v3.5.1 and up should be readded (this may just require
testing/documentation fixes) and a major version released to get us back to
tracking current simple_form development.

See also: samvera/hyrax#2758 and
heartcombo/simple_form#1549.

Beginning with `v3.5.1`, Simple Form now requires models passed to it to conform
to the `ActiveModel` interface; particularly, they must implement
`#to_model`. We will restrict to `<= 3.5.0` to prevent unexpected breakage for
downstream apps.

Support for `v3.5.1` and up should be readded (this may just require
testing/documentation fixes) and a major version released to get us back to
tracking current `simple_form` development.

See also: samvera/hyrax#2758 and
heartcombo/simple_form#1549.
@no-reply no-reply merged commit 689cedb into 3-3-stable Mar 5, 2018
@no-reply no-reply deleted the simple-form-dep-backport branch March 5, 2018 19:41
no-reply pushed a commit to samvera/hyrax that referenced this pull request May 4, 2018
The pin was initally introduced in #2663. `hydra-editor` now handles pinning of
`simple_form` versions (see: samvera/hydra-editor#143)
on its 3.x series. We support newer versions of `simple_form` via `hydra-editor`
4.x (see: samvera/hydra-editor#145).

Fixes #2665.
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.

2 participants