npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vue-quill-minimum

v2.0.0

Published

A minimal Vue.js wrapper component for the Quill editor

Downloads

253

Readme

vue-quill-minimum

A minimal Vue.js wrapper component for the Quill editor.

Version History

2.0 -- Nov 19, 2024

  • Requires Quill 2.x

1.8.2 -- Dec 30, 2020

  • Chore:
    • Update "DM5" -> "DMX" in comments
    • Adapt URLs to github.com/dmx-systems
    • Code run through eslint

1.8.1 -- Dec 4, 2019

  • Fix: distro file name

1.8 -- Dec 4, 2019

  • Add script to build standalone library

1.7 -- Nov 21, 2019

  • setHTML() method does not change focus
  • Add focus() component method to set focus manually
  • Update to Quill 1.3.7

1.6 -- Jul 22, 2019

  • Change license to AGPL-3.0

1.5 -- May 27, 2019

  • Add setHTML() component method
  • Make Quill instance available as quill component data
  • Refactor CSS loading

1.4 -- Jan 29, 2019

  • Change license to GPL-3.0-or-later

1.3 -- Jul 31, 2018

  • Webpack build: support for CSS extraction
  • Add GitLab CI/CD

1.2 -- Mar 25, 2018

  • The vue-quill-minimum component can be loaded asynchronously. That is the host application loads the quill package only when needed.
    • A new quill-imported event gives the host application access to the Quill constructor function (e.g. to register extensions) without depending on the quill package. This allows Webpack to split the Quill code from the host application's code.
  • Fix: CSS for both standard themes (snow and bubble) is loaded

1.1 -- Sep 7, 2017

  • The quill-ready event gives the host application access to the quill instance, e.g. to register toolbar handlers dynamically.

1.0 -- Jun 3, 2017


Jörg Richter
Nov 19, 2024