forked from wiremock/wiremock
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-use stubMapping name in case it is defined in tree and list view. Th…
…is applies for mappings and for served events. If the name is not set the url is used as usual. -Add indicator for prio != 5 (default) up or down is shown.
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 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,10 +1,5 @@ | ||
## Feature | ||
|
||
- Files can be created, edited and moved via the "Files" page. | ||
- Tree and List view indicators moved to the right side. | ||
- Version is shown in the settings dropdown menu. | ||
|
||
## Fix | ||
|
||
- Some layout issues | ||
- Some routing issues | ||
- Use StubMapping name in case it is present. This applies for Mappings and Matched view. Otherwise, the url is shown. | ||
- Show url in as subtitle in case the StubMapping name is present. | ||
- Indicator for lower or higher priority than 5, which is the default. |
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 |
---|---|---|
|
@@ -218,7 +218,7 @@ allprojects { | |
mavenCentral() | ||
} | ||
|
||
version = '3.3.1.3' | ||
version = '3.3.1.4' | ||
|
||
|
||
sourceCompatibility = 11 | ||
|