-
Notifications
You must be signed in to change notification settings - Fork 19
Initial 0.13.1 proposal #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Everything looks great to me! Just let me know whenever you're ready to merge the pull request. |
Made some more migrations.
|
More migrations done:
|
Just wanted to say thanks for updating this, @andreyluiz, As an Iced newbie, I was having trouble getting the tutorial code to work, and this update fixed my issues. |
Glad to help, @BlakeGardner. I will try to finish the whole migration this week. ;) |
More migrations:
|
Alright, this one took a little longer because I had to make a decision on how to move forward. The
|
Migrated the windows section. I took a while because I had to figure out how to get an equivalence of
|
No big renames on these two:
Last section coming up. This one will take longer because it's a bigger section. |
And that's it!
|
@fogarecious I reviewed the whole flow, and performed the last fixes.
This is ready for a review and merging. :) |
@fogarecious I also created the PR iced-rs/awesome-iced#27 on awesome-iced to update the version of the tutorial. It will be merged after this one. |
Thank you so much! It looks fantastic to me. |
Hello.
This PR describes a proposal to migrate the tutorial to version v0.13.1.
Here are the topics covered in this PR:
If you like the proposal, I will continue working on this migration.
This is a TODO list for the migration.
changing_displaying_content.mdRenamed to application_lifecycle.mdcontrolling_widgets_by_commands.mdRenamed to controlling_widgets_behavior.mdcustom_styles.mdRemoved becausechanging_styles
explains broadlyexplanation_of_sandbox_trait.mdRenamed to explanation_of_app_structure.mdfrom_sandbox_to_application.mdApplication trait has been deprecated so this was removedinitializing_a_different_window.mdRenamed to customizing_the_window_on_launch.md