Skip to content

Commit

Permalink
Merge pull request #2 from williamtroup/0.2.1
Browse files Browse the repository at this point in the history
0.2.1
  • Loading branch information
William Troup authored Dec 10, 2023
2 parents f579a70 + 52f9553 commit f99b8e8
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 18 deletions.
1 change: 1 addition & 0 deletions PACK.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nuget pack syntax.js.nuspec
1 change: 1 addition & 0 deletions PUBLISH.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm publish --access=public
7 changes: 4 additions & 3 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.0-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.0-purple)](https://www.nuget.org/packages/jSelect.js/)
[![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/)
[![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.0</p>
> <p align="center">v0.2.1</p>
<br />
![Select.js](docs/images/main.png)
Expand All @@ -20,6 +20,7 @@ Select.js
<h1>What features does Select.js have?</h1>

- Zero-dependencies and extremely lightweight!
- Maintains existing SELECT DOM element for FORM compatibility.
- Full API available via public functions.
- Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
- Full CSS theme support (using :root variables, with a default dark-mode theme).
Expand Down
7 changes: 4 additions & 3 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Select.js v0.2.0
# Select.js v0.2.1

[![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.0-blue)](https://www.npmjs.com/package/jselect.js)
[![nuget](https://img.shields.io/badge/nuget-v0.2.0-purple)](https://www.nuget.org/packages/jSelect.js/)
[![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/)
[![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 All @@ -13,6 +13,7 @@
## What features does Select.js have?

- Zero-dependencies and extremely lightweight!
- Maintains existing SELECT DOM element for FORM compatibility.
- Full API available via public functions.
- Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
- Full CSS theme support (using :root variables, with a default dark-mode theme).
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.0 | (c) Bunoon | MIT License */
/*! Select.js v0.2.1 | (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.0";
return "0.2.1";
};
(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.0
* Select.js Library v0.2.1
*
* 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.

8 changes: 8 additions & 0 deletions docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Select.js - Change Log:

## Version 0.2.1:
- Added PACK.sh and PUBLISH.sh files for quickly packing and publishing the project.
- Documentation improvements.
- Fixed documentation header in the main "src/select.js" file.

<br>


## Version 0.2.0:

#### **Library:**
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.0",
"version": "0.2.1",
"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.0</version>
<version>0.2.1</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
6 changes: 3 additions & 3 deletions src/select.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Select.js
*
* package.json
* A lightweight, and easy-to-use, JavaScript library for creating multi-select drop-down lists!
*
* @file select.js
* @version v0.2.0
* @version v0.2.1
* @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.0";
return "0.2.1";
};


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.0
* Select.js Library v0.2.1
*
* Copyright 2023 Bunoon
* Released under the MIT License
Expand Down

0 comments on commit f99b8e8

Please sign in to comment.