Version 0.1.1-RC Release
Serhioromano
released this
12 Sep 15:05
·
480 commits
to master
since this release
Welcome new calendar.js release.
I am happy to say that this is very big release with tons of fixes, localisations, additions and improvements. What I like most is that now it is a truly public project. You can see a lot of people contribute and that is good news.
Translations
- Added - Swedish localization - #63 from @ingemar
- Added - Greek translation - #64 from @andreas-trad
- Added - Polish translation - #45 from @sandlbn
Additions and improvemnts
- Some options moved to locale files + other fixes
- first_day and enable_easter_holidays now may be specified also in language files
- added all the currently available languages to the example page (and sorted them alphabetically)
- added default first_day/enable_easter_holidays to language files
- added two missing translations in French (Easter/Easter Monday)
- added comments to the language template
- Added - option to cache loaded templates or not. Basically for disabling cache during development.
- Added - Path calendar object to week-days event #55
- Change - Let 'this' be the calendar in the events - #49 from @mlocati
- Added - language switcher to demo
- Change - Intent with tab, normalize commands - #73 from @mlocati
- Improve - added comments in language template for translators better understand string formats
- Improve -
month-day
template so links are optional - #66 from @chrisjohnson00
Fixes
- Fix - IE 8 compatibility #76
- Fix - Use standard country code for Greece is
GR
notEL
- #74 from @mlocati - Fix - calculation of time intervals - #71 from @mlocati
- Fix - spelling
Domingo
it wasDomino
- #72 from @asantosdl - Fix - Let's state that end is exclusive. Consider "end" as exclusive: it's the very beginning of the next period
- Fix - tooltip issue #62
- Fix -
calendar.js
to use "proper" english as the default text - #60 from @chrisjohnson00 - Fix - Incorrect computation of starting day. if first day of week was set to monday, events starting at sunday displayed incorrectly in week view - #59 from @izar-cz
- Fix - Исправления в русском языковом файле - #61 from @m05quit0
And many other fives and improvements.
Roadmap
Here is small roadmap.
- Add hours view for week and day.
- Create small view templates. For example if you want to show calendat in a web site module or widget.