Commit Graph

23 Commits

Author SHA1 Message Date
b7d4cd40f6 chore: update dependencies and add development guidelines
- Updated `docxtemplater` from 3.66.4 to 3.66.7
- Updated `i18next` from 25.5.3 to 25.6.0
- Updated `@biomejs/biome` from 2.2.4 to 2.2.5
- Updated TypeScript types for `node`, `react`, and `react-dom`
- Added AGENTS.md for development guidelines and best practices
- Added README.md with installation, usage, and development instructions
2025-10-12 14:02:31 +09:00
5f18c0b791 chore: update dependencies in package-lock.json for improved stability and security v2.0.0 2025-10-02 13:28:21 +09:00
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
99251b4748 refactor: enhance configuration handling and error checking for template fields in the Word output plugin 2025-10-02 13:26:13 +09:00
b1540e8374 refactor: update type definitions for Kintone fields to improve type safety and clarity 2025-09-30 22:21:03 +09:00
a396952331 refactor: update VSCode configurations and scripts for improved compatibility and performance 2025-09-30 21:45:50 +09:00
43a55bbb2b refactor: streamline MenuPanel by removing unused functions and introducing generateWordFileData for DOCX generation 2025-09-30 21:08:06 +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
dd1fd35238 disable debug flags. v1.0.2 2025-07-04 15:36:56 +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. v1.0.1 2025-06-18 18:06:48 +09:00
3f85eb8338 optimize whole environment v1.0.0 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
5bc9976566 introduced modal loading spinner. 2025-05-29 22:32:19 +09:00
271e29ee33 remove kintone-pretty-fields library dependency. 2025-05-29 22:31:19 +09:00
112d0461fa moved decralation.d.ts to src directory. 2025-05-28 08:58:13 +09:00
29174518dc add license file. 2025-05-27 19:29:27 +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