[] Adding a missing playground for an existing project.
[x] Updating an existing project.
Does it relate to an issue?
[x] No.
[] Yes.
What's the issue number #[]
[] Fixes the issue.
[] Closes the issue.
[] Implements the issue.
Does it break anything?
[x] No.
[] Yes (describe the breakage)
Describe your PR.
The component no longer looks for a binding property called 'rating'. Instead we register the component property using new Property. This way the binding property name is relevant, making the component more usable, and self contained.
Did you read CONTRIBUTING.md
What is the PR for?
Does it relate to an issue?
Does it break anything?
Describe your PR.
The component no longer looks for a binding property called 'rating'. Instead we register the component property using new Property. This way the binding property name is relevant, making the component more usable, and self contained.