Skip to content

Releases: MR-Addict/mdbook-embedify

v0.2.7

15 Feb 16:21
Compare
Choose a tag to compare

🎉 Features

  • expose loading api to all third apps that using iframes
  • hide scroll to top button while on small screen

v0.2.6

14 Feb 11:18
Compare
Choose a tag to compare

🧨IMPORTANT !!!

Fix scroll to top button compatible issue with mdbook 0.4.37 in previous 0.2.5 version.

It's recommand to not download previous version. If you do, please upgrade to 0.2.6.

v0.2.5

14 Feb 06:01
Compare
Choose a tag to compare

New Apps

💬 Giscus: A comments system powered by GitHub Discussions.
📝 Footer: Useful for displaying copyright information, privacy policy, and other legal information.

Performence

👜 Removed one uncessary package.
🚀 Optmised template engine parsing.

v0.2.4

28 Jan 06:17
Compare
Choose a tag to compare

Release 0.2.4

Fix

fix annoucement banner overflow issue

Refactor

optimise markdown render in annoument banner utils

v0.2.3

15 Jan 13:59
Compare
Choose a tag to compare

New Features:

  1. Version Check Options: Embedify preprocessor now supports version check options, ensuring a seamless integration with your projects.

  2. Automated Documentation: Stay up-to-date effortlessly! The documentation is now generated automatically using the latest Embedify preprocessor, making it easier for you to navigate and implement.

Breaking Changes:

⚠️ Attention Developers! We've revamped the Annoument Banner API for a better experience:

  • Name to ID: The change from name to id for improved clarity and consistency.
  • Style to Theme: Embrace the theme! We've updated the style parameter to theme, bringing a fresh look to your banners.

Happy coding! 🎊

v0.2.2

14 Jan 08:52
Compare
Choose a tag to compare

🌟 Exciting Update Alert! 🌟

🚀 Leveraging the power of GitHub Actions, we've streamlined the publishing process, automating releases not only on GitHub but also on crates.io. This means you can now effortlessly access the latest and greatest features with each release.

But that's not all – drumroll, please! 🥁 Mac users, rejoice! We've extended our support to include a dedicated macOS version available for download directly from our GitHub releases. This addition ensures a seamless experience for our diverse user base.

v0.2.1

13 Jan 12:12
Compare
Choose a tag to compare

🎉 New local app added announcement-banner.

Check out the documentation for information.

For development, I change tempaltes placeholder syntax {name} to {% name %} make it more constant.

v0.2.0

12 Jan 18:36
Compare
Choose a tag to compare

🎉 Exciting Update Alert!

Introducing Embedify's latest optimization for third-party app embedding, making it more flexible and stunning than ever!

I’m excited to announce the rollout of new documentation, crafted using mdbook with an organized structure, detailed documentation, and live demos to enhance your experience.

But wait, there's more! This release introduces seamless integration with local apps. Presently, we've got your back with the handy Scroll to Top button, and you can bet there are more fantastic apps in the pipeline!

🚀Get ready for a whole new level of awesomeness.

v0.1.0

11 Jan 20:07
Compare
Choose a tag to compare

🚀 Exciting Update! 🚀

I'm thrilled to announce a game-changing enhancement to Embed syntax that's here to stay!

Basically, the syntax API wouldn't changed anymore {% embed app options[] %}.

options are key-value based array seperated by space and its value must be wrapped by quotes. For example:

{% embed codepen user="MR-Addict" slug="NWBOqKw" height="600" theme="dark" %}

Plus, now supports for a variety of apps, making your experience even more dynamic.

✨ Currently Supported Apps:

  • Gist
  • YouTube
  • Bilibili
  • CodeSandbox
  • StackBlitz
  • CodePen