- Chameleon support: make macros access lazy. [jone]
- Check for searchbox value when a tabbedview page gets reloaded. [phgross]
3.5.1
------------------
- Extract tabbedview's allowed attributes in to an interface. [phgross]
- Move uploadbox above tabbedview menu [Kevin Bieri]
- Change Regex in parse_param. Only match decimal characters, since parseFloat may return wrong results when confronted with an int. [tschanzt]
3.5.0
------------------
- Drop support for Plone 4.1.x. [deiferni]
- Respect permissions defined on tabs during tab-lookup. Replaces adapter lookup with traversal to make sure that permissions defined on a tab are respected. [deiferni]
- Handle when the client gets a response from different source than a tabbed-view. By default show a message that the tab could not be loaded successfully. This can be customized by registering a different event handler. [deiferni]
3.4.3
------------------
- Prevent reload loop when requesting non-existing tab. [jone]