Releases: Kinto/kinto-admin
Releases · Kinto/kinto-admin
v1.25.2
v1.25.1
v1.25.0
v1.24.1
v1.24.0
New features
- Fix #501: UI notifications improvements (#932)
- Fix #935: Show records changes without having to request review (#943)
- Fix #915: Add button to copy authentication header
- Fix #443: Collapse diffs and only show 3 lines of context (#960)
- Fix #467: Add links to source/preview/destination collections (#959)
Bug fixes
- Fix #938: Show login form on authentication error (#939)
- Fix #686: Do not scroll to bottom on pagination load (#947)
- Fix #712: fix history pagination loading (#948)
- Fix #949: fix history list from signoff diff details (#950)
- Fix behaviour of servers history in login page (#946)
Minor fixes
v1.23.0
v1.22.0
New Features
- Fix #656: Add link to project docs (#681)
- Move project name to session info bar (#679)
- Fix #667: hide readonly bucket/collections by default (#671)
- Fix #655: use project name from the server info (#669)
Bug fixes
- Fix #644: Hide breadcrumbs in login form (#678)
- Fix #636: show a spinner during collection metadata load (#677)
- Fix #624: Show loading spinner in list until displayFields are obtained (#676)
- Fix #615: fix confusing redirect/refresh for auth (#672)
- Fix #674: fix list refresh after record deletion (#675)
- Fix #668: sort collections alphabetically (#670)
- Fix #628: Bucket form not refreshed on update
- Fix #637: Record form not refreshed after attachment delete
Internal Changes
v1.21.0
New features
- Remove brownish theme (#658)
- Button labels consistency (#659)
- Fix #118: order buckets alphabetically (#650)
- Fix #170: show total number of records (#657)
- Fix #529, Fix #617, Fix #618: Better handling of Kinto internal fields (#626)
- Fix #66: Show record id in list by default (#653)
- Fix #401: Show create bucket only if allowed (#639)
- Fix #86: Show create collection only if allowed (#651)
- Fix #74: Add a refresh button for bucket collections list (#640)
Bug fixes
- Fix #641: Fix OpenID auth flow (#642)
- Fix #648: Restore login failed detection (#649)
- Fix #643, Fixup #630: fix crash when listing default bucket collections (#647)
- Fix #609: Fix presence of ID value in record edit forms (#611)
- Fix #619: fix display of attachment info (#623)
- Fix #540, Fix #573: prevent root perm to become undefined bucket (#631)
- Fix #584: remote Portier note about server install (#632)
- Fix #629: always show default bucket (#630)
- Fixup #630: hide default bucket if anonymous
- Fix #459: bucket readonly filter with writable collection (#627)
Internal changes
- Fix #475: get rid of in-browser tests (#654)
- Improve typing of group state. (#347)
- Fix #543: Use token type from server (#646)
- Fix #607: add safety for record.attachment (#620)
- package-lock.json is out of sync (#613)
- Remove React transform plugin (fixes #610) (#614)
- Update babel-eslint to the latest version 🚀 (#608)
- Use onInput instead of onChange
- Add explicit react-router dependency
- Bump react monorepo packages
- Try to fix babel-polyfill test failures
- Bump connected-react-router
- Fix deep-defaults security hole
- npm install with node 10
- Manually advance the clock to get setImmediate to happen
- chore(package): update enzyme-adapter-react-16 to version 1.6.0
- chore(package): update enzyme to version 3.7.0 (#660)
- chore(package): update flow-bin to version 0.80.0
- chore(package): update enzyme-adapter-react-16 to version 1.3.0
- chore(package): update enzyme to version 3.5.0
- chore(package): update babel-loader to version 8.0.0
- Use React.Fragment instead of duplicating s
- chore(package): update babel-eslint to version 9.0.0
- chore(package): update style-loader to version 0.23.0
- chore(package): update jsdom to version 12.0.0
v1.20.2
v1.20.1: Bump 1.20.1
Internal changes
- Update flow-bin to 0.79.0.
- Drop query-string (replaced by URLSearchParams).