Skip to content

Commit 793b32f

Browse files
Version 1.2.1 Update
SASS files added
1 parent 04f6991 commit 793b32f

16 files changed

+1263
-602
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [PWS Tabs jQuery Plugin](http://alexchizhov.com/pwstabs)<sup>[1.2.0](#version-120-21012015)</sup>
1+
# [PWS Tabs jQuery Plugin](http://alexchizhov.com/pwstabs)<sup>[1.2.1](#version-121-23012015)</sup>
22

33
####PWS Tabs is a lightweight jQuery tabs plugin to create responsive flat style tabbed content panels with some cool transition effects powered by CSS3 animations.
44

@@ -21,7 +21,7 @@ Online demo: [http://alexchizhov.com/pwstabs](http://alexchizhov.com/pwstabs)
2121
<script src="//code.jquery.com/jquery-1.11.2.min.js"</script>
2222
2323
<link type="text/css" rel="stylesheet" href="jquery.pwstabs.css">
24-
<script src="jquery.pwstabs-1.2.0.js"></script>
24+
<script src="jquery.pwstabs-1.2.1.js"></script>
2525
```
2626

2727
2) Create tabbed panels and use HTML5 `data-pws-*` attributes to specify the ID & Name for the tabs.
@@ -190,6 +190,10 @@ jQuery(document).ready(function($){
190190

191191
## Changelog
192192

193+
### Version 1.2.1 (23.01.2015)
194+
1) To facilitate the creation of new color schemes for developers SASS files added to /assets/sass/ directory
195+
2) Plugins StyleSheet /assets/jquery.pwstabs-1.2.1.css was generated from new SASS files (Very few changes from previous version)
196+
193197
### Version 1.2.0 (21.01.2015)
194198
1) Made plugin responsive.<br>
195199
2) Added themes support. 9 color schemes are available.<br>

0 commit comments

Comments
 (0)