Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 3.0.0-beta.14 [skip ci]
# [3.0.0-beta.14](v3.0.0-beta.13...v3.0.0-beta.14) (2021-08-02) ### Bug Fixes * **esl-footnotes:** fix character for return to note due to its absence at fonts on some platforms ([d74788f](d74788f)) * **esl-note:** fix broken connection between esl-note and esl-footnotes ([646ebbc](646ebbc)) * **esl-popup:** fix wrong popup arrow positioning ([d127a67](d127a67)) * **esl-popup:** fix wrong popup positioning ([907ce47](907ce47)) * editing styles for correct display on mobile ([58a35b1](58a35b1)) * fix esl-popup arrow position ([b0490df](b0490df)) ### Features * **esl-media-query:** media query v2 update ([#232](#232)) ([0c122e9](0c122e9)) * **esl-scrollbar:** add rtl support for horizontal scrollbar ([fa27e5d](fa27e5d)) * add `isPrototype` check predicate to 'misc/object' utils ([ad30d37](ad30d37)) * add deepMerge utility ([11331d8](11331d8)) * add meta tag viewport ([2994954](2994954)) * add some tests ([25e4e01](25e4e01)) * create dom helpers class Rect to manage size and position of rectangles ([3343bfd](3343bfd)) * **esl-popup:** update imports, move separate window helpers, remove unnecessary code ([f198295](f198295)) * add helpers (isScrollParent, getScrollParent and getListScrollParent) for working with scroll parents ([a4d25f9](a4d25f9)) * create helpers for working with the element as part esl-util DOM helpers ([2d72af1](2d72af1)) * create helpers for working with the window as part esl-util DOM helpers ([49a58b2](49a58b2)) * **esl-popup:** add bottom, left, right position and update position when parents scroll ([9242fca](9242fca)) * **esl-popup:** add popup flipping and hiding by detection intersection side ([a213262](a213262)) * **esl-popup:** remake popup positioning ([2ffe381](2ffe381)) * **esl-popup:** update esl-popup demo page ([bb0e396](bb0e396)) * create esl-popup demo page ([b4eec2c](b4eec2c)) * update memoization for object getter accessor with a lightweight version ([ae5614b](ae5614b)) ### BREAKING CHANGES * **esl-media-query:** - `ESLMediaQuery` no longer constructible use `ESLMediaQuery.for` and `ESLMediaQuery.from` instead - `ESLMediaRule` - DPR and device marker no longer available - `ESLMediaBreakpoints.addCustomBreakpoint` replaced with `ESLScreenBreakpoints.add` - `ESLMediaBreakpoints.getBreakpoint` replaced with `ESLScreenBreakpoints.get` - `ESLMediaQuery.ignoreBotsDpr` replaced with `ESLMediaDPRShortcut.ignoreBotsDpr` - `ObserverCallback` removed use strict type instead
- Loading branch information