Commit Graph

26 Commits

Author SHA1 Message Date
dswbx
4c11789ea8 Fix Release 0.11.1 (#150)
* fix strategy forms handling, add register route and hidden fields

Refactored strategy forms to include hidden fields for type and name. Added a registration route with necessary adjustments to the admin controller and routes. Corrected field handling within relevant forms and components.

* fix admin access permissions and refactor routing structure

display a fixed error for unmet permissions when retrieving the schema. moved auth routes outside of BkndProvider and reorganized remaining routes to include BkndWrapper.

* fix: properly type BkndWrapper

* bump fix release version

* ModuleManager: update diff checking and AppData validation

Revised diff handling includes validation of diffs, reverting changes on failure, and enforcing module constraints with onBeforeUpdate hooks. Introduced `validateDiffs` and backup of stable configs. Applied changes in related modules, tests, and UI layer to align with updated diff logic.

* fix: cli: running from config file were using invalid args

* fix: cli: improve sequence of onBuilt trigger to allow custom routes from cli

* fix e2e tests
2025-04-20 09:29:58 +02:00
dswbx
a12d4e13d0 e2e: added script to auto test adapters 2025-04-03 16:40:51 +02:00
dswbx
3f26c45dd9 refactored adapters to run test suites (#126)
* refactored adapters to run test suites

* fix bun version for tests

* added missing adapter tests and refactored examples to use `bknd.config.ts` where applicable
2025-04-01 11:43:11 +02:00
dswbx
b763826754 replaced remix with react-router 2025-03-14 15:32:43 +01:00
dswbx
1ea22248b4 fix nextjs linting hints and improve adapter to support config as function 2025-03-14 07:55:05 +01:00
dswbx
4f01004262 update override in examples 2025-03-11 19:53:31 +01:00
dswbx
8550aef606 update nextjs example to add credentials 2025-03-07 08:56:35 +01:00
dswbx
01cb9d21b0 update nextjs example's readme 2025-03-05 09:37:23 +01:00
dswbx
4f52537ea0 updated nextjs example 2025-03-04 14:39:32 +01:00
dswbx
00f52eb096 minor fixes for nextjs 2025-03-03 07:10:32 +01:00
dswbx
09074f6591 updated nextjs example with app router 2025-02-27 20:09:03 +01:00
dswbx
6f776aeff7 optimized local api instantiation to prepare for nextjs app router 2025-02-20 10:02:44 +01:00
dswbx
335fe42a22 adjusted nextjs example theme 2025-02-18 20:14:08 +01:00
dswbx
964bacd824 updated examples package.json's and README.md's 2025-02-18 13:19:35 +01:00
dswbx
4bd201d454 cli create: updated templates, reworked examples to be standalone 2025-02-14 14:56:35 +01:00
dswbx
2c6a4d2bed update app create config to accept libsql config directly 2025-02-12 09:21:51 +01:00
dswbx
c7bd0a636b fix admin redirection on default role matched only 2025-01-14 11:55:24 +01:00
dswbx
06125f1afe added fallback route to server, created extensive setup instructions in docs 2024-12-24 16:01:42 +01:00
dswbx
70e42a02d7 updated examples: astro, nextjs, remix, bun, node 2024-12-23 16:50:26 +01:00
dswbx
3932396084 fixing imports and ssr support + updated remix/nextjs/astro examples 2024-12-07 19:31:12 +01:00
dswbx
bdc6eb55bf added bknd admin config override to make it easier to include <Admin /> 2024-11-28 11:15:07 +01:00
dswbx
6718419d41 prepare admin for astro: inject clientprovider props directly from admin component 2024-11-28 10:04:14 +01:00
dswbx
b6e3c934c4 fixed nextjs build + confirmed node adapter 2024-11-27 17:07:56 +01:00
dswbx
9d896a6ab1 improved nextjs/remix adapters and docs, confirmed remix ssr working 2024-11-26 11:15:38 +01:00
dswbx
f70e2b2e10 updated examples 2024-11-23 11:21:25 +01:00
dswbx
90f80c4280 public commit 2024-11-16 12:01:47 +01:00