gmoonc 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/index.cjs +988 -11
- package/package.json +1 -1
- package/src/templates/shared/src/gmoonc/components/GMooncMensagemForm.tsx +13 -13
- package/src/templates/shared/src/gmoonc/components/GMooncMensagensManager.tsx +6 -6
- package/src/templates/shared/src/gmoonc/components/GMooncMensagensTecnicasManager.tsx +22 -22
- package/src/templates/shared/src/gmoonc/features/notifications/GMooncNotificationsManager.tsx +1 -12
- package/src/templates/shared/src/gmoonc/hooks/useGMooncMensagens.ts +1 -1
- package/src/templates/shared/src/gmoonc/hooks/useGMooncMensagensTecnicas.ts +1 -1
- package/src/templates/shared/src/gmoonc/types/mensagens.ts +2 -2
package/README.md
CHANGED
|
@@ -63,6 +63,20 @@ The logo is installed at `src/gmoonc/assets/gmoonc-logo.png`. You can replace it
|
|
|
63
63
|
|
|
64
64
|
## Changelog
|
|
65
65
|
|
|
66
|
+
### 0.0.17
|
|
67
|
+
- Feature: New `supabase --vite` command to setup Supabase integration
|
|
68
|
+
- Feature: Supabase Auth + RBAC integration with session provider
|
|
69
|
+
- Feature: Automatic installation of @supabase/supabase-js dependency
|
|
70
|
+
- Feature: Generated Supabase client, env validation, and RBAC helpers
|
|
71
|
+
- Feature: Automatic patching of existing code to use Supabase provider
|
|
72
|
+
- Feature: .env.example creation/update with Supabase variables
|
|
73
|
+
|
|
74
|
+
### 0.0.16
|
|
75
|
+
- Fix: Removed "farm" references from message forms - changed "Company/Farm" to "Company" throughout
|
|
76
|
+
- Fix: Updated field name from `empresa_fazenda`/`company_farm` to `company` in all message-related components
|
|
77
|
+
- Fix: Updated placeholder text from "Your company or farm name" to "Your company name"
|
|
78
|
+
- Fix: Updated notification template variables from `{{company_farm}}` to `{{company}}`
|
|
79
|
+
|
|
66
80
|
### 0.0.15
|
|
67
81
|
- Feature: Complete Account page implementation (equivalent to Sicoop reference)
|
|
68
82
|
- Feature: Personal Information, Account Security, and Change Email sections
|