更新changelog

This commit is contained in:
Julyp
2020-02-04 13:20:27 +08:00
parent d45f32cd5b
commit de9779f2e4
7 changed files with 22 additions and 24 deletions

View File

@@ -4,28 +4,28 @@
[Full Changelog](https://github.com/peng92055/smart-table/compare/1.0.0...1.1.1)
-- 修复排序bug
-- 优化querySelector
-- 增加hoverBgColor
-- 优化结构
-- 增加autoprefix
- 修复排序bug
- 优化querySelector
- 增加hoverBgColor
- 优化结构
- 增加autoprefix
## [1.0.0](https://github.com/peng92055/smart-table/tree/1.0.0) (2020-02-01)
[Full Changelog](https://github.com/peng92055/smart-table/compare/1.1.0...1.0.0)
-- 新增node-ops
-- 新增class及cell自动添加简化table
-- 新增scrollbar宽度动态获取
-- 更新部署机制
-- 增加badge
-- 更新引入方式
-- 修复右固定列bug
- 新增node-ops
- 新增class及cell自动添加简化table
- 新增scrollbar宽度动态获取
- 更新部署机制
- 增加badge
- 更新引入方式
- 修复右固定列bug
## [1.1.0](https://github.com/peng92055/smart-table/tree/1.1.0) (2020-02-01)
[Full Changelog](https://github.com/peng92055/smart-table/compare/063595701304ffa26e4e6e20898fcaaffa3c27f9...1.1.0)
-- first commit
- first commit
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -5,9 +5,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="./assets/fav.ico">
<link rel="icon" href="./assets/fav.png">
<title>Smart Example</title>
<title>Smart Table Examples</title>
<style>
body {
@@ -37,14 +37,14 @@
}
td img {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
</style>
<script type="text/javascript" src="smartTable.min.js"></script></head>
<body>
<h1 class="title">Smart Table Example<a href="https://github.com/peng92055/smart-table" target="_blank" rel="noopener noreferrer" class="repo-link">
<h1 class="title">Smart Table Examples<a href="https://github.com/peng92055/smart-table" target="_blank" rel="noopener noreferrer" class="repo-link">
GitHub</a></h1>
<div class="container">
<div id="smartTable1">
@@ -228,7 +228,8 @@
<script>
new SmartTable({
selector: '#smartTable1'
selector: '#smartTable1',
hoverBgColor: '#C5DFFF'
})
new SmartTable({
selector: '#smartTable2',

File diff suppressed because one or more lines are too long

BIN
examples/assets/fav.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="./assets/fav.ico">
<link rel="icon" href="./assets/fav.png">
<title>Smart Table Examples</title>

View File

@@ -191,9 +191,6 @@
::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 2em;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
-o-border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
background-color: #9bbbfa;