Skip to content

Commit 9db64e5

Browse files
committed
publishing patch version 2.0.4
1 parent ea00536 commit 9db64e5

File tree

9 files changed

+412
-390
lines changed

9 files changed

+412
-390
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-base-apps",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"main": [
55
"scss/base.scss",
66
"dist/js/base-apps.js"

dist/docs/assets/js/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/partials/global-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="global-nav">
22
<ul class="title-area">
33
<li class="name">
4-
<h1><a><strong>Angular Base Apps 2.0.3</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.4</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">

dist/docs/templates/changelog.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ <h4>Docs</h4>
5454
<hr>
5555
-->
5656

57+
<h3>Version 2.0.4</h3>
58+
59+
<h4>Bug Fixes</h4>
60+
61+
<ul>
62+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/80">#80</a>: Enable adding <code>ba-advise</code> support to modals created with <code>ModalFactory</code>
63+
</ul>
64+
65+
<h4>Docs</h4>
66+
67+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.4">https://base-apps.github.io/angular-base-apps/v2.0.4</a>
68+
5769
<h3>Version 2.0.3</h3>
5870

5971
<h4>Bug Fixes</h4>

dist/docs/templates/installation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ <h3>CDN</h3>
5252

5353
<hljs language="html">
5454
<!-- CSS -->
55-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.3/base-apps.css">
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.3/base-apps.min.css">
55+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.css">
56+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.min.css">
5757

5858
<!-- JavaScript -->
59-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.3/base-apps.js"></script>
60-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.3/base-apps.min.js"></script>
59+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.js"></script>
60+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.min.js"></script>
6161
</hljs>
6262

6363
</section>

dist/docs/templates/modal.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ <h3>Programmatic Modals</h3>
152152
'overlayClose': false,
153153
// Set if the modal should be destroyed once closed
154154
'destroyOnClose': false,
155+
// Set if the modal should have the 'ba-ignore-all-close' attribute
156+
// (presence of key in configuration object will enable adding attribute)
157+
'ignoreAllClose': '',
158+
// Set if the modal should have the 'ba-advise' attribute
159+
// (presence of key in configuration object will enable adding attribute)
160+
'advise': '',
155161
// Define a template to use for the modal
156162
'templateUrl': 'partials/examples-dynamic-modal.html',
157163
// Allows you to pass in properties to the scope of the modal

0 commit comments

Comments
 (0)