7.34.0
Backports of many features from Blacklight 8, including allowing view_component
dependency 3.0.x.
- update: view_component 3 support introduced some accidental backwards incompatibility for those sub-classing Blacklight view_components. Specifically this commit f08f70b means that any downstream classes that extend the Blacklight components also have to change calls from “X” to “with_X” (where “X” is “body”, “label”, “value”, “view”, “action”, “constraint”, etc.) . These are changes you would have otherwise had to make only upon upgrading to Blacklight 8.x.
Includes among others:
- #3069 : Release 7.x backports
- #3071 more backports
- #3074 backport nil json paraom
- #3032 a fix for generating new apps via quickstart guide instructions
- #2992 backport of "move code from the template to the class"
And more.
See entire diff compare at: v7.33.1...v7.34.0