Skip to content

Commit

Permalink
Merge pull request #5 from williamtroup/0.2.2
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
William Troup authored Dec 19, 2023
2 parents 0180857 + ee1a323 commit 21a3df8
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion PACK.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuget pack syntax.js.nuspec
nuget pack select.js.nuspec
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Select.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Select.js%2C%20a%20free%20JavaScript%select%builder&url=https://github.com/williamtroup/Select.js&hashtags=javascript,html,select)
[![npm](https://img.shields.io/badge/npmjs-v0.2.1-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.1-purple)](https://www.nuget.org/packages/jSelect.js/)
[![npm](https://img.shields.io/badge/npmjs-v0.2.2-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.2-purple)](https://www.nuget.org/packages/jSelect.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Select.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Select.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://github.com/williamtroup)
</h1>

> <p align="center">A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!</p>
> <p align="center">v0.2.1</p>
> <p align="center">v0.2.2</p>
<br />
![Select.js](docs/images/main.png)
Expand Down Expand Up @@ -63,7 +63,7 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
```
<br>

### 3. Create DOM Container:
### 3. DOM Element Binding:

```markdown
<select multiple="multiple" data-select-options="{ 'render': true }">
Expand Down
8 changes: 4 additions & 4 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Select.js v0.2.1
# Select.js v0.2.2

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Select.js%2C%20a%20free%20JavaScript%select%builder&url=https://github.com/williamtroup/Select.js&hashtags=javascript,html,select)
[![npm](https://img.shields.io/badge/npmjs-v0.2.1-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.1-purple)](https://www.nuget.org/packages/jSelect.js/)
[![npm](https://img.shields.io/badge/npmjs-v0.2.2-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.2-purple)](https://www.nuget.org/packages/jSelect.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/Select.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/Select.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://github.com/williamtroup)
Expand Down Expand Up @@ -49,7 +49,7 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
<script src="dist/select.js"></script>
```

### 3. Create DOM Container:
### 3. DOM Element Binding:

```markdown
<select multiple="multiple" data-select-options="{ 'render': true }">
Expand Down
4 changes: 2 additions & 2 deletions dist/select.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Select.js v0.2.1 | (c) Bunoon | MIT License */
/*! Select.js v0.2.2 | (c) Bunoon | MIT License */
(function() {
function render() {
var tagTypes = _configuration.domElementTypes;
Expand Down Expand Up @@ -350,7 +350,7 @@
return this;
};
this.getVersion = function() {
return "0.2.1";
return "0.2.2";
};
(function(documentObject, windowObject) {
_parameter_Document = documentObject;
Expand Down
2 changes: 1 addition & 1 deletion dist/select.js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Select.js Library v0.2.1
* Select.js Library v0.2.2
*
* Copyright 2023 Bunoon
* Released under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/select.js.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/select.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/BINDING_OPTIONS_CUSTOM_TRIGGERS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Select.js - Binging Options - Custom Triggers:
# Select.js - Binding Options - Custom Triggers:

Below is a list of all the custom triggers supported in the "data-select-options" binding attribute for DOM elements.
<br>
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Select.js - Change Log:

## Version 0.2.2:
- Documentation improvements.
- Fixed the PACK.sh file pointing at the wrong filename.

<br>


## Version 0.2.1:
- Added PACK.sh and PUBLISH.sh files for quickly packing and publishing the project.
- Documentation improvements.
Expand Down
2 changes: 0 additions & 2 deletions docs/PUBLIC_FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Below is a list of all the public functions that can be called from the Select.j
### **setConfiguration( *newOptions* )**:
Sets the specific configuration options that should be used.
<br>
***Fires***: onOptionsUpdated
<br>
***Parameter: newOptions***: '*Options*' - All the configuration options that should be set (refer to ["Configuration Options"](CONFIGURATION_OPTIONS.md) documentation for properties).
<br>
***Returns***: '*Object*' - The Select.js class instance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jselect.js",
"title": "Select.js",
"description": "A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/select.js",
"author": {
"name": "Bunoon"
Expand Down
2 changes: 1 addition & 1 deletion select.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jSelect.js</id>
<version>0.2.1</version>
<version>0.2.2</version>
<title>Select.js</title>
<description>A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!</description>
<authors>William Troup</authors>
Expand Down
4 changes: 2 additions & 2 deletions src/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!
*
* @file select.js
* @version v0.2.1
* @version v0.2.2
* @author Bunoon
* @license MIT License
* @copyright Bunoon 2023
Expand Down Expand Up @@ -566,7 +566,7 @@
* @returns {string} The version number.
*/
this.getVersion = function() {
return "0.2.1";
return "0.2.2";
};


Expand Down
2 changes: 1 addition & 1 deletion src/select.js.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Select.js Library v0.2.1
* Select.js Library v0.2.2
*
* Copyright 2023 Bunoon
* Released under the MIT License
Expand Down

0 comments on commit 21a3df8

Please sign in to comment.