Swiftpack.co - Swift Packages by LiYanan2004

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by LiYanan2004

LiYanan2004/MarkdownView 1.5.0
Rendering Markdown text natively in SwiftUI.
⭐️ 131
🕓 37 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.5.0
37 weeks ago
## What's Changed * Customizable foreground style in https://github.com/LiYanan2004/MarkdownView/pull/21 * Add font group protocol in https://github.com/LiYanan2004/MarkdownView/pull/22 * Unleash the power of Block Directive in https://github.com/LiYanan2004/MarkdownView/pull/23 * `AnyImageDisplayable` & `AnyBlockDirectiveDisplayable` are now available. For more information, please checkout the PR linked above. ## Deprecated APIs You may need to change your code to adapt new implementations. * `MarkdownFontProvider` * `markdownFont(_:)` * `BlockDirectiveDisplayable/makeView(arguments:innerView:)` **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.4.0...1.5.0
1.4.0
40 weeks ago
## What's Changed * Fix `malloc: double free for ptr` crashes by @LiYanan2004 in https://github.com/LiYanan2004/MarkdownView/pull/14 * Add rendering mode for MarkdownView by @LiYanan2004 in https://github.com/LiYanan2004/MarkdownView/pull/16 * Default rendering mode is `.immediate` **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.3.0...1.4.0
1.3.0
46 weeks ago
## What's Changed * crash fix: attribute graph cycle by @LiYanan2004 in https://github.com/LiYanan2004/MarkdownView/pull/9 **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.2.0...1.3.0
1.2.0
47 weeks ago
## What's Changed * Fixed version of [swift-markdown](https://github.com/apple/swift-markdown/releases/0.2.0) 🥳 Now, you can add `MarkdownView` package using a specific version. **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.1.0...1.2.0
1.1.0
1 year ago
## What's Changed * TOC Menu * New Copy Button for code blocks * Fixed compile issue "ambiguous use of ..." after upgrading Xcode * Fixed rendering issue when markdown text only contains attributed text **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.0.0...1.1.0
1.0.0
1 year ago
The final stable release of 1.0.0 is now available to the public. With MarkdownView, you can create Text Views more easily, meanwhile it's also a perfect tool for Markdown Preview. Hope you enjoy it. Please feel free to pull a request or open an issue.
1.0.0-rc2
1 year ago
Fix an issue where SVG titles were not displayed **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/1.0.0-rc...1.0.0-rc2
1.0.0-rc
1 year ago
Top-to-bottom performance enhancements and some new capabilities. Very close to the final release. ## Performance: - Up to 5x faster than previous version. - Much smoother when resizing windows. ## New Capabilities: - Add markdown role option for better layout style. - Support text selection in paragraph. (via `.textSelection(_:)`). - Back-deployed to iOS 15, macOS 12, tvOS 15 and watchOS 8. - Support tint and font customization for markdown components. ## Resolved issues: - Fixed a compile error on iOS. - Fixed an issue where the alternative text doesn't appear when displaying images. - Fixed a crash during SVG loading. - Alignment now is correct in editor mode. - Fix an issue that can cause unexpected layout. ## Other changes: - Remove `SVGKit` and use `WKWebView` to render SVG content. **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/0.2.0...1.0.0-rc
0.2.0
1 year ago
## Performance - Rendering is now **at least 3x faster on ALL DEVICES**. - Real-time previewing is now much much smoother. - Scrolling is much quicker and smoother **with no frame drop**. - Memory usage has been reduced by 30% ## New Features - Merge horizontal cells are supported in the table. ## Resolved Bugs - HTML blocks can be rendered properly. ## Minor Improvements - Images from Internet can now use its actual size as the maximum size. - The empty label of the image will be hidden. ## Deprecations - Lazy load is now deprecated. **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/0.1.0...0.2.0
0.1.0
1 year ago
## What's New: Fixed: Crash when rendering empty text. **Full Changelog**: https://github.com/LiYanan2004/MarkdownView/compare/0.0.7...0.1.0
iOS macOS watchOS tvOS
LiYanan2004/AdaptiveGrid 0.1.0
An alternative SwiftUI Grid view for older platforms.
⭐️ 1
🕓 1 year ago
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics