Skip to content

Releases: milojs/milo

1.0.0

26 Aug 14:31
Compare
Choose a tag to compare

UI components separated to milo-ui library

0.2.9

26 Aug 13:55
Compare
Choose a tag to compare

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

0.2.8

26 Aug 13:53
Compare
Choose a tag to compare

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

0.2.7

26 Aug 13:49
Compare
Choose a tag to compare

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

0.2.6

26 Aug 13:44
Compare
Choose a tag to compare

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

0.2.5

26 Aug 13:43
Compare
Choose a tag to compare

Renamed to milojs on npm

0.2.3

26 Aug 13:42
Compare
Choose a tag to compare

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

0.2.2

26 Aug 13:40
Compare
Choose a tag to compare

Drag facet can be configured to show image while dragging

0.2.1

26 Aug 13:37
Compare
Choose a tag to compare

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

0.2.0

26 Aug 12:18
Compare
Choose a tag to compare

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