Skip to content

Commit

Permalink
Merge pull request #293 from folio-org/release-v2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
cherewaty authored Jan 16, 2019
2 parents bc1785a + c26423c commit 0660d18
Show file tree
Hide file tree
Showing 21 changed files with 983 additions and 1,267 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Change history for stripes-smart-components

## 1.13.0 (IN PROGRESS)
## [2.0.0](https://github.com/folio-org/stripes-smart-components/tree/v2.0.0) (2019-01-16)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v1.12.0...v2.0.0)

* Lenient label proptypes accept a node in order to receive a `<FormattedMessage>`. Available from v1.12.1.
* Provide `contentLabel` to `<Layer>` from `<EntryManager>`. Available from v1.12.2.
* Refactor proxy fetching in `<ProxyManager>`. Fixes STSMACOM-154. Available from v1.12.3.
* Fix no results found message. Fixes STSMACOM-155.
* Remove `noOverflow` from `<EntrySelector>` list pane. Ref UIU-764.
* Label `<UserLink>` as deprecated. Refs STRIPES-577.
* Narrow use of `<LoanList>`
* Remove `<Notes>`
* Remove `<UserLink>`

## [1.12.0](https://github.com/folio-org/stripes-smart-components/tree/v1.12.0) (2018-11-29)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v1.11.0...v1.12.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Version 2.0. See the file "[LICENSE](LICENSE)" for more information.

A suite of smart components. Each communicates with an Okapi web-service in order to provide the facilities that it renders.

For example, **Notes** is a utility module
for attaching notes to entities such as users and items.
For example, **Tags** is a utility module
for attaching tags to entities such as users and items.

## Additional information

Expand Down
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ export { default as EditableList } from './lib/EditableList';

export { default as EntryManager } from './lib/EntryManager';

export { default as LoanList } from './lib/LoanList';

export { default as LocationLookup } from './lib/LocationLookup';
export { default as LocationSelection } from './lib/LocationSelection';

export { default as Notes } from './lib/Notes';

export { default as PasswordValidationField } from './lib/PasswordValidationField';

export { default as ProxyManager } from './lib/ProxyManager';
Expand All @@ -38,8 +34,6 @@ export { default as Settings } from './lib/Settings';
export { default as Tags } from './lib/Tags';
export { default as withTags } from './lib/Tags/withTags';

export { default as UserLink } from './lib/UserLink';

export { default as UserName } from './lib/UserName';

export { default as ViewMetaData } from './lib/ViewMetaData';
Expand Down
2 changes: 1 addition & 1 deletion lib/ChangeDueDateDialog/ChangeDueDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Button, Icon, Layout } from '@folio/stripes-components';
import SafeHTMLMessage from '@folio/react-intl-safe-html';

import DueDatePicker from './DueDatePicker';
import LoanList from '../LoanList';
import LoanList from './LoanList';
import css from './ChangeDueDateDialog.css';

class ChangeDueDate extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion lib/ChangeDueDateDialog/ChangeDueDateSuccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FormattedMessage } from 'react-intl';
import { Button, Icon, Layout } from '@folio/stripes-components';
import SafeHTMLMessage from '@folio/react-intl-safe-html';

import LoanList from '../LoanList';
import LoanList from './LoanList';

class ChangeDueDateSuccess extends React.Component {
static propTypes = {
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion lib/LoanList/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions lib/Notes/NoteCreator.js

This file was deleted.

177 changes: 0 additions & 177 deletions lib/Notes/NoteRenderer.js

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Notes/Notes.css

This file was deleted.

Loading

0 comments on commit 0660d18

Please sign in to comment.