Sha256: 83dbd2e2200f43c81060c634b2018575d5e5d711e25ec08b5239837ce7f2ef25

Contents?: true

Size: 977 Bytes

Versions: 3

Compression:

Stored size: 977 Bytes

Contents

### Unreleased

### 3.0.2

* Handle `events: nil`

### 3.0.1

* Refactor to use block from `render_in` call to better support custom calendars

### 3.0.0

* 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`

### 2.4.3

* Fix deprecation warnings - @mbobin

### 2.4.2

* Translation improvements - @fwolfst

### 2.4.1

* [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`

### 2.4.0

* [BREAKING] Fixes Rails 4.2 by changing `block` to `passed_block`. A
  security fix in Rails makes `block` a reserved local name that we can
  no longer use.

  **Upgrading**: If you've customized the simple_calendar views, rename
  `block` to `passed_block`. Without this, calendar dates will be empty.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_calendar-3.0.4 CHANGELOG.md
simple_calendar-3.0.3 CHANGELOG.md
simple_calendar-3.0.2 CHANGELOG.md