Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Add changelog and document the alias added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed May 20, 2015
1 parent 33e1afa commit 281e31a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ And then in your browser open: http://localhost:4001

## Documentation

Property | Type | Default Value | Available values | Description
----------------|-----------|--------------------------------------------|---------------------------|---------------------------------------------------
date | JSON | { selectYears: true, selectMonths: true }) | | Date widget options described here. If false is selected date picker wont be shown.
separator | string | | | Separator between date and time if both are enabled.
show | list | date, time | date, time, timezone | Which elements of the date picker should be shown?
behavior | list | | polyfill | Should the picker defer to the browser's HTML5 date support?
time | JSON | {} | | Configure the default time value
timezone | JSON | {} | | Configure the default time zone value
Property | Type | Default Value | Available values | Description
------------------------|--------|--------------------------------------------|-----------------------|---------------------------------------------------
date | JSON | { selectYears: true, selectMonths: true }) | | Date widget options described here. If false is selected date picker wont be shown.
separator | string | | | Separator between date and time if both are enabled.
show | list | date, time | date, time, timezone | Which elements of the date picker should be shown?
behavior (or behaviour) | list | | polyfill | Should the picker defer to the browser's HTML5 date support?
time | JSON | {} | | Configure the default time value
timezone | JSON | {} | | Configure the default time zone value
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 0.0.2 - May 20, 2015

- Add an alias 'behaviour' to the 'behavior' argument.

## 0.0.1 - May 19, 2015

- Initial release.

0 comments on commit 281e31a

Please sign in to comment.