Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Apply suggested changenote tweak
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Keith-Magee <[email protected]>
  • Loading branch information
HalfWhitt and freakboy3742 authored Nov 4, 2024
1 parent 6d55698 commit 3084327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/224.removal.2.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The mechanisms for assigning styles and applicators to nodes, and applying styles, have been reworked. A node will now attempt to apply its style as soon as it is assigned an applicator; this means you should wait to do so until a node is sufficiently initialized to apply its style. To accomodate uses that currently do not follow this order, any exceptions resulting from a failed style application are caught, and a runtime warning is issued. In a future version, this will be an exception. (Assiging a new style will also trigger a reapply, as long as the applicator is already present.)
The mechanisms for assigning styles and applicators to nodes, and applying styles, have been reworked. A node will now attempt to apply its style as soon as it is assigned an applicator; this means you should not assign an applicator to a node until the node is sufficiently initialized to apply its style. To accomodate uses that currently do not follow this order, any exceptions resulting from a failed style application are caught, and a runtime warning is issued. In a future version, this will be an exception. Assigning a new style will also trigger a reapply, as long as the applicator is already present.

0 comments on commit 3084327

Please sign in to comment.