File Details
10
- R
- Oct 11, 2025
- 13.38 KB
- 208
- 12.0.0+1
- Retail
File Name
LibEditMode-10.zip
Supported Versions
- 12.0.0
- 11.2.5
Lib: EditMode
10 (2025-10-11)
Full Changelog Previous Releases
Bump version
Update Interface version (#31)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.comNeed to check for nil on booleans
Fixes #32Add a standalone test case
Bump actions/checkout from 4 to 5 (#28)
Bumps actions/checkout from 4 to 5.
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- dependency-name: actions/checkout
Update Interface version (#27)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.comUpdate Interface version (#26)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.comUse GitHub for sponsorship
Bump minor
Update Interface version (#25)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.comLint
Add fix for 11.2
Fix release job
Fix artifacts
Update license (#24)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.comUse beta/PTR versions
Bump p3lim/toc-interface-updater from 3 to 4 (#22)
Bumps p3lim/toc-interface-updater from 3 to 4.
updated-dependencies:
dependency-name: p3lim/toc-interface-updater
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-pull-request from 6 to 7 (#23)
Bumps peter-evans/create-pull-request from 6 to 7.
updated-dependencies:
dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump minor
Use multi-valued interface version
Bump peter-evans/create-pull-request from 5 to 6
Bumps peter-evans/create-pull-request from 5 to 6.
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
- dependency-name: peter-evans/create-pull-request
Bump actions/upload-artifact from 3 to 4
Bumps actions/upload-artifact from 3 to 4.
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
- dependency-name: actions/upload-artifact
Bump Interface version
Remove old embeds and references
:broom:
Rename TOC to avoid loading on unsupported versions
Bump TOC
Support changing menu height
Use unsecured pool variant
Not entirely sure this will stay:broom:
Drop LibDropDown for 11.x built-in system
It's a drop-in system for simple dropdowns, but any entry types other
than checkboxes and radio buttons are not supported by the simple menu.
A complex menu can be made using the generator callback.Use stock pools logic as much we can
Share tables
Use future TOC bumps
Conflicts:
.github/workflows/version.yml
Create FUNDING.yml
Update Interface version
Bump actions/checkout from 3 to 4
Bumps actions/checkout from 3 to 4.
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
- dependency-name: actions/checkout
Bump p3lim/toc-interface-updater from 2 to 3
Bumps p3lim/toc-interface-updater from 2 to 3.
updated-dependencies:
- dependency-name: p3lim/toc-interface-updater
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
- dependency-name: p3lim/toc-interface-updater
Update license
:broom:
Update version
Revert dc15c87
Securely dispatch callbacks
Manually trigger layout callbacks registering late
Update version
Use override name for dialog title
Fix checked status for dropdown labels
Fallback on defaults correctly
Correctly reset settings objects
Fix bogus dep
Bump Interface version
Add override for label name
Bump p3lim/license-year-updater from 1 to 2
Bumps p3lim/license-year-updater from 1 to 2.
updated-dependencies:
- dependency-name: p3lim/license-year-updater
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
- dependency-name: p3lim/license-year-updater
Bump version
Bump workflow actions
Bump Interface version
Fix for 10.1
Fix #12LDD refreshes menus itself in minor9
Update Interface version (#9)
Co-authored-by: p3lim p3lim@users.noreply.github.comMerge pull request #8 from p3lim-wow/update-license
Update licenseUpdate license
Update version
Only bump minor
Linting
That's not how this works
There might not be an old minor
Add note about lib.dialog compat
Add utility to help with tagging
Since we define MINOR in multiple places it's crucial they are equalAlmost missed a file
Update Interface version
Only attempt to refresh dropdowns if the lib supports it
Add version compatibility checks and backports
Add note
Don't lint tests
Add a functional example to use for testing/validation
Return a boolean
Refresh dropdowns on selection
Document the layout callback signature
Namespace internal methods and drop their docs
Doc adjustments
Document types
Ignore trailing whitespace in comments
Fix links
Fixup
Create page for object types
Fix some links
Document most of the functionality
Set up automated releases
Update version
Force hide selections when we leave edit mode
:sparkles: