Releases: devforth/adminforth-import-export
Releases · devforth/adminforth-import-export
v1.4.0
1.4.0 (2025-05-07)
Features
- enhance CSV import process with loading indicators and improved state management (d67b6e7)
v1.3.1
1.3.1 (2025-04-09)
Bug Fixes
- add error alerts for CSV parsing issues and empty data rows (0570874)
- improve error messages for CSV parsing by including row numbers (f527710)
v1.3.0
1.3.0 (2025-04-08)
Bug Fixes
- update import confirmation dialog buttons (5d15843)
Features
- enhance import confirmation dialog with dynamic button rendering (31e754b)
v1.2.1
1.2.1 (2025-04-04)
Bug Fixes
- add filter normalization to export (af0a7cf)
v1.0.1-next.1
Bug Fixes
- add filter normalization to export (af0a7cf)
v1.2.0
1.2.0 (2025-03-26)
Bug Fixes
- add validation for primary key column (71f6e98)
Features
- add support for importing new records only and updating existing records in CSV import functionality (f867b36)
- implement i18n support for import confirmation dialog and messages in CSV import functionality (241740e)
v1.1.0
1.1.0 (2025-03-18)
Features
- enhance CSV export functionality with proper escaping and improved error handling (1dad1ab)
- integrate PapaParse for CSV parsing and enhance error handling (9af26fd)