-
Notifications
You must be signed in to change notification settings - Fork 17
wordBreak Option, cleaned up logic on what function to use #28
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
base: master
Are you sure you want to change the base?
wordBreak Option, cleaned up logic on what function to use #28
Conversation
Is there any intention of merging either this or #27? |
@alejandroiglesias I'd like to but I don't have write access |
When I made this develop was out of date so I didn't know what the protocol was |
I'm fine with this. Will test it locally tomorrow. Can you add it to the readme, please? |
Does it make sense to have |
Because the ellipsis approach works better with |
done @Frondor |
@Frondor Can you provide an example of what you mean? When I set |
Not that I disagree @franciscolourenco but making this change to default behavior is a breaking change, and this PR would allow people to choose their path. |
@AndyDyer That is great. You could classify this a bug, since it is not documented or expected that this plugin changes the way the words break. In that case making the default break-word would be fixing it. Otherwise the major version can be incremented. |
Up to @Frondor |
Co-Authored-By: AndyDyer <[email protected]>
Co-Authored-By: AndyDyer <[email protected]>
Co-Authored-By: AndyDyer <[email protected]>
@Frondor any more changes? |
+1 on this please, we need it. |
@Frondor bump |
This is great, I could really use this as I was wondering why my @Frondor any blockers on merging this in? |
@Frondor anything holding this up? If you need help just say it |
Bump |
Hello, i am also interested by this one, is there any chance this PR could go through? :) |
+1 on getting this PR approved and released |
Nice. Note that the default
Maybe using |
@Frondor Can this be merged please? This is a crucial feature to present readable text. |
@Frondor When this fix will be merged? The only option to use this lib now is to fork it and fix the issue locally 😔 |
…wordBreak option and cleaned up fallBackFunc logic