Browse Source

Tick version, observechanges true by default sticky

pull/1729/head
jlukic 9 years ago
parent
commit
8cc32e1293
3 changed files with 3 additions and 3 deletions
  1. 2
      RELEASE-NOTES.md
  2. 2
      package.json
  3. 2
      src/definitions/modules/sticky.js

2
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

2
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",

2
src/definitions/modules/sticky.js

@ -745,7 +745,7 @@ $.fn.sticky.settings = {
offset : 0,
bottomOffset : 0,
observeChanges : false,
observeChanges : true,
onReposition : function(){},
onScroll : function(){},

Loading…
Cancel
Save