Skip to content

Commit

Permalink
Merge pull request #308 from atinc/release-7.5.10
Browse files Browse the repository at this point in the history
chore(release): upgrade to 7.5.10
  • Loading branch information
why520crazy authored Aug 20, 2019
2 parents 2a78798 + db43849 commit 2c080b1
Show file tree
Hide file tree
Showing 7 changed files with 24,659 additions and 24,211 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [7.5.10](https://github.com/worktile/ngx-tethys/compare/7.5.9...7.5.10) (2019-08-20)


### Bug Fixes

* **form:** prevent submit when element has 'contenteditable' attribute ([e6be89e](https://github.com/worktile/ngx-tethys/commit/e6be89e))
* fix tree drag drop bug ([d8b9898](https://github.com/worktile/ngx-tethys/commit/d8b9898))


### Features

* **icon-nav:** add thyIconNavLinkIcon param and add test cases [#259926](https://github.com/worktile/ngx-tethys/issues/259926) ([4489b2d](https://github.com/worktile/ngx-tethys/commit/4489b2d))
* **layout:** add isolated for sidebar, width support lg 300px [#260322](https://github.com/worktile/ngx-tethys/issues/260322) ([ab843a8](https://github.com/worktile/ngx-tethys/commit/ab843a8))



## [7.5.9](https://github.com/worktile/ngx-tethys/compare/7.5.8...7.5.9) (2019-08-16)


Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:300" rel="stylesheet"> -->
<link id="theme" rel="stylesheet" href="assets/css/default.min.css" />
<link rel="stylesheet" href="styles.61785612e31a30441309.css" />
<link rel="stylesheet" href="styles.2db84f0c1b90985ec94d.css" />
</head>

<body>
Expand All @@ -19,6 +19,6 @@
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="runtime.a5dd35324ddfd942bef1.js"></script
><script type="text/javascript" src="polyfills.97c9e3e620c2ae7f6e3a.js"></script
><script type="text/javascript" src="main.d26d4d615ffc8a0fa4af.js"></script>
><script type="text/javascript" src="main.14c210a8123889f05a2e.js"></script>
</body>
</html>
48,840 changes: 24,634 additions & 24,206 deletions docs/main.d26d4d615ffc8a0fa4af.js → docs/main.14c210a8123889f05a2e.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8526,6 +8526,10 @@ pop-box-container {
.thy-layout-sidebar--clear-border-right {
border-right: none;
}
.thy-layout-sidebar.thy-layout-sidebar-isolated {
margin-right: 10px;
border-right: none;
}
.thy-layout-header .layout-header-title {
font-size: 1rem;
color: #333;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "7.5.9",
"version": "7.5.10",
"license": "MIT",
"scripts": {
"build": "npm run build:ngm",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "7.5.9",
"version": "7.5.10",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/worktile/ngx-tethys.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('7.5.9');
export const VERSION = new Version('7.5.10');

0 comments on commit 2c080b1

Please sign in to comment.