Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jul 13, 2020
1 parent 1fa9cf8 commit 4d9696d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 4.4.0

### 4.3.10
+ [x] Input: add API method `setAutocompleteList(array|string)`, issue #1576
+ [x] Scrollbars: add styles with classes `.scrollbar-type-1`, `.scrollbar-type-2`, `.scrollbar-type-3`, `.scrollbar-type-4`
Expand Down
14 changes: 14 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Copyright

2012-2020 © Copyright. Serhii Pimenov. All Rights Reserved.
Created by Serhii Pimenov.

### Credits
- Styles created using the [less](http://lesscss.org) preprocessor by [Alexis Sellier](https://github.com/cloudhead)
- preCode by Leon Sorokin [preCode](https://github.com/leeoniya/preCode.js)
- strftime by Tom Doan [strftime](https://github.com/thdoan/strftime)
- function b64toBlob by [Jeremy Banks](http://stackoverflow.com/users/1114/jeremy-banks)
- Date.getWeek by [Nick Baicoianu](http://www.epoch-calendar.com)
- Swipe component based on [Matt Bryson](https://github.com/mattbryson/TouchSwipe-Jquery-Plugin) TouchSwipe plugin
- Data source processor by [jQuery](https://jquery.com)
- All who brought something good
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,34 +82,11 @@ The usual frequency of release of the new version is one week on Sundays.
If your current version of Metro 4 works for you, you can stay on it for as long as you'd like.
If you want to make use of new features as they come in you should upgrade to a newer version.

### Credits
- Styles created using the [less](http://lesscss.org) preprocessor by [Alexis Sellier](https://github.com/cloudhead)
- preCode by Leon Sorokin [preCode](https://github.com/leeoniya/preCode.js)
- strftime by Tom Doan [strftime](https://github.com/thdoan/strftime)
- function b64toBlob by [Jeremy Banks](http://stackoverflow.com/users/1114/jeremy-banks)
- Date.getWeek by [Nick Baicoianu](http://www.epoch-calendar.com)
- Swipe component based on [Matt Bryson](https://github.com/mattbryson/TouchSwipe-Jquery-Plugin) TouchSwipe plugin
- All who brought something good
- Thank you jQuery and Goodbye!

### Browser Compatibility
![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png)
--- | --- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9.1+ ✔ | Latest ✔ |

### Cross-browser Testing
Cross-browser Testing Platform and Open Source Provided by [Sauce Labs](https://saucelabs.com).
Sauce Labs ensures your favorite mobile apps and websites work flawlessly on every browser, operating system, and device.
<p>
<a href="https://saucelabs.com"><img src="https://metroui.org.ua/images/Sauce-Labs_Horiz_Red-Grey_RGB_200x28.png" width="200"></a>
</p>

Cross-browser Testing Platform Provided by [BrowserStack](https://www.browserstack.com/).
Seamless experience by testing on 2000+ real devices and browsers.
<p>
<a href="https://www.browserstack.com/"><img src="https://metroui.org.ua/images/Browserstack-logo.svg" width="200"></a>
</p>

### Old version
Metro UI CSS 3.x you can find in a repo [Metro-UI-CSS-3](https://github.com/olton/Metro-UI-CSS-3)
Metro UI CSS 2.x you can find in a repo [Metro-UI-CSS-2](https://github.com/olton/Metro-UI-CSS-2)
Expand All @@ -122,5 +99,9 @@ Metro UI CSS 0.x you can find in a repo [Metro-UI-CSS-095](https://github.com/ol
### Thanks
Thanks to all. Special thanks to all those who financially supported the project.

2012-2020 © Copyright. Serhii Pimenov. All Rights Reserved.
Created by Serhii Pimenov.
### Credits
You can read about credits [here](CREDITS.md)

---

2012-2020 © Copyright by Serhii Pimenov. All Rights Reserved. Created by Serhii Pimenov.

0 comments on commit 4d9696d

Please sign in to comment.