From 88bddda256ef88a1c663ffa7c305cd15ebc705d7 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 27 Jun 2018 23:34:23 -0700 Subject: [PATCH] Bump version to 1.1.2 --- CHANGELOG.md | 11 +++++++++++ examples/minimal/index.html | 2 +- examples/webpack/package.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0043e6b8..b9474ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ Users can pass an initial layout (TODO: Documentation) +## 1.1.2 + +### Changes + +Webamp is no-longer rendered into the DOM node you pass into `webamp.renderWhenReady()`. Instead, Webamp is rendred as a direct child of the `` tag. The passed DOM node is still used for positioning. Webamp will attempt to center itself within that DOM node when it renders. + +### Features + +- Allow consumers to specify a z-index when constructing Webamp. + ### Fixes - Fixes positioning of context menus in context menu targets when they are spawned while scrolled. +- Improve performance of CharacterString, which gets rendered on every marquee step. ## 1.1.1 diff --git a/examples/minimal/index.html b/examples/minimal/index.html index 55b584db..121810bb 100755 --- a/examples/minimal/index.html +++ b/examples/minimal/index.html @@ -7,7 +7,7 @@
- +