Skip to content

Commit

Permalink
release: v1.0.0-alpha.80
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Mar 4, 2024
1 parent c2c4080 commit 14c9d37
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_UI_ILS_VERSION=$npm_package_version
REACT_APP_INVENIO_VERSION=1.0.0a68
REACT_APP_INVENIO_VERSION=1.0.0a80
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
REACT_APP_OVERLAY_VERSION=
Expand Down
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changes

Version 1.0.0-alpha.80 (released 2024-02-27)

- frontsite: Use LiteratureTitle component to show edition and publication year in Document Title
- backoffice: Search/Scan Barcode and auto checkout loan
- modules: Fix debounced search by not redefining each render
- backoffice: Add functionality to checkout using EnterKey
- LoanRequestForm: Added loan request offset start date to be configurable
- Acquisition: Make PaymentInformation Component Overridable
- PaymentInformation: Extract PaymentInformation grid as a component and use in acquisition orders and borrowing requests
- Acquisition: OrderDetails: Make OrderLine component Overridable
- ILL: BorrowingRequest: Make Due date field name configurable
- backoffice: Add table for Ongoing Interlibrary loans
- api - ill: Pass empty json payload in POST request for extension actions
- notifications: Don't display for codes with dedicated page
- HttpErrors: Handle http 410 resource deleted with dedicated error page
- forms: Extend ignoreEnterEvent for dynamically created text fields
- DocumentDetails: Display volume number near title

Version 1.0.0-alpha.79 (released 2024-02-27)

- frontsite: fix ILL requests

Version 1.0.0-alpha.78 (released 2024-02-12)

- backoffice: fix missing series type
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inveniosoftware/react-invenio-app-ils",
"version": "1.0.0-alpha.78",
"version": "1.0.0-alpha.80",
"description": "Single Page App built with React for InvenioILS",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit 14c9d37

Please sign in to comment.