Skip to content

Commit

Permalink
Updates to release v4.1.3 fixes #216
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 27, 2021
1 parent c301efe commit 1b7cf6c
Show file tree
Hide file tree
Showing 66 changed files with 59 additions and 908 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `bootstrap-star-rating`
===================================

## Version 4.1.3

**Date:** _under development_

- (bug #216): Correct `rating-input` CSS class position.

## Version 4.1.2

**Date:** 20-Sep-2021
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ at Krajee JQuery plugins.
- **BC Breaking Change**: The `symbol`, `glyphicon`, `ratingClass` properties have been removed. The functionality is replaced with the `theme` property (and can also be complemented or implemented separately using the `containerClass` property).
- New property `theme` will assign a CSS class with the `rating-<theme-name>` to the rating container.
- Themes included
- `krajee-svg` (for displaying svg icons) - default theme since v4.1.2
- `krajee-svg` (for displaying svg icons) - default theme since v4.1.0
- `krajee-uni` (for displaying Krajee unicode symbols as stars)
- `krajee-fas` (for displaying font awesome 5.x icons)
- `krajee-fa` (for displaying font awesome 4.x icons)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-star-rating",
"version": "4.1.2",
"version": "4.1.3",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down
11 changes: 7 additions & 4 deletions css/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
Expand Down Expand Up @@ -34,18 +34,21 @@
}

.rating-input {
display: absolute;
position: absolute;
cursor: pointer;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
font-size: 1px;
border: none;
background: none;
opacity: 0;
padding: 0;
margin: 0;
outline: none;
pointer-events: none;
border: none;
box-shadow: none;
background: none;
}

.rating-container.is-display-only .rating-stars {
Expand Down
4 changes: 2 additions & 2 deletions css/star-rating.min.css

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

2 changes: 1 addition & 1 deletion examples/bs3.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
Expand Down
2 changes: 1 addition & 1 deletion examples/bs5.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
Expand Down
2 changes: 1 addition & 1 deletion js/locales/LANG.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/bn.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/gr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/kk.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/ro.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/locales/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
Expand Down
2 changes: 1 addition & 1 deletion js/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-star-rating v4.1.2
* bootstrap-star-rating v4.1.3
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
Expand Down
2 changes: 1 addition & 1 deletion js/star-rating.min.js

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

45 changes: 0 additions & 45 deletions locales/LANG.js

This file was deleted.

46 changes: 0 additions & 46 deletions locales/ar.js

This file was deleted.

Loading

0 comments on commit 1b7cf6c

Please sign in to comment.