Conversation
Add semver package. Add version properties to schema model. Refactor settings/validation sidebar buttons to use task status. Add support for badges to row-buttons.
Refactor ajv instantiation. Support custom error messages using ajv-errors.
Drop use of deprecated computed.volatile(). Add schemaErrors. Move `hasSchemaErrors` and `customSchemas` into Base model.
- Add liablityStatement. - Closes adiwg#290.
- Drop disbursement in favor of allocation - Update tests
Add distibution.distributor.transfer route. Bump version.
Scroll-spy algorithm is not sophisticated enough when scolling sections that are collasped or small enough to fit multiple sections on a page. Disabling to prevent confusion. Closes adiwg#196.
Closes adiwg#325.
Tweak styles.
Refactor array-table and object table to support messages. Add messages to the record.main route.
Add validation. Fix routing errors in distributor index route.
Extract logic to `cancel` mixin. Fix dictionary.show.edit.index and
record.edit.{main|metadata}.index routes.
Closes adiwg#326.
Refactor record.edit.extent.index layout to support addition of temporal and vertical extents. Add extent description. Add `Clear` Bounding Box button. Add `Clear Features` button. Fix feature form state when navigating without closing form. Add `borders` and `background` styles from Bootstrap 4. Disable the 'circlemarker' in Leaflet Draw. Support `plain` and `border` options for md-card. Closes adiwg#320.
Change `tooltipClassName` to `tooltipClass`.
Configurable in Settings. Closes adiwg#280.
Show bottom-border of last leaf.
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
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.
Guidelines
Create issue first
Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding.
Failure to do so may result in the rejection of the pull request.
Test plan
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
Make sure tests pass on both Travis CI.
Code formatting
See the CONTRIBUTING.md
Closing issues
Put
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).Pull Request
Please check if the PR fulfills these requirements
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: