Skip to content
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

[Feature list] v1.0 #13

Closed
jesusrp98 opened this issue Apr 14, 2020 · 6 comments
Closed

[Feature list] v1.0 #13

jesusrp98 opened this issue Apr 14, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@jesusrp98
Copy link
Owner

I'm going to lay down most of the new features & enhancements that will be implemented in the v1.0 update. All chages will reside inside the dev branch.

Write a comment if you want your idea to be included in this new update!
Thanks for your collaboration :)

@jesusrp98 jesusrp98 added the enhancement New feature or request label Apr 14, 2020
@jesusrp98 jesusrp98 self-assigned this Apr 14, 2020
@jesusrp98 jesusrp98 pinned this issue Apr 14, 2020
@jesusrp98
Copy link
Owner Author

New things have been added!

  • Custom arrow icons!
  • You can now render the arrow's alongside it (only arrow, only text or both!)
  • Added default i18n to arrow hint labels
  • Tweaked lots of things.

Expect more features in the coming days!

@jesusrp98
Copy link
Owner Author

And one last very cool feature: the ability to hide the expansion arrow!
With hideArrowOnExpansion you can now hide programatically the arrow when its child expands.

This will be the last feature implemented in this huge release!
What's now left is to write ALL test code necesary, in order to get a pretty good code coverage.
It will take me about a week or so, so stay tuned!

@Zazo032
Copy link

Zazo032 commented Jun 22, 2020

As 1.0 has been released, could you provide a migration guide for the ShowChild deprecation?

@jesusrp98 jesusrp98 unpinned this issue Jun 22, 2020
@jesusrp98
Copy link
Owner Author

Yeah, I'll launch a small version later today with the info about how to upgrade!!

But basically, a ShowChild widget is just a simple ExpandWidget but display only text, and hide the 'expand' text once it's expanded. Both features have been implemented inside ExpandWidget, so the other component is redundant and will not be supported in future releases.

@jesusrp98
Copy link
Owner Author

Added! Here's the explanation:

This widget is now considered as **deprecated**, you should not use it.

In order to get the same functionallity offered by this widget,
just use a regular `ExpandChild` widget, with the `expandArrowStyle`
property set to `ExpandArrowStyle.text`, and `hideArrowOnExpanded`
set to `true`.

@Zazo032
Copy link

Zazo032 commented Jun 22, 2020

Thanks @jesusrp98!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants