All Versions
70
Latest Version
Avg Release Cycle
175 days
Latest Release
1855 days ago

Changelog History
Page 6

  • v0.7.1 Changes

    • rome.find operates on both inputs and inline calendars
    • ๐Ÿ›  Fixed a minor bug when showing and hiding calendars on 'ready'
  • v0.6.1 Changes

    • Where possible, API methods return the Rome instance for chaining
  • v0.6.0 Changes

    • ๐Ÿ”€ Merged rome.inline with rome(elem, options?)
  • v0.5.0 Changes

    • ๐Ÿ”„ Changed the way how moment should be passed to rome, because architecture
    • Introduced ability to set an initialValue for the calendar
    • Published internal method setValue(value) to set a date on the calendar
    • Published internal method emitValues() to emit data through the calendar
    • ๐ŸŽ‰ Initialization happens in the next frame, meaning you can easily listen for 'ready' events
    • Split functionality between calendar and input field
      • Ability to create inline calendars that don't depend on an input field
      • Original method doesn't change its public API
  • v0.4.2 Changes

    • Fixed an issue where the date closest to an invalid one wouldn't be selected
  • v0.4.0 Changes

    • Introduced dateValidator and timeValidator options
  • v0.3.14 Changes

    • ๐Ÿ›  Fixed an issue when required was set to false
  • v0.3.12 Changes

    • Published alternative distribution rome.standalone.js which doesn't bundle moment
    • Implemented required option that allows the input field to be cleared
  • v0.3.11 Changes

    • ๐Ÿ›  Fixed a bug where the calendar would break if time was set to false
  • v0.3.10 Changes

    • ๐Ÿ›  Fixed a bug where you weren't able to navigate to the month if it was visible in the current calendar view