-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Oct 5, 2014
1 parent
64badef
commit e3349b6
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
First stable 2.0.0 release. | ||
|
||
- DOC: Updated docblocks and README files. | ||
|
||
- FIX #18 | ||
|
||
- FIX #17: Input helper now extends HelperLocator rather than composing it. This helps support easier DI configuration. | ||
|
||
- CHG: Standardize all input helpers to return self. | ||
|
||
- CHG: Allow Input::__invoke() to return the input locator object | ||
|
||
- CHG: Allow Label::__invoke() to return the label object | ||
|
||
- ADD: Class "Escaper" as a helper. | ||
- CHG: Renamed services using new rules: "aura/html:escaper" and "aura/html:helper". | ||
|
||
- FIX #6: In Select helper, add placeholder() and strict() methods, and no longer uses strict equality by default. | ||
- TST: Add new container integration tests. |