Skip to content

Releases: milojs/milo

1.0.0

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 14:31

UI components separated to milo-ui library

0.2.9

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:55

milo.util.logger emits messages (from milo-core)

0.2.8

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:53

Css facet to connect models to style changes.
milo.createFacetClass utility function
ListItem component improvements/fixes

0.2.7

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:49

Improvements/fixes to UI components.
List facet map method.
Dependencies updates
Fixes

0.2.6

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:44

drag facet supports dragCls in config to add to the dragged element

0.2.5

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:43

Renamed to milojs on npm

0.2.3

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:42

milo-core version updated to 0.1.15 (throw error if Mixin instance not found)

0.2.2

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:40

Drag facet can be configured to show image while dragging

0.2.1

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 13:37

Allow method names in data facet and drag facet hooks
milo.util.deprecate; deprecated methods will log error

0.2.0

Choose a tag to compare

@epoberezkin epoberezkin released this 26 Aug 12:18

Messenger (and related classes), Model, Connector, minder, util.check and util.logger extracted to milo-core that can be used in node.js. They are still bundled with milo so milo-core doesn't have to be required separately.
Model properties allow '-' symbol in them
util.request.file support for upload progress
MLDialog support for custom initialization
MLDate support for min/max
Drag facet support for additional data types supplied to drag operation
util.promise removed, either native Promise or 3rd party library can be used
util.request returns native promises (if 3rd party library is used, it should define global window.Promise with the same API as native Promise)
Messenger.prototype.onceSync method added
milo.createComponentClass added to simplify creation of component classes
util.jsonParse deprecated, _.jsonParse should be used instead
util.error deprecated