meteor-space / ui

Pattern-agnostic base UI package to gain control over your Meteor UI
MIT License
121 stars 15 forks source link

Update to use space:base@2.0.0? #28

Closed ghost closed 9 years ago

ghost commented 9 years ago

Would be nice. Thanks.

DominikGuzei commented 9 years ago

Just pushed version 5.0.0 which updates to space:base@2.0.0 and space:messaging@1.0.0 – be aware of the breaking changes in both packages!

Especially for space:messaging, I changed the way how to communicated between client-server. Space.messaging.CommandBus on the client does not send the commands to the server anymore. There is the new Space.messaging.Api to define Meteor methods that can be tested easily (they are defined as instance methods on the api object too) and which are integrated into the space environment (so you can use injection etc.) :wink:

ghost commented 9 years ago

Cool. I have skipped version 4.x ;-) I'm transitioning from 3.4.3 to 5.x right now.

DominikGuzei commented 9 years ago

Haha, nice :wink: let me know if you have any questions. I will try to put together some documentation for space:messaging over the weekend.