Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mobius1-selectr

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobius1-selectr - npm Package Compare versions

Comparing version 1.0.9 to 2.0.0

dist/selectr.min.css

4

bower.json
{
"name": "mobius1-selectr",
"version": "1.0.9",
"version": "2.0.0",
"ignore": [

@@ -8,2 +8,2 @@ ".gitattributes",

]
}
}
{
"name": "mobius1-selectr",
"version": "1.0.9",
"version": "2.0.0",
"description": "A lightweight dependency-free javascript select box replacement.",
"main": "selectr.min.js",
"main": "dist/selectr.min.js",
"scripts": {

@@ -24,2 +24,2 @@ "test": "echo \"Error: no test specified\" && exit 1"

"homepage": "https://github.com/Mobius1/Selectr#readme"
}
}

@@ -8,5 +8,3 @@ # Selectr

* Supports optgroups
* Tagging support
* Searchable options
* Ajax options
* Custom events

@@ -16,23 +14,10 @@ * Custom styling

Selectr is so feature-packed that it needs it's own documentation site so why not head over there now - [Demos & Documentation](https://mobius1.github.io/Selectr/)
[Demos & Documentation](http://mobius.ovh/docs/selectr) (under-construction)
### Roadmap
## NOTICE
Selectr started out as a plugin I wrote for personal use to replace Select2 on my sites due to me dumping jQuery. This means that it isn't as streamlined as I'd like it to be for distribution. Therefore, in the coming months I'll be working on vastly improving Selectr.
Selectr started out as a plugin I wrote for personal use to replace Select2 as I no longer use jQuery on my projects. It was never meant for uses other than my projects so at the moment it's a mess of bugs, dodgy fixes and workarounds to make it usable for other people's projects. Due to an increasing number of people using the plugin I've decided to rebuild Selectr from the ground up as a proper plugin instead of a script bodged to work with other projects.
### Changelog
v2.0.0 of Selectr is currently scheduled for release this week along with completed documentation. Therefore, versions 1.x.x will be deprecated shortly thereafter and no longer supported.
### v1.0.5
* Pagination option added for large datasets when using options.data
* Fixed bug that caused a problem with deselecting programmatically set value (needed to be clicked twice to deselect)
* Various bug fixes
### v1.0.4
* `render` option deprecated and replaced with `renderOption` (see [docs](https://mobius1.github.io/Selectr/docs/options/renderOption.html))
* add option `renderSelection` (see [docs](https://mobius1.github.io/Selectr/docs/options/renderSelection.html))
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc