mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
upgrade jasmine, dependabot, rollup
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
- **Tiny:** Weights 2kb gzipped.
|
||||
- **Fast:** No overhead or attached window event listeners, uses pure CSS for resizing.
|
||||
- **Unopinionated:** Plays nicely with `float`, `flex` and other layouts.
|
||||
- **Compatible:** Works great in IE9, and _even loads in IE8_ with polyfills. Early Firefox/Chrome/Safari/Opera supported too.
|
||||
- **Compatible:** Works great in IE9, early Firefox/Chrome/Safari/Opera supported too.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -535,14 +535,6 @@ This library uses [CSS calc()](https://developer.mozilla.org/en-US/docs/Web/CSS/
|
||||
| :-------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------- |
|
||||
| 22+ ✔ | 6+ ✔ | 9+ ✔ | 15+ ✔ | 6.2+ ✔ | Sponsored ✔ |
|
||||
|
||||
Gracefully falls back in IE 8 and below to only setting the initial widths/heights and not allowing dragging. IE 8 requires polyfills for `Array.isArray()`, `Array.forEach`, `Array.map`, `Array.filter`, `Object.keys()` and `getComputedStyle`. This script from [Polyfill.io](https://polyfill.io/) includes all of these, adding 1.91 kb to the gzipped size.
|
||||
|
||||
This is **ONLY NEEDED** if you are supporting **IE8:**
|
||||
|
||||
```html
|
||||
<script src="///polyfill.io/v2/polyfill.min.js?features=Array.isArray,Array.prototype.forEach,Array.prototype.map,Object.keys,Array.prototype.filter,getComputedStyle"></script>
|
||||
```
|
||||
|
||||
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com).
|
||||
|
||||
## Credits
|
||||
|
||||
Reference in New Issue
Block a user