@@ -430,6 +430,29 @@ The first version of CodeBehind is based on .NET Core version 7.0; if the versio
430430
431431## Version 4.2
432432
433+ ** New features:**
434+ - Checking browser support in WebFormsJS
435+ - Ability to permanently store values in "localStorage" in WebForms Core
436+ - Replacing "event" instead of "this" and preserving sending with async in WebForms Core
437+ - Automatically clearing expired caches in WebForms Core
438+ - Executing the "onload" event after assignment in tags in WebForms Core
439+ - Using efficient methods instead of "innerHTML" and "outerHTML" in WebForms Core
440+ - New GoTo feature to return to previous lines of Action Controls with the ability to specify the repetition rate in WebForms Core
441+ - Ability to access the tag in which the event was executed (current or target) in WebForms Core
442+ - New method to add hidden tags more easily in WebForms Core
443+ - Improved support for adding attributes and the ability to specify the splitter character in WebForms Core
444+ - Improved the "cb_AddEvent" and "cb_AddEventListener" methods in WebForms Core
445+ - Adding the ability to add "PreventDefault" and "StopPropagation" methods to events in WebForms Core
446+ - Ability to save and restore line by line in WebForms Core
447+ - Ability to save and restore INI format in WebForms Core
448+ - Ability to save and restore URL in WebForms Core
449+ - Accessibility By selected key name in WebForms Core
450+ - Ability to access mouse position on page in WebForms Core
451+ - Ability to access tag index in WebForms Core
452+ - And a series of minor changes and improvements
453+
454+ ## Version 4.3
455+
433456** New features:**
434457- Ability to compress data for sending data to the server via WebFormsJS
435458- New ` SendBack ` feature for sending all types of data
0 commit comments