vanilla-match-height
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,13 +0,22 @@ | ||
<a name="0.0.1"></a> | ||
<a name="0.0.4"></a> | ||
# 0.0.4 (2023-11-19) | ||
### release summary | ||
- update document and test | ||
<a name="0.0.3"></a> | ||
# 0.0.3 (2023-11-18) | ||
### fix display | ||
### release summary | ||
<a name="0.0.1"></a> | ||
- fix _apply method | ||
<a name="0.0.2"></a> | ||
# 0.0.2 (2023-11-18) | ||
### fix display | ||
### release summary | ||
- initial release | ||
- | ||
- fix _apply method | ||
<a name="0.0.1"></a> | ||
@@ -14,0 +23,0 @@ # 0.0.1 (2023-11-18) |
/** | ||
* vanilla-match-height v0.0.3 by @mitera | ||
* vanilla-match-height v0.0.4 by @mitera | ||
* Simone Miterangelis <simone@mite.it> | ||
@@ -4,0 +4,0 @@ * License: MIT |
{ | ||
"name": "vanilla-match-height", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Simone Miterangelis <simone@mite.it>", |
# vanilla-match-height.js # | ||
## *Inspireb by:* jquery-match-height | ||
## *Inspired by:* jquery-match-height | ||
> *matchHeight:* makes the height of all selected elements exactly equal | ||
@@ -41,2 +41,6 @@ | ||
modular code | ||
import 'vanilla-match-height' | ||
### Usage | ||
@@ -144,3 +148,7 @@ | ||
Manual apply, code for JavaScript framework/library (e.g. `vue`, `react` ...). | ||
document.body.matchHeight({elements: '.item'})._apply(); | ||
document.body.matchHeight()._applyDataApi('data-match-height'); | ||
document.body.matchHeight()._applyDataApi('data-mh'); | ||
@@ -147,0 +155,0 @@ Use the apply function directly if you wish to avoid the automatic update functionality. |
/** | ||
* vanilla-match-height v0.0.3 by @mitera | ||
* vanilla-match-height v0.0.4 by @mitera | ||
* Simone Miterangelis <simone@mite.it> | ||
@@ -4,0 +4,0 @@ * License: MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165198
15
171