mirror of
https://github.com/xtr-dev/payload-feature-flags.git
synced 2025-12-10 02:43:25 +00:00
v0.0.10: Server/client architecture with enhanced security and UX improvements
- Split feature flags view into server/client components for better performance - Added comprehensive security checks for authentication and authorization - Implemented read-only mode for users without update permissions - Fixed checkbox state synchronization issues with server updates - Improved UX: rollout percentage editable regardless of flag enabled state - Added DefaultTemplate integration with proper PayloadCMS admin layout - Enhanced error handling with specific messages for auth/permissions - Removed debug logging for production readiness 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xtr-dev/payload-feature-flags",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "Feature flags plugin for Payload CMS - manage feature toggles, A/B tests, and gradual rollouts",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user