-
-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: halilozercan/compose-richtext
base: 1.0.0-alpha01
head repository: halilozercan/compose-richtext
compare: main
- 16 commits
- 47 files changed
- 2 contributors
Commits on Mar 1, 2024
-
Fix a problem with new module docs titles Also change the branch name for updating docs
Configuration menu - View commit details
-
Copy full SHA for 6dd580f - Browse repository at this point
Copy the full SHA 6dd580fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d4cd7 - Browse repository at this point
Copy the full SHA 12d4cd7View commit details
Commits on Jun 13, 2024
-
Fix the bug where LinkClickHandler doesn't work when there is a linki…
…n a markdown list
Configuration menu - View commit details
-
Copy full SHA for 20f0846 - Browse repository at this point
Copy the full SHA 20f0846View commit details
Commits on Dec 1, 2024
-
Merge pull request #143 from mbkim95/fix/link-click-handler
Fix: LinkClickHandler does not work when clicking a link in the markdown list
Configuration menu - View commit details
-
Copy full SHA for 1dd0e77 - Browse repository at this point
Copy the full SHA 1dd0e77View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9759368 - Browse repository at this point
Copy the full SHA 9759368View commit details -
Compose Multiplatform 1.7.1 Kotlin 2 Custom Markdown block rendering Some other dependency updates and removals Switch to Compose fromHtml
Configuration menu - View commit details
-
Copy full SHA for 42254df - Browse repository at this point
Copy the full SHA 42254dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a57eb - Browse repository at this point
Copy the full SHA d1a57ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2980d04 - Browse repository at this point
Copy the full SHA 2980d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88617e9 - Browse repository at this point
Copy the full SHA 88617e9View commit details -
Migrated to LinkAnnotation design
This change removes linkClickHandlers. Now `Format.Link` accepts its own handler. If left null, LocalUriHandler is used instead.
Configuration menu - View commit details
-
Copy full SHA for 69af671 - Browse repository at this point
Copy the full SHA 69af671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a59a3 - Browse repository at this point
Copy the full SHA 78a59a3View commit details -
Merge pull request #149 from halilozercan/halilozercan/custom-block-r…
…endering Add custom block rendering
Configuration menu - View commit details
-
Copy full SHA for 812ed45 - Browse repository at this point
Copy the full SHA 812ed45View commit details
Commits on Dec 6, 2024
-
When calculating the height for PrefixListLayout, we were only adding up the heights of each item. When the items is empty or small, the reported height in the final layout would be too small, causing composables under it to draw over the list layout and prefixes. The fix is to also calculate the total height of prefixes and compare with the items height. The bigger of them should be reported as the height of the list.
Configuration menu - View commit details
-
Copy full SHA for 498f43c - Browse repository at this point
Copy the full SHA 498f43cView commit details -
Merge pull request #151 from halilozercan/halilozercan/fix-empty-item…
…s-list-layout Fix #150
Configuration menu - View commit details
-
Copy full SHA for 97a9023 - Browse repository at this point
Copy the full SHA 97a9023View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1fdd7 - Browse repository at this point
Copy the full SHA bf1fdd7View commit details -
Merge pull request #152 from halilozercan/halilozercan/change-test-de…
…vice-level Remove ui tests runner
Configuration menu - View commit details
-
Copy full SHA for 7517fef - Browse repository at this point
Copy the full SHA 7517fefView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0-alpha01...main