physical-quantity 1.1.88 → 1.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/pq.es.js +1523 -1
- package/dist/pq.umd.js +238 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ By leveraging these custom elements, developers can easily incorporate sophistic
|
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
23
|
-
- Create a
|
|
23
|
+
- Create a `<physical quantity>` or `<uc-qty>`, `<uc-qty-pair>` or `<uc-qty-triplet>` with a value(values) and unit.
|
|
24
24
|
- Automatically convert between units within the same category.
|
|
25
25
|
- Display values with customizable decimal places if not an integer; show integers without decimal parts.
|
|
26
26
|
- Easy to integrate into any web project.
|
|
@@ -282,6 +282,8 @@ Contributions are welcome! Please contact the developer for any bugs, features,
|
|
|
282
282
|
## Change Log
|
|
283
283
|
| Version | Date | Description |
|
|
284
284
|
|---|---|---|
|
|
285
|
+
| v1.1.91 |20251001| Power unit Btu(AC) for air conditioner. |
|
|
286
|
+
| v1.1.90 |20250120| Volume unit 'mL' to 'ml'. |
|
|
285
287
|
| v1.1.88 |20241016| Code optimized. |
|
|
286
288
|
| v1.1.85 |20241015| Bug fixes. |
|
|
287
289
|
| v1.1.81 |20241014| Added uc-qty-pair & uc-qty-triplet. |
|