- [BREAKING-CHANGE] Drop support for Rails < 6.1
- [BREAKING-CHANGE] Drop support for Ruby < 3.0
- [BREAKING-CHANGE] Convert to vanilla js, remove coffeescript dependency
- [BREAKING-CHANGE] Remove jquery dependency
- [FIX] Fix event handling when switching between frequencies
- remove databse dependency from dummy app
- move CI from Travis to GitHub
- [BREAKING-CHANGE] Dropping support for rails 3.X - Upgrade to sass-rails 4
- [FIX] Rename all css.scss to .scss #86
- Options to show 5th week and last week in monthly recurring UI. #66 (thanks @naomiaro)
- Revert fix hidden dialog when called from Bootstrap modal. #47
- Show currently selected rule first when selected #65 (thanks @ericmwalsh)
- [FIX] Add some explicit CSS rules to fix issues with Zurb Foundation. #50 (thanks @ndbroadbent)
- [FIX] Fix hidden dialog when called from Bootstrap modal. #47 (thanks @rgrwatson85)
- [FIX] Fix dialog in IE. #46 (thanks @ttp)
- [FIX] Fix rebinding for day of the week selection #60 (thanks @joshjordan)
- Travis CI: Testing against latest point releases of Rails.
- Add LICENSE to gemspec
- Testing JRuby on Travis CI, removing appraisal.
- [FIX] Issue where the select sometimes throws an uninitialized constant (thanks @fourseven)
- [FIX] Recurring select input displays inconsistently in development
- [FIX] dirty_hash_to_rule was modifying its argument #35 (thanks @asgeo1)
- [FIX] Handle empty hashes #36 (thanks @asgeo1)
- [FIX] For blank select fields.
- Testing multiple Rails versions in Travis CI.
- [ENHANCEMENT] I18n aware #19 (thanks @vddgil)
- remove IceCube::ValidatedRule#to_s monkey patch #21 (thanks @ajsharp)
- [ENHANCEMENT] Rails 4 support (thanks @afhammad) #17
- [ENHANCEMENT] Allow dialog summary to wrap (thanks @mhchen) #4
- [FIX] convert week_start value to integer (thanks @rubenrails) #2
- [FIX] recurring_select should be able to handle a string as the input #1
- First public release