Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up3.0.0 RC #36
Conversation
bear
added
enhancement
request
breaking
labels
Mar 25, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
kamilogorek
Mar 26, 2015
Member
Wooh! Such a great work out here @cdaringe!
You're right that this PR is huge, but after quick scan everything looks really good.
|
Wooh! Such a great work out here @cdaringe! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
cdaringe
Mar 26, 2015
Member
thanks @kamilogorek. what did you think of this class change? I'm not 100% on that.
|
thanks @kamilogorek. what did you think of this class change? I'm not 100% on that. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
wraithgar
Mar 26, 2015
Member
Typically you have a single class name for things like that, regardless of input type. See things like bootstrap or foundation for examples.
|
Typically you have a single class name for things like that, regardless of input type. See things like bootstrap or foundation for examples. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
thanks gar. i reverted those classes back |
wraithgar
reviewed
Mar 27, 2015
| ## credits | ||
| Written by [@philip_roberts](twitter.com/philip_roberts). | ||
| Lead Maintainer: [Christopher Dieringer (@cdaringe)](https://github.com/cdaringe) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
wraithgar
reviewed
Mar 27, 2015
| @@ -1,12 +1,13 @@ | ||
| { | ||
| "name": "ampersand-select-view", | ||
| "description": "A view module for intelligently rendering and validating selectbox input. Works well with ampersand-form-view.", | ||
| "version": "2.4.2", | ||
| "version": "3.0.0", |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
wraithgar
Mar 27, 2015
Member
I try to let npm cli bump the version number, so this line can be reverted.
wraithgar
Mar 27, 2015
Member
I try to let npm cli bump the version number, so this line can be reverted.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Travis is having problems today, tests pass fine locally. |
wraithgar
merged commit 8d9f5ec
into
AmpersandJS:master
Mar 27, 2015
1 check failed
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Published as v3.0.0 |
cdaringe commentedMar 24, 2015
tldr: this PR is large. we can setup core-crew talky to go over this change if desired.
This PR fixes #5. It addresses a variety of other opens as well.
Per the new README.md changelog:
changelog
skipValidationtoskipValidationMessage, permit immediate validation, but conditionally display messages.Errorwhen trying tosetValue(value)and an option matching the requestedvaluedoes not exist. The exception to this is when the provided value isnull,undefined, or'', and anulloption value exists. Because the DOM can only recognize a single empty value for any<option>, which is the empty string'', only a single empty-ish option can only be supported by the view.0value options, both in Model id's and array values.eagerValidate.