Skip to content

Commit

Permalink
Merge pull request #34 from folio-org/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
rchr authored Jul 23, 2019
2 parents db5fe0e + 4baa07b commit f6408f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change history for ui-finc-config

## 0.1.0 (IN PROGRESS)

## [1.0.0](https://github.com/folio-org/ui-finc-config/tree/v1.0.0) (2019-07-23)
* Add Isil-Setting to ui-finc-config (UIFC-28)
* Selected organization is not displayed when editing existing metadata source (UIFC-34)
* Add dashes to pathnames of UI (UIFC-31)
* Switch to ui-plugin-find-organization (UIFC-24)
* Add Bigtest to finc-config (UIFC-23)
* Add source-link from collection-details to source-details
* Replace tabs for fixing double scroll bar; cleaning up
* Show the name of the metadata-source-id in a metadata-collection
* Select a metadata-source in metadata-collection
* Add link to vendor-app
* Add detail-view and edit-view for metadata collections; add formatter for comma separated array elements in result list; working on validation for none empty array
* Add field-validations for metadata-source; cleaning up
* Add select-box to SearchAndSort of metadata source
* Add tabs to switch between sources and collections; fixing bugs
* Edit function for repeatable field contracts
* Basics for SearchAnsSort module
* New app created with stripes-cli
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@bigtest/mocha": "^0.5.2",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^3.2.1",
"@folio/stripes": "^2.6.0",
"@folio/stripes-cli": "^1.10.0",
"@folio/stripes": "^2.7.0",
"@folio/stripes-cli": "^1.12.0",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
Expand All @@ -41,7 +41,7 @@
"redux-form": "^7.0.3"
},
"peerDependencies": {
"@folio/stripes": "^2.6.0",
"@folio/stripes": "^2.7.0",
"react": "*",
"react-dom": "*",
"react-redux": "*",
Expand All @@ -55,8 +55,8 @@
"hasSettings": true,
"queryResource": "query",
"okapiInterfaces": {
"finc-config/metadata-sources": "0.1",
"finc-config/metadata-collections": "0.1",
"finc-config/metadata-sources": "1.0",
"finc-config/metadata-collections": "1.0",
"organizations-storage.organizations": "1.0"
},
"permissionSets": [
Expand Down

0 comments on commit f6408f9

Please sign in to comment.