-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promises reworked, menubar functionality in events/options improved #30
base: Milestone-Enhancements
Are you sure you want to change the base?
Promises reworked, menubar functionality in events/options improved #30
Conversation
shoshins
commented
Jan 20, 2017
- Promises significantly improved;
- ready/afterready events converted to promises;
- options parameters for menu page invocation;
- babel polyfill already exists check added
- custom menu template option
Parser.dom Navigation.presentModal Navigation.show Navigation.showLoading Navigation.showError Navigation.initMenu Page.makeDom Page.makePage (ready remaked) Menu.get Menu.create
menu loader/error default templates
promises corrected for: Navigation.getLoaderDoc Navigation.getErrorDoc Handler.onMenuItemSelect
page create function promise improved (redundant one removed)
…enubar template option
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "atvjs", | |||
"version": "0.2.5", | |||
"version": "0.2.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest update major version because of breaking changes in this PR.
Here are major semver rules:
1.X.X
— Major update for breaking changes. Even if they are mostly backward compatibleX.1.X
— Minor update for new features with backward compatibility.X.X.1
— Patch update only for bugfixes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's true. I could not afford to change major version of library that was created by another person)