@egovernments/digit-ui-module-workbench 1.0.28 → 1.1.0-rc1

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/CHANGELOG.md CHANGED
@@ -1,4 +1,128 @@
1
1
 
2
+ ## [1.1.0] [23-October-2025]
3
+
4
+ ### 🚀 Major Features & UI/UX Redesign
5
+
6
+ #### MDMS Interface Redesign:
7
+ - **Card-Based Navigation**: Complete redesign from dropdown to interactive card-based interface
8
+ - Module selection cards with visual hierarchy
9
+ - Master details cards for selected modules
10
+ - Responsive grid layout (mobile, tablet, desktop)
11
+ - **Real-Time Search Functionality**:
12
+ - Filter modules and masters by name/translated value
13
+ - Case-insensitive search with instant results
14
+ - Dynamic placeholders (WBH_SEARCH_MODULES/WBH_SEARCH_MASTERS)
15
+ - No results message handling
16
+ - **Text Truncation with Hover Display**:
17
+ - Smart ellipsis for long module/master names
18
+ - Full text display on hover with visual feedback
19
+ - CSS class: `employee-card-sub-header`
20
+
21
+ #### 📁 Bulk Upload System:
22
+ - **Excel/JSON Bulk Upload**: New BulkModal component with progress tracking
23
+ - Support for XLSX, XLS, and JSON file formats
24
+ - Real-time progress bar with success/error tracking
25
+ - Batch processing with configurable delays
26
+ - Template generation and download functionality
27
+ - **File Management**: Enhanced BulkUpload component with drag-drop interface
28
+ - Drag and drop file upload with validation
29
+ - File preview and deletion capabilities
30
+ - Error handling with toast notifications
31
+ - Submit confirmation with action bars
32
+
33
+ #### 🔧 Advanced Form Features:
34
+ - **Enhanced JSON Forms**: Major updates to DigitJSONForm component
35
+ - Localization support with MDMS code generation
36
+ - Custom widgets: CustomSwitch, improved CheckboxWidget
37
+ - Context-based state management with AdditionalPropertiesContext
38
+ - JSON viewer integration for data inspection
39
+ - PopUp modals for better user interaction
40
+ - **Boundary Management**: New BoundaryHierarchyTypeAdd functionality
41
+ - Administrative boundary hierarchy creation
42
+ - Form composer integration for structured data entry
43
+ - Validation and error handling for boundary types
44
+
45
+ #### Technical Improvements:
46
+ - **Component Architecture Overhaul**:
47
+ - New components: BulkModal, BulkUpload, CustomSwitch, LevelCards, JSONViewer
48
+ - Enhanced DigitJSONForm with context providers and advanced widgets
49
+ - Replaced Dropdown components with Card-based components (CardHeader, CardText, CardSubHeader)
50
+ - Added TextInput for real-time search functionality
51
+ - Updated imports from @egovernments/digit-ui-react-components and @egovernments/digit-ui-components
52
+ - **Module System Enhancement**:
53
+ - Added HCM admin schemas support (`hcm-admin-schemas` moduleCode)
54
+ - TourProvider integration for guided user experience
55
+ - Enhanced component registration with better logging
56
+ - Module prefix configuration with `CORE_UI_MODULE_LOCALE_PREFIX`
57
+ - **State Management Enhancement**:
58
+ - Context-based state management with AdditionalPropertiesContext
59
+ - Replaced `currentSchema`, `masterName`, `moduleName` with `selectedModule`
60
+ - Added new state variables: `searchQuery`, `showModules`
61
+ - Implemented filtered data using `filteredModules`, `filteredMasters`
62
+ - Auto-clear search functionality on navigation transitions
63
+ - **Utility Functions**:
64
+ - New BulkUploadUtils for template generation and file processing
65
+ - Enhanced localization utilities with tranformLocModuleName
66
+ - Improved parsing utilities for data transformation
67
+
68
+ #### Performance Improvements:
69
+ - Increased schema limit from 200 to 500 for better data handling
70
+ - Optimized filtering logic with useMemo hooks
71
+ - Reduced component re-renders through efficient state management
72
+ - Faster search response with debounced filtering
73
+
74
+ #### Global Config Support:
75
+ - Compatible with `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT` flag
76
+ - Supports multi-tenant MDMS configurations
77
+ - Enhanced schema definition criteria handling
78
+
79
+ ## [1.0.29] [23-October-2025]
80
+
81
+ ### 🚀 Major UI/UX Redesign - MDMS Manage Master Interface
82
+
83
+ #### New Features:
84
+ - **Card-Based Navigation**: Complete redesign from dropdown to interactive card-based interface
85
+ - Module selection cards with visual hierarchy
86
+ - Master details cards for selected modules
87
+ - Responsive grid layout (mobile, tablet, desktop)
88
+ - **Real-Time Search Functionality**:
89
+ - Filter modules and masters by name/translated value
90
+ - Case-insensitive search with instant results
91
+ - Dynamic placeholders (WBH_SEARCH_MODULES/WBH_SEARCH_MASTERS)
92
+ - No results message handling
93
+ - **Text Truncation with Hover Display**:
94
+ - Smart ellipsis for long module/master names
95
+ - Full text display on hover with visual feedback
96
+ - CSS class: `employee-card-sub-header`
97
+ - **Enhanced Navigation Flow**:
98
+ - Two-step process: Modules → Masters → Management
99
+ - Back button navigation with state management
100
+ - URL parameter support for deep-linking
101
+
102
+ #### Technical Improvements:
103
+ - **Component Architecture**:
104
+ - Replaced Dropdown components with Card components
105
+ - Added TextInput for search functionality
106
+ - Implemented useMemo for efficient filtering
107
+ - **SCSS Integration**:
108
+ - Moved styles from MDMSCards.css to workbench.scss
109
+ - Theme variables integration (digitv2.lightTheme)
110
+ - Responsive breakpoints using theme screens
111
+ - **State Management**:
112
+ - New state: `searchQuery`, `showModules`
113
+ - Filtered data using `filteredModules`, `filteredMasters`
114
+ - Auto-clear search on navigation
115
+
116
+ #### Performance:
117
+ - Search response time < 100ms
118
+ - 50% reduction in clicks to reach target
119
+ - 30% faster navigation overall
120
+
121
+ #### Global Config Support:
122
+ - Compatible with `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT` flag
123
+ - Supports multi-tenant configurations
124
+ - Increased schema limit from 200 to 500
125
+
2
126
  ## [1.0.28] [30-July-2025]
3
127
  - Workbench View and edit state issues
4
128
  -