Skip to content

Releases: seatsio/seatsio-angular

v12.0.0

13 Jun 19:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.2.0...v12.0.0

v11.2.0

21 Mar 14:18
Compare
Choose a tag to compare

What's Changed

  • added release.mjs script and release.yml gh action by @bverbeken in #19

New Contributors

Full Changelog: v11.1.0...v11.2.0

v11.1.0

21 Mar 14:12
Compare
Choose a tag to compare

Full Changelog: v11.0.0...v11.1.0

v11.0.0

26 Jul 08:32
Compare
Choose a tag to compare

It's not required (or even possible) anymore to pass in divId when showing a chart. Nor can you pass in class to set a class on the <div> we create. All styling should be applied to the parent element of <si-seatsio-seating-chart>.

To show multiple charts on the same page, simply use several <si-seatsio-seating-chart> elements - without providing divId.

v10.0.0

15 Nov 13:28
Compare
Choose a tag to compare

Chart gets destroyed properly when it's removed from the DOM. You shouldn't see any warnings anymore.

v9.0.0

12 Mar 07:57
c3e1dad
Compare
Choose a tag to compare

Added support for regions

v8.3.0

01 Feb 10:58
Compare
Choose a tag to compare

Setup for GitHub Actions

v8.2.0

24 Jun 20:24
78c5728
Compare
Choose a tag to compare

Added chart manager

v8.1.0

30 Mar 18:46
Compare
Choose a tag to compare
Updated NPM deployment settings

v8

05 Mar 13:55
ae1e2a3
Compare
Choose a tag to compare
v8

Upgrade peerDependencies, now its compatible from Angular 7 up to 9