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