All Versions
70
Latest Version
Avg Release Cycle
175 days
Latest Release
2089 days ago
Changelog History
Page 6
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
withrome(elem, options?)
- 🔀 Merged
-
v0.5.0 Changes
- 🔄 Changed the way how
moment
should be passed torome
, 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
- 🔄 Changed the way how
-
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
andtimeValidator
options
- Introduced
-
v0.3.14 Changes
- 🛠Fixed an issue when
required
was set tofalse
- 🛠Fixed an issue when
-
v0.3.12 Changes
- Published alternative distribution
rome.standalone.js
which doesn't bundlemoment
- Implemented
required
option that allows the input field to be cleared
- Published alternative distribution
-
v0.3.11 Changes
- 🛠Fixed a bug where the calendar would break if
time
was set tofalse
- 🛠Fixed a bug where the calendar would break if
-
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