Commit Graph

13 Commits

Author SHA1 Message Date
94b7277b3a feat: Upgrade plugin version to 2.0.0 and refactor configuration handling
- Updated version numbers in package.json, package-lock.json, and manifest.json to 2.0.0.
- Refactored configuration types to use data sources (SELF, APP) instead of type-based configurations.
- Enhanced settings UI to allow selection between using the current record or another app's record.
- Improved error handling and validation for configuration settings.
- Added new input component for better handling of text inputs in settings.
- Updated localization files for new settings structure and error messages.
- Optimized API calls with memoization for fetching form field properties and checking configurations.
2025-10-02 13:26:46 +09:00
db4e21607e removed dependency of @shin-chan/kypes. 2025-09-30 19:56:15 +09:00
c8a2c8087a introduce biome instead of prettier and eslint. 2025-09-30 19:14:47 +09:00
be0daf2097 support language translation. 2025-07-04 15:32:01 +09:00
83f29b8e63 use IIFE for entry points. 2025-07-03 18:24:31 +09:00
5926c08da5 optimize build tool chain. 2025-07-03 16:43:25 +09:00
e37ac9aa4a update version to 1.0.1 with minor fixes. 2025-06-18 18:06:48 +09:00
3f85eb8338 optimize whole environment 2025-06-02 18:13:18 +09:00
4fbf2a4e81 removed core-js dependency. 2025-06-02 09:33:19 +09:00
4024914831 support display format in number and calc fields. 2025-05-31 21:45:13 +09:00
271e29ee33 remove kintone-pretty-fields library dependency. 2025-05-29 22:31:19 +09:00
fffa5fc1cd use rspack instead of webpack. 2025-05-27 19:25:27 +09:00
191fe24ed2 first commit 2025-05-27 17:02:32 +09:00