A new version of the PowerPack is now available for download, with just some fixes in it. You can download the new release from
the usual place.
Here's the full ChangeLog:
Release 1.1.0.11 - 14th July 2005.
Public release. There was a small code-cleanup as well as these changes:
- ComboBox. Values weren't HTML-encoded, so manually entered values such as '3"' wouldn't render properly on postbacks. FIXED.
- RichTextBox. An exception would be thrown if a Mozilla-based user agent string wasn't in the expected format (as with Googlebot etc). FIXED.
- RichTextBox. Added Firefox useragent so it runs Mozilla version instead of downlevel version. FIXED.
- ComboBox. Added Firefox useragent so it runs Mozilla version instead of downlevel version. FIXED.
- DatePicker. Added Firefox useragent so it runs Mozilla version instead of downlevel version. FIXED.
- ShowOnConditionClientSide. Added Firefox useragent so it runs Mozilla version instead of downlevel version. FIXED.
- ShowOnConditionClientSide. Threw client-side error on use. FIXED.
- NoRepostValidator. Threw exceptions on MasterPage-based layouts. FIXED.
- ComboBox. Caused 'ddDropdown cannot be null' popup in Firefox/Mozilla when placed in a CollapsiblePanel. FIXED.