- CI: Add Blend to test older Phoenix LiveView versions. Thank you @Flo0807
- Docs: Update ex_doc
- Bugfix: Correct
locale_alternate
handling. Thank you @Hermanverschooten
- Relax Phoenix Live View requirement. Thank you @srcrip
- Fix twitter card. An empty value would always render
summary
. Thank you @Flo0807.
- Fix behavior when no item is provided. Component was defaulting to nil for item when didn't let fallback to work. Thank you @hwatkins.
- BREAKING: simplify OpenGraph fields
:type
and:type_detail
into one:detail
. The appropriate struct or values in:detail
will infer to the type.
- Add SEO.Config @behaviour and implement it during
use SEO
. - SEO config is now a struct instead of a map
- Allow for config to be a module that implements
config/0
andconfig/1
- Allow for domain config to be a function reference that receives a conn
- BREAKING: rework implementation to be arity 2 that accepts the item and the conn.
- Fix empty breadcrumbs
- Squash newlines and trim description
- Fix fetching SEO item from LiveView
- Improve docs.
- Don't limit rendering twitter card meta
- Improve docs.
- Rework implementation.
- Initial release