Skip to content

Commit

Permalink
Merge pull request #329 from folio-org/release-1.7.0
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
nielserik authored May 10, 2019
2 parents 1ed45b8 + fe4cb56 commit 0519a3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Change history for ui-circulation

## In progress
## [1.7.0](https://github.com/folio-org/ui-circulation/tree/v1.7.0) (2019-05-10)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.6.0...v1.7.0)

* Eject from deprecated Settings component and demonstrate new routing guidelines. UICIRC-201.
* Provide IDs for loan-policy's actionmenu buttons. Refs UICIRC-237.
* Sort settings entries. Fixes UICIRC-196.
* Disallow deletion of request policies used in circ rules. Part of UICIRC-228.
* Disallow deletion of patron notice policy in use. UICIRC-184.
* Update to pane header to include dropdown menu for notice templates. UICIRC-143.
* Update to pane header to include dropdown menu for loan policies. UICIRC-226.
* Update to pane header to include "Cancel" option in dropdown menu for notice policy. UICIRC-229.
* Bug fixes: UICIRC-159, UICIRC-160, UICIRC-171, UICIRC-172, UICIRC-175, UICIRC-208, UICIRC-210, UICIRC-216, UICIRC-223, UICIRC-231, UICIRC-232.

## [1.6.0](https://github.com/folio-org/ui-circulation/tree/v1.6.0) (2019-03-17)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion src/settings/RequestPolicy/RequestPolicyForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { getFormValues } from 'redux-form';
import { get, noop } from 'lodash';
import { noop } from 'lodash';

import stripesForm from '@folio/stripes/form';
import { stripesShape } from '@folio/stripes/core';
Expand Down

0 comments on commit 0519a3d

Please sign in to comment.