mobius1-selectr
Advanced tools
Comparing version 1.0.9 to 2.0.0
{ | ||
"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)) | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56309
1204
22
1