Skip to content

Releases: Kinto/kinto-admin

v1.25.2

21 Oct 15:05
8d44ae6
Compare
Choose a tag to compare
  • Fix #1098: Status and rollback in preview/destination collections

v1.25.1

26 Sep 09:53
14de3fb
Compare
Choose a tag to compare
  • Fix #988: fix inverted diff (bis)

v1.25.0

10 Sep 17:16
eeaca1c
Compare
Choose a tag to compare

New features

  • Fix #520: Rollback changes button

Bug fixes

  • Remove kinto-signer from filtered history (#1015)
  • Fix #1007: Since parameter not taken into account in history list (#1009)
  • Fix #988: fix inverted diff

v1.24.1

21 Jun 20:25
7e89425
Compare
Choose a tag to compare
  • Fix #977: Fix copy to clipboard in Firefox (#980)
  • Fix #978: Move notifications below header bar (#979)

v1.24.0

06 Jun 13:30
5a4f8ec
Compare
Choose a tag to compare

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

  • Fix #356: Redirect to groups list after create/update (#944)
  • Ref #698: Add spacing after Anonymous on user info bar (#937)
  • Use "created" everywhere (instead of added) (#934)
  • Fix #693: Drop support of kinto-signer < 3.2 (#936)
  • Ref #503: Better labels for signoff history view (#951)

v1.23.0

23 Jan 11:09
9c4d19f
Compare
Choose a tag to compare
  • Handle base64 encoded openid token. (#715)
  • Add link to User Documentation in README.md
  • Fixes #683: Rename "Signed" to "Approved" (#692)

v1.22.0

25 Oct 15:46
7d084b8
Compare
Choose a tag to compare

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

  • Fix up some invalid uses of null/undefined
  • update flow-bin to version 0.84.0
  • Try to update flow-type modules to match whatever current syntax is
  • Missing whitespace before link (#664)
  • Update file-loader to the latest version 🚀 (#661)

v1.21.0

05 Oct 14:28
1567329
Compare
Choose a tag to compare

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

03 Oct 11:48
36026e2
Compare
Choose a tag to compare

Bug fixes

v1.20.1: Bump 1.20.1

17 Aug 17:38
eb10bd8
Compare
Choose a tag to compare

Internal changes

  • Update flow-bin to 0.79.0.
  • Drop query-string (replaced by URLSearchParams).