Document the removal of the z2ui5 frontend global - #335
Merged
Merged
Conversation
abap2UI5 (branch claude/fervent-hopper-kkyo84) removes window.z2ui5 and everything that existed to reach it: cs_event-z2ui5, the js_loader popup, the z2ui5.Util / z2ui5.Formatter globals and the z2ui5/Util module. The deprecations page records them as removed in the next release, with the raw-expression migration for cs_event-z2ui5 and core:require for the date helpers; the formatter and renaming pages stop naming the global. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GKnAQ9xpQDU2FQkDrVhNYk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR documents abap2UI5/abap2UI5#2777, which removes
window.z2ui5and everything that existed only to reach it.resources/deprecations.mdz2ui5.Util/z2ui5.Formatterglobals and thez2ui5/Utilmodulecs_event-z2ui5z2ui5_cl_pop_js_loaderwindow.z2ui5z2ui5frontend global", under "Removed: does not compile any more" gives the migrations: the raw expressionfollow_up_action(myFunction())on a function defined onwindow, andcore:requireofz2ui5/model/formatterfor the date helpers.cs_event-z2ui5and "z2ui5.Util→z2ui5.Formatter" are removed.cookbook/model/formatter.md: the module is reached throughcore:require(UI5 1.74 and later). The global no longer exists.advanced/renaming.md: the "Globals" row is removed from the frontend-namespace table.Merge together with or after abap2UI5/abap2UI5#2777.
Checks:
docs:build,test,check:examples,check:conventions,check:line-length,check:vocabularyandcheck:cross-siteare green.Already failing before this change:
check:api-namesflagscs_event-keyboard_set_modeonsoft_keyboard.md/api.md, a name that is already gone from abap2UI5main.check:designneeds a playground checkout.🤖 Generated with Claude Code
https://claude.ai/code/session_01GKnAQ9xpQDU2FQkDrVhNYk
Generated by Claude Code