v3.0.0.rc6
Run into an issue with this release candidate? Let us know. We hope to release v3.0.0 in the near future!
-
BREAKING:
#SLOT_NAMEgetter no longer accepts arguments. This change was missed as part of the earlier deprecation in3.0.0.rc1.Joel Hawksley
-
BREAKING: Raise
TranslateCalledBeforeRenderError,ControllerCalledBeforeRenderError, orHelpersCalledBeforeRenderErrorinstead ofViewContextCalledBeforeRenderError.Joel Hawksley
-
BREAKING: Raise
SlotPredicateNameError,RedefinedSlotError,ReservedSingularSlotNameError,ContentSlotNameError,InvalidSlotDefinitionError,ReservedPluralSlotNameError,ContentAlreadySetForPolymorphicSlotErrror,SystemTestControllerOnlyAllowedInTestError,SystemTestControllerNefariousPathError,NoMatchingTemplatesForPreviewError,MultipleMatchingTemplatesForPreviewError,DuplicateContentError,EmptyOrInvalidInitializerError,MissingCollectionArgumentError,ReservedParameterError,InvalidCollectionArgumentError,MultipleInlineTemplatesError,MissingPreviewTemplateError,DuplicateSlotContentErrororNilWithContentErrorinstead of generic error classes.Joel Hawksley
-
Fix bug where
content?andwith_contentdidn't work reliably with slots.Derek Kniffin, Joel Hawksley
-
Add
with_SLOT_NAME_contenthelper.Will Cosgrove
-
Allow ActiveRecord objects to be passed to
renders_many.Leigh Halliday
-
Fix broken links in documentation.
Ellen Keal
-
Run
standardrbagainst markdown in docs.Joel Hawksley
-
Allow
.with_contentto be redefined by components.Joel Hawksley
-
Run
standardrbagainst markdown in docs.Joel Hawksley
-
Raise error if translations are used in initializer.
Joel Hawksley