- Handle
events: nil
- Refactor to use block from
render_in
call to better support custom calendars
- Drop support for Rails 6.0 and earlier
- Add Today link to calendars to reset to current date
- Add
locals: {}
option when rendering calendars to add extra local variables - Refactor to use
render_in
- Fix deprecation warnings - @mbobin
- Translation improvements - @fwolfst
- [FIX] Use iso8601 format for start_date links in the header. Fixes any
customization to the Rails default date format that might cause the
parser to fail parsing that with
to_date
-
[BREAKING] Fixes Rails 4.2 by changing
block
topassed_block
. A security fix in Rails makesblock
a reserved local name that we can no longer use.Upgrading: If you've customized the simple_calendar views, rename
block
topassed_block
. Without this, calendar dates will be empty.