Releases: sinedied/ngx-foldable
Releases · sinedied/ngx-foldable
5.0.0
5.0.0 (2022-11-29)
Features
BREAKING CHANGES
- Need Angular version >=15
Need Node.js version >=14.20.0
4.0.0
4.0.0 (2022-06-03)
Bug Fixes
- set minimum Angular version to 14 (26533ab)
- set minimum node version (7527356)
BREAKING CHANGES
- set minimum node version to 14.15
- set minimum Angular version to 14
3.1.0
3.1.0 (2022-06-03)
Features
3.0.0
3.0.0 (2021-11-25)
Features
- rename spanning mode and media queries (66c7a62)
- upgrade to latest APF (5ac1ca9)
BREAKING CHANGES
- This library now requires Angular v13 or latest.
Use the previous versions of this library if you require compatibility with older Angular version.
- To better match the new viewport browser API, the spanning modes and media queries have been renamed.
It now matches the number of segments on a given axis instead of the fold axis,
which should be less confusing.
You can migrate by performing these replacements:
- ScreenSpanning.Vertical -> ScreenSpanning.DualHorizontal
- ScreenSpanning.Horizontal -> ScreenSpanning.DualVertical
- 'fold-horizontal' -> 'dual-vertical'
- 'fold-vertical' -> 'dual-horizontal'
- singleFoldHorizontal -> dualVerticalViewport
- singleFoldVertical -> dualHorizontalViewport
2.0.0
2.0.0 (2021-11-22)
Features
- remove old APIs support (df1ca39)
- update CSS for new APIs (afab1c4)
- update media queries to support new css segments API (fc26aae)
- update screenContext to support new visualViewport API (a444236)
BREAKING CHANGES
1.1.1
1.1.1 (2021-03-19)
Bug Fixes
- layout issues on real devices (8446001)
1.1.0
1.1.0 (2021-03-17)
Bug Fixes
- inconsistent layout with rtl and fdIfSpan (1acd46e)
- only allow valid options for SplitLayoutDirective (3240712)
Features
- add option to reverse window order (acb3fff)
1.0.5
1.0.5 (2021-03-16)
Bug Fixes
- refresh on orientation changes and extra repaints (0683aa3)
- screen context initialization (14da071)
1.0.4
1.0.4 (2021-03-16)
Bug Fixes
- issues when using typescript strict mode (b84fc9f)
1.0.3
1.0.3 (2021-03-12)
Bug Fixes
- update min angular version (d383609)