Skip to content

Commit

Permalink
release(1.0.2): release with week periods
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Mar 26, 2024
1 parent 262d85f commit d67b08e
Show file tree
Hide file tree
Showing 13 changed files with 389 additions and 165 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.0.2](https://github.com/IOMechs/angular-year-calendar/compare/v1.0.1...v1.0.2) (2024-03-26)


### Bug Fixes

* **comments:** added comments against most of the operatiosn ([40d5e30](https://github.com/IOMechs/angular-year-calendar/commit/40d5e307f9824dd12420686ced9b9911543005d1))
* **comments:** updated var name ([262d85f](https://github.com/IOMechs/angular-year-calendar/commit/262d85f87da1585b268617c7ff22f93482543707))
* **comments:** using pakage instead of api path ([143b685](https://github.com/IOMechs/angular-year-calendar/commit/143b6853715ab6612f789215c489a5b61dfaa13a))


### Features

* **13-month-calendar:** calculating period and week number over year week number if set true from configuration ([2c11fd9](https://github.com/IOMechs/angular-year-calendar/commit/2c11fd9775c623196c4d1bd50ef3c5c1f394a881))
* **13-month-calendar:** pr fixes ([c0edf96](https://github.com/IOMechs/angular-year-calendar/commit/c0edf96e7326a549b801f833af01a26a9d1f4717))



## [1.0.1](https://github.com/IOMechs/angular-year-calendar/compare/v1.0.0...v1.0.1) (2024-03-18)


Expand Down
8 changes: 7 additions & 1 deletion docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@
<div class="content getting-started">
<div class="content-data">

<h1 id="100-2022-12-07"><a href="https://github.com/IOMechs/angular-year-calendar/compare/0.1.8...1.0.0">1.0.0</a> (2022-12-07)</h1>
<h2 id="101-2024-03-18"><a href="https://github.com/IOMechs/angular-year-calendar/compare/v1.0.0...v1.0.1">1.0.1</a> (2024-03-18)</h2>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li><strong>ci:</strong> use NodeJS v16.13 (<a href="https://github.com/IOMechs/angular-year-calendar/commit/e8e326a04b6637dbd284ac3174c8ead9c124cd09">e8e326a</a>)</li>
<li><strong>week-number-calculation:</strong> if year start day same as selected start day (<a href="https://github.com/IOMechs/angular-year-calendar/commit/8e0ca5c2edc9abf8a500d487e4e877681a55001b">8e0ca5c</a>)</li>
</ul>
<h1 id="100-2022-12-07"><a href="https://github.com/IOMechs/angular-year-calendar/compare/0.1.8...1.0.0">1.0.0</a> (2022-12-07)</h1>
<h3 id="bug-fixes-1">Bug Fixes</h3>
<ul>
<li><strong>v15:</strong> fix v15 migration issues (<a href="https://github.com/IOMechs/angular-year-calendar/commit/aef5bdd2effb5b8e7bded5315f4860c4f077b106">aef5bdd</a>)</li>
</ul>
<h2 id="018-2020-04-24"><a href="https://github.com/IOMechs/angular-year-calendar/compare/0.1.7...0.1.8">0.1.8</a> (2020-04-24)</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<td>YCConfig</td>
<td align="right" data-sort="0">
<span class="coverage-percent">0 %</span>
<span class="coverage-count">(0/16)</span>
<span class="coverage-count">(0/17)</span>
</td>
</tr>
<tr class="low">
Expand Down
2 changes: 2 additions & 0 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<b>@angular/platform-browser-dynamic</b> : ^15.0.2</li>
<li>
<b>@angular/router</b> : ^15.0.2</li>
<li>
<b>@iomechs/angular-year-calendar</b> : ^1.0.1</li>
<li>
<b>angular-cli-ghpages</b> : ^0.6.0</li>
<li>
Expand Down
46 changes: 46 additions & 0 deletions docs/interfaces/YCConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ <h6><b>Properties</b></h6>
nextBtn
</a>
</li>
<li>
<span class="modifier">Optional</span>
<a href="#periodWeekNumber"
>
periodWeekNumber
</a>
</li>
<li>
<span class="modifier">Optional</span>
<a href="#prevBtn"
Expand Down Expand Up @@ -572,6 +579,44 @@ <h3 id="inputs">Properties</h3>



</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="periodWeekNumber"></a>
<span class="name "><b>periodWeekNumber</b>
<a href="#periodWeekNumber">
<span class="icon ion-ios-link"></span>
</a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>periodWeekNumber: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
</code>
</td>
</tr>


<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>

<tr>
<td class="col-md-4">
<i>Optional</i>
</td>
</tr>




</tbody>
</table>
<table class="table table-sm table-bordered">
Expand Down Expand Up @@ -807,6 +852,7 @@ <h3 id="inputs">Properties</h3>
weekNumbersColor?: string;
dayClass?: string;
maxValue?: number;
periodWeekNumber?: boolean;
}

export interface YCDayItem {
Expand Down
1 change: 1 addition & 0 deletions docs/interfaces/YCDataItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ <h3 id="inputs">Properties</h3>
weekNumbersColor?: string;
dayClass?: string;
maxValue?: number;
periodWeekNumber?: boolean;
}

export interface YCDayItem {
Expand Down
1 change: 1 addition & 0 deletions docs/interfaces/YCDayItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ <h3 id="inputs">Properties</h3>
weekNumbersColor?: string;
dayClass?: string;
maxValue?: number;
periodWeekNumber?: boolean;
}

export interface YCDayItem {
Expand Down
1 change: 1 addition & 0 deletions docs/interfaces/YCHeaderButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ <h3 id="inputs">Properties</h3>
weekNumbersColor?: string;
dayClass?: string;
maxValue?: number;
periodWeekNumber?: boolean;
}

export interface YCDayItem {
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

0 comments on commit d67b08e

Please sign in to comment.