rome v0.5.0 Release Notes

    • ๐Ÿ”„ 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