-
Notifications
You must be signed in to change notification settings - Fork 530
V3 #599
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
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
vimalptl
commented
Feb 27, 2019
- Please check if the PR fulfills these requirements
- The commit message follows our guidelines
- Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
- What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
- What is the current behavior? (You can also link to an open issue here)
- What is the new behavior (if this is a feature change)?
- Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
- Other information:
Streamlining of schema
Use an event bus for most events Breaking: validate is a promise since now all validation is asynchronous
Update dep
- Remove some skip - Fix some test
Better groups and new validation mechanic
- Possibility to use scoped-slot to customise fully how label, help or hint are build - Little change to the structure to make it easy to do this - Heavy use of scoped-slot - Expose `field` object and `getValueFromOption` function
- Possibility to use scoped-slot to customise fully how errors are build - Expose `errors` object, `field` object and `getValueFromOption` function
- Create a new dev project to test custom and project - Remove custom code from "full" dev project
- Label with icon depending on field input type - Help with support for Markdown - Errors displayed in a table - Hint with icon and color
- Code coverage is back ! - Update dependencies
formGroup now use the correct class name for error when looking for them
Add Help in `form-group`
- Fix fieldUpload
…tion Code coverage reactivation
Fix deep property path not working
- Possibility to use scoped-slot to customise fully how legend is build - Expose `group` and `groupLegend` in slot prop
Custom legend block for group
- No more core vs full since both are the same right now - Optionnal fields will be removed from it in future update
- Update dependencies - Export dist files
Release v3.0.0-beta.7
Big fix: v3 - Remove event listeners in abstractField for current context only
Member
|
wtf? |
Author
|
That's what I said. My apologies.
I really like this project vue-form-generator. I was using this in my
project and found a few things I felt was missing. I am going thought the
code to see if I can integrate them. I also found instances where the date
picker will not work properly with the environment we are on. Well I will
look into that also. Let me first get familiar with the code.
I was just trying to pull down the v3 code but kept getting v2.3.4.
Thanks you.
…On Wed, Feb 27, 2019 at 6:21 PM David Higgins ***@***.***> wrote:
wtf?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#599 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADhoeExudeCylAecwDK4vHHWr7OK1RLlks5vRz0QgaJpZM4bVmJp>
.
|
Member
|
Closing - this appears to be a mistaken PR |
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.