-
Notifications
You must be signed in to change notification settings - Fork 64
Update for @dojo/widget-core changes #306
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
Conversation
bitpshr
left a comment
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.
So no more registry just for registry's sake I guess? I like this, it's more obvious what's going on and way less boilerplate.
src/calendar/Calendar.ts
Outdated
| year | ||
| } = this._getMonthYear(); | ||
| const { theme = {} } = this.properties; | ||
| const { theme = {}, customDateCell } = this.properties; |
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.
should this be updated to CustomDateCell to be consistent with the other case changes?
package.json
Outdated
| "@dojo/interfaces": "next", | ||
| "@dojo/loader": "next", | ||
| "@dojo/test-extras": "next", | ||
| "@dojo/test-extras": "file:../../dojo-org/test-extras/dist/dojo-test-extras-2.0.0-alpha.1.tgz", |
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.
Did you intend this?
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.
Erm nope 😄
|
@smhigley comments addressed |
Type: feature
The following has been addressed in the PR:
Description:
It's that time of year again where we need to update widgets inline with breaking changes from widget-core.
Main changes being
registryis no longer an accepted property forWidgetBase- Have updated to take the constructor directory and use.Requires release of test-extras