Skip to content

Releases: SchweizerischeBundesbahnen/scion-toolkit

12.0.0-beta.2

08 Sep 08:38
Compare
Choose a tag to compare

12.0.0-beta.2 (2021-08-31)

Bug Fixes

  • toolkit/testing: fix check in ObserveCaptor to indicate whether the Observable has failed (606b47e)

Features

  • toolkit: provide a function to remove undefined entries from a dictionary (5350a1c)

12.0.0-beta.1

08 Sep 08:33
Compare
Choose a tag to compare

12.0.0-beta.1 (2021-07-01)

Chore

  • toolkit: update @scion/toolkit to Angular 12 (8331caa), closes #56

11.0.0-beta.12

08 Sep 08:32
Compare
Choose a tag to compare

11.0.0-beta.12 (2021-06-24)

Bug Fixes

  • ɵtoolkit/accordion: stretch the accordion header horizontally to its full width (4f4e152)
  • ɵtoolkit/filter-field: use unique id to identify the input element (736e32a)

Features

  • ɵtoolkit/tabbar: allow activating a tab programmatically (6c70831)
  • toolkit/operators: add bufferUntil operator to buffer emissions (50e365e)
  • toolkit/operators: add combineArray operator to combine Observables contained in the source array (113a419)
  • toolkit/operators: add distinctArray operator to remove duplicates in the source array (5a61e1c)

11.0.0-beta.11

08 Sep 08:31
Compare
Choose a tag to compare

11.0.0-beta.11 (2021-04-26)

Chore

  • toolkit: compile with TypeScript strict checks enabled (0a241d5), closes #42

11.0.0-beta.10

08 Sep 08:31
Compare
Choose a tag to compare

11.0.0-beta.10 (2021-03-16)

Bug Fixes

  • toolkit/testing: allow to reset the emit count of ObserveCaptor (b2427bf)

11.0.0-beta.9

08 Sep 08:31
Compare
Choose a tag to compare

11.0.0-beta.9 (2021-03-09)

Bug Fixes

  • toolkit/util: make the signature of Arrays.intersect compatible with strict type checking mode (21bde13), closes #48

11.0.0-beta.8

08 Sep 08:31
Compare
Choose a tag to compare

11.0.0-beta.8 (2021-02-21)

Bug Fixes

  • ɵtoolkit/accordion: trigger filled state update on initialization (7a5402f)
  • ɵtoolkit/list: remove padding to prevent native scrollbars from showing (5fc6dc1)

11.0.0-beta.7

08 Sep 08:30
Compare
Choose a tag to compare

11.0.0-beta.7 (2021-02-10)

Features

  • toolkit/util: support the coercion of Map's from other JavaScript realms (aea4aa8)

11.0.0-beta.6

08 Sep 08:28
Compare
Choose a tag to compare

11.0.0-beta.6 (2021-01-15)

Bug Fixes

  • ɵtoolkit/accordion: remove viewport from accordion (ff0aac3)
  • toolkit/viewport: render the actual scroll position when an animation completes (8033a79)

11.0.0-beta.5

08 Sep 08:27
Compare
Choose a tag to compare

11.0.0-beta.5 (2021-01-11)

Features

  • ɵtoolkit/accordion: allow displaying accordion items in solid instead of speech bubble style (7d211d3)
  • ɵtoolkit/accordion: provide page object to be used in e2e protractor tests (c94c14e)
  • ɵtoolkit/filter-field: allow the user to reset filter text (29e3fec)
  • ɵtoolkit/filter-field: enable the filter field for use with the Angular Forms API (079b00c)
  • ɵtoolkit/theme: remove the focus glow from disabled input fields (be9944c)
  • toolkit/observable: allow observing an element's position on the screen (7cbffa1)
  • toolkit/viewport: allow a viewport to grow with its content (b7f9e0d)

BREAKING CHANGES

As part of this change, we also had to change the sci-scrollable directive's behavior. It no longer positions its host absolutely, but in document element flow instead. You may use this directive for adding the SCION scrollbar to other viewport implementations, such as the <cdk-virtual-scroll-viewport> component of Angular CDK. To migrate, add the host to a CSS grid container to fill the remaining space vertically and horizontally.