github pocketbase/pocketbase v0.2.5
v0.2.5 Release

latest releases: v0.22.15, v0.22.14, v0.22.14-rc...
24 months ago

Changes

  • Fix AutoExpandTextArea scroll hang [#99]
  • Simplified internals and improved code formatting [#89] (thanks @ValleyZw)
  • Added refresh button to the listing pages [#83] (thanks @muellercornelius)
  • fixed typos and applied some suggested community changes in the README
  • minor admin UI improvements and fixes.

Also, the Admin UI now uses the new Javasciprt-SDK v0.2.0 including the following improvements (minor SDK breaking):

  • reduced the bundle size from ~75kb to ~23kb (or ~5kb gzipped!)
  • the core was rewritten from scratch and all previous 3rd party dependencies (axios, qs) are now gone and replaced with fetch() for better and easier cross environment support (browser, rollup2+, webpack 4 & 5+, node, deno, react native, etc.)
  • no more optional 4th axios config argument in the client contructor
  • all request errors are now wrapped in a normalized ClientResponseError object
    The documentation of the SDK was also updated with a "Caveats section". You could find out more here - https://github.com/pocketbase/js-sdk

Don't miss a new pocketbase release

NewReleases is sending notifications on new releases.