Simpletip Changelog
Simpletip 2.0.0-beta5
level: Beta
released: February 18, 2009 - 5:47pm
changelog:
- Core: Exposed default configuration options as simpletip object. default overrides for details.
- Fixed: Issue #5 - Compatibility with jQuery 1.2.6 broken in Internet Explorer
Simpletip 2.0.0-beta4
level: Beta
released: February 17, 2009 - 01:29am
changelog:
- Core: Added new title API attribute for new title functionality
- New: Added brand new cross-browser rounded corner engine. See the borders tutorial for details.
- New: Added new title and button functionality
- New: Added titleClass and buttonClass attributes
- New: Require full jQuery selector use on all element targets. See troubleshooting for details.
Simpletip 2.0.0-beta3
level: Beta
released: February 12, 2009 - 23:17pm
changelog:
- Core: Converted root, tooltip, content and stem variables into API attributes
- New: Added new ajax configuration option to allow instant loading of remote content. See documentation
- New: Added new 'method' attribute to API load() method to allow explicit method type (GET or POST)
- New: Can now access simpletip API via the tooltip itself with a simpletip() call
- New: Each tooltips beforeHide and onHide callbacks are called when hidden by other tooltips (hideOthers)
- Fixed: Issue #4 - Error when providing a string for stem attribute
- Removed: Window resize event due to cross-browser positioning issues. See Issue #2
Simpletip 2.0.0-beta2
level: Beta
released: February 11, 2009 - 20:37pm
changelog:
- Core: Renamed all onBefore methods to before for consistency
- New: Allow stems to be disabled using stem: false
- Fixed: Corrected rendering bugs in IE
- Fixed: Corrected offset bug in webkit browsers
Simpletip 2.0.0-beta1
level: Major Beta
released: February 11, 2009 - 03:29am
changelog:
- Major restructuring of entire library and accompanying API methods
- Optimized library methods deliver a nice speed increase on certain show/hide and mouse events
- Many library attributes renamed / integrated into new features
- customShow and customHide callbacks integrated into hideEffect and showEffect respectively
- License: Changed to LGPLv3 to allow non-commerical projects to use code freely
- New: Added new hooks functionality for positioning tooltips
- New: Added cross-browser compatible stems or 'tips' support
- New: New hideOn and showOn configuration options allow total customisation of when tooltips are hidden/shown.
- New: hideOthers attribute to hide all other tooltips upon show
- New: focus() functionality brings tooltip to forefront of all others (z-index) when moused over or called via API
- New: delay attribute available to delay showing of tooltips
- New: hideAfter attribute hides tooltip after a set period of inactivity (mouseover/click/hover etc.)
- New: Dramatically improved viewport / boundry checking
Simpletip 1.3.1
level: Patch
released: February 5, 2009 - 11:04am
changelog:
- Fixed major bug in relative position handling in 'updatePos' method
- Added new 'hidden' configuration option to allow control over tooltips inital state (shown of hidden) Thanks to Benjamin for this feature suggestion
Simpletip 1.3
level: Minor
released: February 4, 2009 - 9:38pm
changelog:
- Major overhaul of entire library
- Brand new API functionality - see documentation for full details
- Added pre-defined positioing properties
- Added new 'custom' value to hideEffect and showEffect enabling custom show and hide methods
- Added 'showCustom' and 'hideCustom' method callbacks for use with new 'custom' hideEffect/showEffect value functionality
- Added new 'load()' API method to load remote file contents into tooltips
- Added 'beforeContentLoad' and 'onContentLoad' callback methods: see 'load()'
- Added new configuration option 'boundryCheck' to enable/disable boundry checking on a per-tooltip basis
- Renamed 'hover' property to 'persistent' to better relay its purpose
- Configuration option 'position' now accepts mixed array values of both absolute and relative positions
- Configuration option 'position' now accepts an element reference as an argument, resulting in tooltip positioned at elements coordinates
- Fixed several rendering bugs in Internet Explorer
Simpletip 1.2.2
level: Patch
released: February 4, 2009 - 7:44am
changelog:
- Adjusted spelling error on 'baseClass' property
Simpletip 1.2.1
level: Patch
released: February 4, 2009 - 7:36am
changelog:
- Renamed 'class' property to 'baseClass' due to problems with reserved keywords Special thanks to Justin for pointing out this error
Simpletip 1.2.0
level: Minor
released: February 3, 2009 - 4:17pm
changelog:
- Added new positioning property
- Fixed rendering bug
- Adjusted contents property name, now called content (without the s)
- Added individual show and hide effect time properties
Simpletip 1.1.0
level: Minor
released: February 2, 2009 - 6:38am
changelog:
- Added window dimensions check to prevent offscreen rendering / scrolblar issues
- Cleaned up code formatting
- Removed updateHTML method. Main update method now manipulates HTML directly
Simpletip 1.0.0
level: Major
released: February 2, 2009 - 3:26am
changelog: