File Details
13
- R
- Jan 17, 2026
- 21.11 KB
- 277
- 12.0.1+2
- Retail
File Name
LibEditMode-13.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.2.7
Lib: EditMode
13 (2026-01-17)
Full Changelog Previous Releases
- Bump version
- Remove mainline requirement on TOC
- Apparently TBC has Edit Mode
- :lipstick:
- Provide example for callbacks
- :lipstick:
- Adjust docs with links for system enums
- Fix post-rename update
- Provide the source layout name when copying
Fixes #67 - Rework callback triggers
There were some issues with the previous logic, this should fix all of
those and document how they all work (kinda) - Adjust docs for subSystemID
- Add support for subsystems (#71)
- Add support for subsystems
- Add missing args
- Update docs
- Reset dialog when closing
Fixes #68 - Check if dialog exists (#70)
- Update license (#69)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.com - Bump version
- Bump peter-evans/create-pull-request from 7 to 8 (#64)
Bumps peter-evans/create-pull-request from 7 to 8.
updated-dependencies:- dependency-name: peter-evans/create-pull-request
dependency-version: '8'
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: peter-evans/create-pull-request
- Bump actions/upload-artifact from 5 to 6 (#63)
Bumps actions/upload-artifact from 5 to 6.
updated-dependencies:- dependency-name: actions/upload-artifact
dependency-version: '6'
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/upload-artifact
- Consistent type
- Indicate to setter that it's a reset
Fixes #62 - Trigger callbacks before updating dialog
Otherwise the consumer hasn't had the time to create savedvariables yet - Need to pass through the selection
- Update Interface version (#57)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.com - Add a dialog refresh method
Fixes #59 - Ensure we have a dialog first
- Update dialog on layout changes
Fixes #60 - Fix opacity not being stored correctly
Fixes #61 - Bump version
- Rethink how we allow multi-select dropdowns
Ref #56 - Lint
- Fix doc links
- Add option to disable settings, with accompanying functions
- Support non-radio correctly
Fixes #56 - Add color picker support
Fixes #53 - Support fine editing for slider
Fixes #52 - Bump actions/checkout from 5 to 6 (#51)
Bumps actions/checkout from 5 to 6.
updated-dependencies:- dependency-name: actions/checkout
dependency-version: '6'
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
- Lint
- Add description tooltip support
This is beyond what blizzard supports, but it's nice to have - Update wiki on tags only
- Rename tags workflow
- Reset dialog predictably
Fixes #5 - Don't figure callbacks early
- Update cache whenever the layouts change
It's not guaranteed to be on ADDON_LOADED - Don't throw errors with missing layouts
This actually kills the init process of the entire library - Different table structure
- Use cache when querying layout names
C_EditMode.GetLayouts() requires pulling data from the server, which
causes a freeze every time it's called (based on latency) - Fix error on early loading
- Specs can trigger layout changes
Ref https://github.com/Gethe/wow-ui-source/blob/cbd9586890ae30fd5bdfb2f87533f3c35877ef9a/Interface/AddOns/Blizzard\_EditMode/Mainline/EditModeManager.lua#L181C19-L187
Fixes #47 - Fix regression
Fixes #48 - Try to run layout callback on registration (#46)
- Lint
- Trigger layout callbacks when frames are added
Otherwise it's rather cumbersome to deal with updates. - Add callbacks for create, rename and delete
Fixes #45 - Pass layout index of the changed layout
Fixes #45 - Don't get in the way
- :lipstick:
- Prevent clicking through the extension dialog
- Keep extension static (#44)
- Add docs for #43
- Split entry's name and value (#43)
- Manually fetch layout info (#42)
- Better handling of system names
- Don't waste minutes
- :lipstick:
- :lipstick:
- :lipstick:
- :lipstick:
- :lipstick:
- Rearrange for docs cohesiveness
- Re-add docs for the deprecated method but mark it
- Make extension settings divider dynamic
- Add method to add multiple buttons at once
- Overlap system dialogs so they look unified
- Fix system dialog width
- Add test case for system settings
- Oops
- It bothers me so much...
- Move DropdownOption after Dropdown
- Reset position belongs in .Buttons
- Add extension to blizz settings (#37)
- Add divider widget (#36)
- Bump actions/upload-artifact from 4 to 5 (#35)
Bumps actions/upload-artifact from 4 to 5.
updated-dependencies:- dependency-name: actions/upload-artifact
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/upload-artifact
- Prevent combat errors from protected API
- Prevent OnDragStop from erroring
- Stop dragging if the player enters combat
- Don't try to move things in combat
- Update dialog on all movement
- Lint
- Add per pixel adjustment via arrow keys (#33)
- Consider any floating point issues
- Disable reset position button if we're at default position
- Bump version
- Update Interface version (#31)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.com - Need to check for nil on booleans
Fixes #32 - Add 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.com - Update Interface version (#26)
Co-authored-by: p3lim 26496+p3lim@users.noreply.github.com - Use GitHub for sponsorship
- Bump minor

