Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"extends": [
"airbnb",
"plugin:jsx-a11y/strict"
],
"parserOptions": {
"ecmaVersion": 2020
},
"plugins": [
"jsx-a11y"
"airbnb"
],
"rules": {
// TODO: Rationalize prop definitions -- add isRequired where needed, and add defaults
Expand Down
3 changes: 0 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@
**Has the application documentation been updated for these changes?**

**Did someone actually run this code to verify it works?**

**Have any new accessibility violations been handled?**
[Check browser console for any accessibility (axe) violations introduced and describe how they have been handled]
4 changes: 2 additions & 2 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Continuous integration

on:
push:
branches: [ "main", "v*", "develop" ]
branches: [ "master", "main", "v*" ]
pull_request:
branches: [ "main", "v*", "develop" ]
branches: [ "master", "main", "v*" ]

jobs:
check:
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

36 changes: 0 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
# Change Log

## v10.2.0

### Breaking Changes

- Search now uses a new search API supported in CollectionSpace v8.3. If this version of cspace-ui is used with an older CollectionSpace server, users will not be able to get search results.

### Non-Breaking Changes

- Search Results
- Create alternate views of search results that a user can toggle between depending on needs for the given query.
- User can view search results in table format.
- User can view search results in grid (image-centric) format.
- User can view search results in detail format.
- User can sort the results.
- New Advanced Search form
- A new search form with simpler layout is available along the classic one.
- Add "is not blank/is blank" operators to structured date fields.
- Add "contain/match" operators to authority fields.
- Rename "MyCollectionSpace" to "Recent Activity".
- Fix performance issue when relating m:n records.
- Enabled Hot Module Replacement for faster development.

### Accessibility

- Display alt text with thumbnail images (Criteria 1.1.1).
- Add link to User Manual in Footer (Criteria 3.2.6).
- ARIA/WCAG updates for search table.
- Fix Contrast for Selected Page in search results paginator (Criteria 1.4.3)

### Bug Fixes

- Fix report invocation failure when some number of records over 190 are selected.
- Fix placeholders displayed in error message when user does not have permission to create relationships.

**Full Changelog**: [`v10.1.0...v10.2.0`](https://github.com/collectionspace/cspace-ui.js/compare/v10.1.0-rc.0...v10.2.0-rc1.0)

## v10.1.0

v10.1.0 adds support for CollectionSpace 8.2.
Expand Down
6 changes: 3 additions & 3 deletions docs/configuration/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8300,9 +8300,9 @@ export default {

"searchToRelateModal.error.locked": "Locked records are selected. Relations cannot be made to locked records.",

"searchToRelateModal.error.notPermitted": "{selectedCount, plural, one {{name} record is} other {{name} records are}} selected. You are not permitted to create relations to {collectionName}.",
"searchToRelateModal.error.notPermitted": "{name} records are selected. You are not permitted to create relations to {collectionName}.",

"searchToRelateModal.errorTitle": "Permission Denied",
"searchToRelateModal.errorTitle": "Can't Relate",

"searchToRelateModal.label": "Relate records",

Expand Down Expand Up @@ -8711,4 +8711,4 @@ export default {
"workflowStateIcon.locked": "Locked",

"workflowStateIcon.replicated": "Replicated",
}
}
3 changes: 0 additions & 3 deletions images/collapseWhite.svg

This file was deleted.

3 changes: 0 additions & 3 deletions images/expandWhite.svg

This file was deleted.

Loading