Skip to content

Releases: sinedied/ngx-foldable

5.0.0

29 Nov 16:07
Compare
Choose a tag to compare

5.0.0 (2022-11-29)

Features

BREAKING CHANGES

  • Need Angular version >=15
    Need Node.js version >=14.20.0

4.0.0

03 Jun 14:50
Compare
Choose a tag to compare

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

03 Jun 14:32
Compare
Choose a tag to compare

3.1.0 (2022-06-03)

Features

3.0.0

25 Nov 09:47
Compare
Choose a tag to compare

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

22 Nov 22:17
Compare
Choose a tag to compare

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

  • remove old APIs support

1.1.1

19 Mar 14:15
Compare
Choose a tag to compare

1.1.1 (2021-03-19)

Bug Fixes

  • layout issues on real devices (8446001)

1.1.0

17 Mar 09:49
Compare
Choose a tag to compare

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

16 Mar 16:59
Compare
Choose a tag to compare

1.0.5 (2021-03-16)

Bug Fixes

  • refresh on orientation changes and extra repaints (0683aa3)
  • screen context initialization (14da071)

1.0.4

16 Mar 13:45
Compare
Choose a tag to compare

1.0.4 (2021-03-16)

Bug Fixes

  • issues when using typescript strict mode (b84fc9f)

1.0.3

12 Mar 10:37
Compare
Choose a tag to compare

1.0.3 (2021-03-12)

Bug Fixes

  • update min angular version (d383609)