Eskimo 0.9.5

Hi everyone,

Here is the 0.9.5 release of eskimo. You can download it from the website.

We also put the sources on GitHub. Feel free to fork eskimo. Here is the GitHub repository.

At the end of october we will release the 1.0. The main concern of this version will be to optimise skins and to provide the business model.

0.9.5 Release Notes :

Fix

  • Compatibility with BlackBerry PlayBook: All components are now working on the playbook.
  • Deletable list: We had an issue on scrolling, when the list was on editable mode.
  • List Wheel: We optimized the list wheel.
  • DateChooser iOs: We optimized the date chooser for iOs.
  • ComboBox: We added the prompt property.
  • SlideDataGroup: We optimized the component. Now virtualized.

New features

  • SplitView Application: It is a pattern that you can use on Tablet Application. On landscape orientation you have two panes. A small one on the left, allowing to display a list of items. A large one on the right allowing to display the details of selected item on the left. On portrait orientation, the left pane disappears. It’s available on a popOver when you click on a button of the actionBar.
  • Google Map: The AS3 Google Map API does not works for mobile. We made a full flex usable component that encapsulate the javascript api.
  • Toast notification: This is an android pattern. A toast notification is a message that pops up on the surface of the window. It automatically fades in and out.
  • Section list: A list that allows you to group items. For exemple if you want to display a contact list, you want to group items by the first letter of the name.
  • Carousel: A simple carousel optimized for mobile usage.

We hope you enjoyed.

- The Eskimo Team