Skip to content

Commit

Permalink
Added ability to change the number of columns for github-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
pIvan committed Sep 7, 2022
1 parent 3faa2bf commit fe30942
Show file tree
Hide file tree
Showing 13 changed files with 5,749 additions and 3,606 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<a name="14.2.0"></a>
## [14.2.0](https://github.com/pIvan/ngx-color-picker/commit/67a51b7d4a37387a63234270b06090e6b480393a) (2022-09-07)
### * Feature - Ability to change the number of columns for github-picker

<a name="14.1.1"></a>
## [14.1.1](https://github.com/pIvan/ngx-color-picker/commit/0c3ecdd853747126e8dea565ccdeea2a9bf7c9f2) (2021-05-26)
### * Bug fix - Fixed bug with bootstrap 5 css class overlapping
## [14.1.1](https://github.com/pIvan/ngx-color-picker/commit/3eecdbd3ea9b84a2581935f32e4e773b8286cdeb) (2022-09-07)
### * Bug - Bootstrap 5 css class overlapping
### * Bug - Prevent stringToColor from throwing an error when parsing partial hex code



<a name="14.0.0"></a>
Expand All @@ -16,12 +22,12 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/pIvan/ngx-color-picker/commit/ddbc5869fa74fd64714173ec4dec7a244d649ca1) (2020-5-27)

### * Bug fix - hex to string validation fix
### * Bug - hex to string validation fix

<a name="1.0.5"></a>
## [1.0.5](https://github.com/pIvan/ngx-color-picker/commit/d6b677bef03106d5f2b259e0704aaac1f0b612d3) (2019-10-22)

### * Bug fix - Fixed problem with subscriptions when a component is destroy
### * Bug - Fixed problem with subscriptions when a component is destroy
### * Documentation - Example of wrapper component added

<a name="1.0.2"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2010-2020 Google LLC. https://angular.io/license
Copyright (c) 2010-2022 Google LLC. https://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<style>body{background-color:#f3f3f3}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}</style><link rel="stylesheet" href="styles.7baf31dbe720f187.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.7baf31dbe720f187.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.ac01e6708db7eaa4.js" type="module"></script><script src="polyfills.a50b7034232a696e.js" type="module"></script><script src="main.748046fd5d98b068.js" type="module"></script>
<script src="runtime.ac01e6708db7eaa4.js" type="module"></script><script src="polyfills.5bd65fb1edfdd537.js" type="module"></script><script src="main.4329376f7acebb80.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.4329376f7acebb80.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.748046fd5d98b068.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.5bd65fb1edfdd537.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.a50b7034232a696e.js

This file was deleted.

Loading

0 comments on commit fe30942

Please sign in to comment.