About MyComponent
MyComponent provides a development environment for creating MODX Extras.
Information
Released
September 22, 2025
Supported Database
MySQL
License
GPLv2
Supported Versions
2.2 - Current
Downloads
6,263
Instructions
Install with Package Manager.
See the documentation at Bob's Guide
New in 4.0.3-pl
- Updates for MODX 3 and Php 8
- Create processors that will run in MODX 2 and 3
- Fix issues with Example project in MODX 3
- Fix bug in pattern for text files (chunks)
- Simplify reports
- Remove class_key from resource transport files
- Remove all strftime() calls
- Fix issue with creating contexts
- Fix issue with widget resolver
- Add dashboards and widgets
- Add Menus
- Add dynamic suffix to codefile names
- Add unit tests for all new features
- Fix bug with removing new events
- Move creation of processors, controllers, and connectors to bootstrap
- Update dependency code
- Normalize EOF
- Add setting resolver
- Update docs
- Fix issues with lexicon strings in JavaScript
- Have LexiconHelper handle menus and widgets
- Fix handling of System Setting lexicon strings
- Normalize file endings to keep diff happy
- Remove Action adapter
- Add UpdateCopyrights snippet
- Update copyrights in ExportObjects
- Mods for Articles
- Detect old-style build file and explain fix
- Remove all instances of global $modx
- Numerous other bug fixes and improvements