From 8cc32e1293d2d777c4bdcbb5d42076d6cef3c388 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 26 Jan 2015 15:45:47 -0500 Subject: [PATCH] Tick version, observechanges true by default sticky --- RELEASE-NOTES.md | 2 +- package.json | 2 +- src/definitions/modules/sticky.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3814b6649..eca46fdef 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,7 +4,7 @@ **Bugs** - **Grid** - Removed `text-align: left` from column definition. Now inherits from grid. -- **Input** - `ui labeled input` now forces `table-cell` so that it can use `ui dropdown` +- **Input** - `ui labeled input` now forces `table-cell` so that it can use `ui dropdown`, added example in ui docs with dropdown - **Input** - Fix border radius on `ui action input` with button groups, aka `ui buttons` - **Popup** - Popup `hide all` will now use transition set in `settings.transition` when closing other popups - **Grid** - Fix `doubling grid` setting `100% width` which may cause diff --git a/package.json b/package.json index 85564ca64..d2e43e6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui", - "version": "1.8.0", + "version": "1.8.1", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage": "http://www.semantic-ui.com", diff --git a/src/definitions/modules/sticky.js b/src/definitions/modules/sticky.js index f90f23f76..1e6ab83aa 100644 --- a/src/definitions/modules/sticky.js +++ b/src/definitions/modules/sticky.js @@ -745,7 +745,7 @@ $.fn.sticky.settings = { offset : 0, bottomOffset : 0, - observeChanges : false, + observeChanges : true, onReposition : function(){}, onScroll : function(){},