Commit Graph

14 Commits

Author SHA1 Message Date
Amer Agovic
aa872bdd6b Release 1.0.10 with subpath deployment and modal menu invokes.
Add app_base/router_base config, compat path helpers, and scoped service worker
registration so apps can mount under a URL prefix. Wire invoke_type modal through
a handler registry and open the notification center from the standard menu flow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 16:44:32 -05:00
Amer Agovic
5810008fa5 Emit security barrel modules in library build
Add security/index, security/model/index, security/policy/index, and
security/pages/index as explicit lib entries. Under preserveModules these
re-export barrels were never reachable from an entry (internal code imports
the concrete files directly), so dist shipped only their .d.ts and consumer
imports like `@reliancy/bface/security/model/index.js` failed to resolve.

Not republished; picked up on the next release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-11 13:01:06 -05:00
Amer Agovic
859db6ccb2 Release 1.0.8 with platform, security, and UI hardening.
Adds API filter registry, style theme registry, SW bitmask cache clear, KV namespacing, session expiry checks, accessibility improvements, and expanded test coverage.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 21:08:21 -05:00
Amer Agovic
c6f7240912 Update bface UI and security work 2026-05-31 12:30:02 -05:00
Amer Agovic
6fe23fae86 Rename service worker runtime and scope route persistence 2026-05-11 13:51:47 -05:00
Amer Agovic
f5a739ee35 Add shell registry and profile-driven app config support 2026-05-10 20:48:13 -05:00
Amer Agovic
8960e40db4 Support desktop API base URL override 2026-05-10 17:56:11 -05:00
Amer Agovic
08f277486a Fix field action icon prop leakage 2026-05-09 06:50:30 -05:00
Amer Agovic
ff515fddf6 Refine shared shell, router, and service worker behavior 2026-05-09 06:46:30 -05:00
Amer Agovic
2157e1aea6 Unify records model and add notification center 2026-05-05 12:24:13 -05:00
Amer Agovic
166ddcc803 field control improvement 2026-05-01 11:50:12 -05:00
Amer Agovic
94744b3e59 Expand theme system and refresh UI components 2026-04-29 22:05:47 -05:00
Amer Agovic
4177411d3f Fix theme config render-phase updates 2026-04-29 22:05:02 -05:00
Amer Agovic
94a9f32969 Initial commit: bface library, build fixes, and refreshed docs
- Externalize all @tamagui/* and tamagui subpaths so dist no longer vendors Tamagui.
- Emit TypeScript declarations with vite-plugin-dts; fix package exports types for ui/*.
- Align initEnv with profiles: displayName, brandLogo, api.baseURL, themeColor, uiShell.
- Stabilize tests with Node localStorage file; env tests pass.
- Update README and component docs for services, menus, API client, and development.
2026-04-18 10:43:52 -05:00