-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
initial falsy value are not wached #1834
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
Closed
smirnov-d
wants to merge
56
commits into
sagalbot:v4
from
smirnov-d:fix/initial-falsy-value-are-not-wached
Closed
initial falsy value are not wached #1834
smirnov-d
wants to merge
56
commits into
sagalbot:v4
from
smirnov-d:fix/initial-falsy-value-are-not-wached
Conversation
This file contains hidden or 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
* add open and close events to the documentation * Update events.md Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
* Add search event to documentation * Fix jsdoc for other event examples * Add toggleLoading param to documentation * Update events.md Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
- added missing `!default` for $vs-controls-deselect-text-shadow, which was the only one not having it - `!default` is necessary in order to be able override the variable
) Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thanks to @PieterWigboldus for originally reporting in sagalbot#814 and fixing in sagalbot#815. Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…galbot#1492) * fix(Paginated): fix bugs in Pagination use case example in docs Reset the current offset each type the search query changes; otherwise there may be no results shown if the user clicked forward one or more pages and then typed to search. Replace instances of magic number 10 with the "limit" variable; otherwise changing the value of the "limit" data prop will result in buggy behavior because clicking forward and back still updates the offset by 10. Convert query and country name strings to lower case before filtering the list so that the user doesn't have to match the exact case of the country names. * Update Paginated.vue Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.25.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.20.0...v1.25.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add uniqueKey prop * move uid to prop * Update props.md Co-authored-by: TheJaredWilcurt <4629794+TheJaredWilcurt@users.noreply.github.com> Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
* Update props.md, add loading property * Update props.md
BREAKING CHANGE: drop vue 2 support
BREAKING: mixins are no longer exported from the index (and will likely be converted to hooks)
Co-authored-by: Max Korlaar <8917249+MaxKorlaar@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements:
If the initial v-model value is set in 0, then the label will not change after receiving an asynchronous Options array