| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove 'peer' property from several dependencies in package-lock.json and ↵ | Valentin Popov | 32 hours | 1 | -50/+108 |
| | | | | | add @types/react-dom as a peer dependency for multiple Strapi modules. | ||||
| * | Update dependency @sindresorhus/slugify to v3 | renovate[bot] | 32 hours | 1 | -133/+60 |
| | | |||||
| * | Enhance checkbox-list custom field functionality | Valentin Popov | 33 hours | 1 | -33/+526 |
| | | | | | | | | | - Added CheckboxListEnumInput component for handling enumeration inputs. - Updated CheckboxListDefaultInput to support new options structure. - Integrated validation for checkbox list options using Yup. - Modified package.json and package-lock.json to include new dependencies. - Improved admin interface with enhanced input handling and validation feedback. | ||||
| * | Add checkbox-list custom field plugin to Strapi | Valentin Popov | 34 hours | 1 | -28/+144 |
| | | | | | | | | | - Introduced a new custom field type 'checkbox-list' with associated input component. - Updated package.json to reflect the new plugin name. - Added necessary server-side files for plugin registration, including bootstrap, destroy, and service methods. - Updated package-lock.json to include new dependencies and versions. - Enhanced admin interface with custom field registration and input handling. | ||||
| * | Initial Strapi plugin project | Valentin Popov | 36 hours | 1 | -0/+24243 |
