Tags: ysfchn/DynamicComponents-AI2
Tags
Version - v2.3.0 (#67) Co-authored-by: Kumaraswamy B G <[email protected]> Co-authored-by: Nathan <[email protected]>
Version - v2.2.2 (#41) * Get component metadata no matter the circumstance * Fixes related to the previous build 84b0a512 * Fixes related to the previous build cb4788e * Extend "Null Safety" to all metadata functions 30c1dfd9 * Finishing touches * Fix events not handling properly Also removes `ComponentCreated` and is more specific about what ID must be unique. * Overwrite with 1570d2b * Remove ComponentCreated event reference Transferred with 1570d2b * Bump version * Add snippet from ab1eff2 Is more specific about what ID is not unique.
Version - v2.2.0 (#37) * Fix indent to 4 spaces * Rework (#36) * Rewrite Signed-off-by: StormiFire <[email protected]> * Remove .sh files from root Signed-off-by: StormiFire <[email protected]> * Replace old icon.png for README Signed-off-by: StormiFire <[email protected]> * Remove .placeholder Signed-off-by: StormiFire <[email protected]> * Convert indentations to spaces (2) Signed-off-by: StormiFire <[email protected]> * Reword description for GetName Signed-off-by: StormiFire <[email protected]> * Change 'helpUrl' to README, reverse deprecation of 'SchemaCreated', and reverse package name change Signed-off-by: StormiFire <[email protected]> Co-authored-by: StormiFire <[email protected]> * Lower the version name due it is not a major release * Lower the version code because it is bumped twice * Update docs * Add information about thread to docs * Replace badge locations Co-authored-by: Nathan <[email protected]> Co-authored-by: StormiFire <[email protected]>
Version - v2.1.0 (#30) Check #30 for release notes. Co-authored-by: Nathan <[email protected]> Co-authored-by: Shreyash Saitwal <[email protected]> Co-authored-by: StormiFire <[email protected]>
Version - 2.0 (#18) * Added ability to write the full class name * Fix: Add titles to the exceptions * Bump version to 5 * Update extension description * Add RandomUUID block * Documentation update * Update README.md * Remove Parameters on README.md * Update README.md * Update README.md * Update README.md * Clean-up * Added GitHub Actions * Code style * Update build.yml * Update build.yml * Update build.yml * ⚡ Template Creator * Added "IsDynamic" block * Code style * TemplateCreator: Convert values automatically #21 * TemplateCreator: Change color conversion #22 * TemplateCreator: Support for extension instances #23 * TemplateCreator: Fix color conversion #22 * TemplateCreator: Fix color conversion #22 / 2 * Update README.md * 🎉 Added: Move, SetOrder and GetOrder blocks! #20 * Update README.md * Code style * Fix variable error * Ability to set multiple properties + code adjustments (#25) * Ability to set multiple properties at once * Change 'versionName' Reported incorrect version name. * Only allow input from dictionaries * Ignore spaces by default in property/class/component names * VersionName block + Bump version name * Update .gitignore * ⚠ Add parameters to SchemaCreated event * 🎉 Added: Invoke and ListDetails blocks! * Update .gitignore * Update to App Inventor version v185 * Update to App Inventor version v185 - 2 * Update GitHub Actions * Update GitHub Actions * 🛑 Fix extension icon URL * Switch to the CodeQL Co-authored-by: Nathan <[email protected]>
Version - v1.3 (#14) * Inspect code (#8) * Inspect code * Update DynamicComponents.java * Reflection fix for Android <7 * Add license scan report and status Signed off by: fossabot <[email protected]> * Add Codacy badge (#10) * Update README.md * 🎉 Implement Schema feature * 📜 Update comments * 🧱 More checks for SetProperty * 🧱 Fix Schema & 1 New Event * ➕ "Version" block Co-authored-by: Mika <[email protected]> Co-authored-by: fossabot <[email protected]> Co-authored-by: Codacy Badger <[email protected]>
Version - v1.2 (#7) * Main code update * Add build.xml from mit-cml/extension-template * Add libraries from mit-cml/extension-template * Fix Errors * Main code update - 2 * Remove GitHub Action As version 1.2 switches to MIT's extension template, this action won't work anymore, so it is better to delete it for now. * Make SetProperty block more stable * Disable RemoveAll block for now