Skip to content

Commit 61b55a2

Browse files
committed
Declare breaking changes.
1 parent 9de1382 commit 61b55a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

extensions/reviewed/PanelSpriteButton.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "PanelSpriteButton",
1010
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Interface Elements/Interface Elements_interface_ui_button_ok_cta_clock_tap.svg",
1111
"shortDescription": "A button that can be customized.",
12-
"version": "1.6.0",
12+
"version": "2.0.0",
1313
"description": [
1414
"The button can be customized with a background for each state and a label. It handles user interactions and a simple condition can be used to check if it is clicked.",
1515
"",
@@ -26,6 +26,12 @@
2626
"authorIds": [
2727
"IWykYNRvhCZBN3vEgKEbBPOR3Oc2"
2828
],
29+
"changelog": [
30+
{
31+
"version": "2.0.0",
32+
"breaking": "- Buttons now use \"variants\", allowing easy swapping of their visual aspect. You will have to make some adjustments to existing buttons in your project. Follow this [migration documentation](https://wiki.gdevelop.io/gdevelop5/objects/custom-objects-prefab-template/migrate-to-variants/) to do these changes."
33+
}
34+
],
2935
"dependencies": [],
3036
"globalVariables": [],
3137
"sceneVariables": [],

extensions/reviewed/TwoChoicesDialogBoxes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "TwoChoicesDialogBoxes",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/0842ffc478006e9b6687fca9a5761494c4efd1df873220637af5b4ac7253f850_Interface Elements_interface_ui_window_application_app_button_cta.svg",
1111
"shortDescription": "A dialog box with buttons to let users make a choice.",
12-
"version": "0.2.1",
12+
"version": "0.3.0",
1313
"description": [
1414
"A dialog box showing multiple options (usually \"yes\" and \"no\") and a customizable text message.",
1515
"It handles keyboard, gamepad and touch controls."

0 commit comments

Comments
 (0)