Skip to content

Commit

Permalink
build(2.2.0): release 🚀
Browse files Browse the repository at this point in the history
added support for Angular v13
  • Loading branch information
AhsanAyaz committed Nov 25, 2021
1 parent 255617a commit 5011156
Show file tree
Hide file tree
Showing 45 changed files with 2,646 additions and 1,865 deletions.
18 changes: 18 additions & 0 deletions CHANGE_LOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.2.0](https://github.com/KoderLabs/ngx-device-detector/compare/v2.1.1...v2.2.0) (2021-11-25)


### Bug Fixes

* **lint:** fix lint issues ([255617a](https://github.com/KoderLabs/ngx-device-detector/commit/255617adfc3b84708c3ab1df4e76d466be7cc1ec))



# [2.2.0](https://github.com/KoderLabs/ngx-device-detector/compare/v2.1.1...v2.2.0) (2021-11-25)


### Bug Fixes

* **lint:** fix lint issues ([255617a](https://github.com/KoderLabs/ngx-device-detector/commit/255617adfc3b84708c3ab1df4e76d466be7cc1ec))



## [2.1.1](https://github.com/KoderLabs/ngx-device-detector/compare/v2.1.0...v2.1.1) (2021-05-26)


Expand Down
47 changes: 25 additions & 22 deletions docs/classes/AppPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css">
<link rel="stylesheet" href="../styles/Vagrant.css">
</head>
<body>
Expand Down Expand Up @@ -43,7 +44,7 @@

<ol class="breadcrumb">
<li>Classes</li>
<li>AppPage</li>
<li >AppPage</li>
</ol>

<ul class="nav nav-tabs" role="tablist">
Expand All @@ -68,6 +69,7 @@ <h3>File</h3>




<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
Expand All @@ -82,16 +84,16 @@ <h6><b>Methods</b></h6>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#getDemoHeadingText">getDemoHeadingText</a>
<a href="#getDemoHeadingText" >getDemoHeadingText</a>
</li>
<li>
<a href="#getDeviceInfoElements">getDeviceInfoElements</a>
<a href="#getDeviceInfoElements" >getDeviceInfoElements</a>
</li>
<li>
<a href="#getParagraphText">getParagraphText</a>
<a href="#getParagraphText" >getParagraphText</a>
</li>
<li>
<a href="#navigateTo">navigateTo</a>
<a href="#navigateTo" >navigateTo</a>
</li>
</ul>
</td>
Expand All @@ -118,9 +120,7 @@ <h3 id="methods">
<td class="col-md-4">
<a name="getDemoHeadingText"></a>
<span class="name">
<b>
getDemoHeadingText
</b>
<span ><b>getDemoHeadingText</b></span>
<a href="#getDemoHeadingText"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand Down Expand Up @@ -157,9 +157,7 @@ <h3 id="methods">
<td class="col-md-4">
<a name="getDeviceInfoElements"></a>
<span class="name">
<b>
getDeviceInfoElements
</b>
<span ><b>getDeviceInfoElements</b></span>
<a href="#getDeviceInfoElements"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand Down Expand Up @@ -196,9 +194,7 @@ <h3 id="methods">
<td class="col-md-4">
<a name="getParagraphText"></a>
<span class="name">
<b>
getParagraphText
</b>
<span ><b>getParagraphText</b></span>
<a href="#getParagraphText"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand Down Expand Up @@ -235,9 +231,7 @@ <h3 id="methods">
<td class="col-md-4">
<a name="navigateTo"></a>
<span class="name">
<b>
navigateTo
</b>
<span ><b>navigateTo</b></span>
<a href="#navigateTo"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand Down Expand Up @@ -304,14 +298,14 @@ <h3 id="methods">








</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
Expand All @@ -323,6 +317,15 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
</div>
</div>

<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>

<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
Expand All @@ -332,9 +335,9 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>

<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

<script src="../js/libs/bootstrap-native.js"></script>

Expand Down
41 changes: 25 additions & 16 deletions docs/classes/ReTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css">
<link rel="stylesheet" href="../styles/Vagrant.css">
</head>
<body>
Expand Down Expand Up @@ -43,7 +44,7 @@

<ol class="breadcrumb">
<li>Classes</li>
<li>ReTree</li>
<li >ReTree</li>
</ol>

<ul class="nav nav-tabs" role="tablist">
Expand All @@ -64,6 +65,7 @@ <h3>File</h3>
<code>projects/ngx-device-detector/src/lib/retree.ts</code>
</p>


<p class="comment">
<h3>Description</h3>
</p>
Expand All @@ -90,11 +92,11 @@ <h6><b>Methods</b></h6>
<ul class="index-list">
<li>
<span class="modifier">Public</span>
<a href="#exec">exec</a>
<a href="#exec" >exec</a>
</li>
<li>
<span class="modifier">Public</span>
<a href="#test">test</a>
<a href="#test" >test</a>
</li>
</ul>
</td>
Expand Down Expand Up @@ -139,10 +141,8 @@ <h3 id="methods">
<td class="col-md-4">
<a name="exec"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
exec
</b>
<span class="modifier">Public</span>
<span ><b>exec</b></span>
<a href="#exec"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand All @@ -168,6 +168,7 @@ <h3 id="methods">

<div class="io-description">
<b>Parameters :</b>

<table class="params">
<thead>
<tr>
Expand Down Expand Up @@ -223,10 +224,8 @@ <h3 id="methods">
<td class="col-md-4">
<a name="test"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
test
</b>
<span class="modifier">Public</span>
<span ><b>test</b></span>
<a href="#test"><span class="icon ion-ios-link"></span></a>
</span>
</td>
Expand All @@ -252,6 +251,7 @@ <h3 id="methods">

<div class="io-description">
<b>Parameters :</b>

<table class="params">
<thead>
<tr>
Expand Down Expand Up @@ -358,14 +358,14 @@ <h3 id="methods">








</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
Expand All @@ -377,6 +377,15 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
</div>
</div>

<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>

<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
Expand All @@ -386,9 +395,9 @@ <h1 class="search-results-title">No results matching "<span class='search-query'

<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>

<script src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>

<script src="../js/libs/bootstrap-native.js"></script>

Expand Down
Loading

0 comments on commit 5011156

Please sign in to comment.