Skip to content

Commit b3bfd2c

Browse files
committed
Release 10.2.0-rc1.0 (#324)
1 parent 21fc637 commit b3bfd2c

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Change Log
22

3+
## v10.2.0
4+
5+
### Breaking Changes
6+
7+
- 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.
8+
9+
### Non-Breaking Changes
10+
11+
- Search Results
12+
- Create alternate views of search results that a user can toggle between depending on needs for the given query.
13+
- User can view search results in table format.
14+
- User can view search results in grid (image-centric) format.
15+
- User can view search results in detail format.
16+
- User can sort the results.
17+
- New Advanced Search form
18+
- A new search form with simpler layout is available along the classic one.
19+
- Add "is not blank/is blank" operators to structured date fields.
20+
- Add "contain/match" operators to authority fields.
21+
- Rename "MyCollectionSpace" to "Recent Activity".
22+
- Fix performance issue when relating m:n records.
23+
- Enabled Hot Module Replacement for faster development.
24+
25+
### Accessibility
26+
27+
- Display alt text with thumbnail images (Criteria 1.1.1).
28+
- Add link to User Manual in Footer (Criteria 3.2.6).
29+
- ARIA/WCAG updates for search table.
30+
- Fix Contrast for Selected Page in search results paginator (Criteria 1.4.3)
31+
32+
### Bug Fixes
33+
34+
- Fix report invocation failure when some number of records over 190 are selected.
35+
- Fix placeholders displayed in error message when user does not have permission to create relationships.
36+
37+
**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)
38+
339
## v10.1.0
440

541
v10.1.0 adds support for CollectionSpace 8.2.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspace-ui",
3-
"version": "10.2.0-dev",
3+
"version": "10.2.0-rc1.0",
44
"description": "CollectionSpace user interface for browsers",
55
"author": "Ray Lee <ray.lee@lyrasis.org>",
66
"license": "ECL-2.0",

0 commit comments

Comments
 (0)