Dark theme Light theme

Selectivity v1.0 released

Update: This post mentioned the release of Select3 v1.0. The project has since been renamed to Selectivity.js and all references in this post have been updated.

After a little over two months of development, I'm proud to announce the first stable release of Selectivity.js. This release follows shortly after we have started using Selectivity in production at Speakap, meaning we believe it is stable enough to expose our users to it :)

Selectivity.js is a library for displaying rich select boxes. It is intended to be lightweight and flexible and has a modular design, a build system for creating custom builds and a proper test suite.

New Features

Some noteworthy features have been added to the library over the past month:

What's Next?

Now that Selectivity has been released with its first stable release, it is expected the development of additional features will settle down. Maintenance will continue in the form of bug fixes. Some minor features and accessibility enhancements are to be expected, but nothing that will break the API short-term.

Instead, I intend to shift focus to extending the ecosystem around Selectivity.js. For example, I expect to shortly start working on a React.js Component for working with Selectivity. Also some specific customizations will be released in the form of plugins or add-on modules. Such work will be performed in separate repositories and not in the Selectivity.js repository however.

Questions and Suggestions

If you have any questions about working with Selectivity.js, feel free to post them on Stack Overflow using the "Selectivity" tag. Features requests and other suggestions are welcome in the GitHub issue tracker.

Cheers!