Hey folks, after 2.5 was released with some incremental changes, I've
released 3.0 today with a slightly larger change to the toolbar which could
potentially break custom panels (if you're using any).

Here are the highlights:

- Updated to bootstrap v3.3.6 and moved some static assets around.

- Enabled interactive tablesorting on table columns (performance and
sqlalchemy panels).

- setuptools-git is now required to install a fork of the codebase in
non-editable mode. This is only for forks, not for the official version
from PyPI.

- pyramid_mako and the .dbtmako renderer are no longer included in your
applications when using the toolbar. You may need to include pyramid_mako
if your app is depending on it and were skating by because the toolbar
included it for you.

- The toolbar is now completely isolated from your application. This means
it does all of its rendering of the panels in its own app and does not
depend on any features of your own application. This will break custom
panels if they are not using the correct "request" object for the toolbar
to do rendering. Previously there were cases where the panels were rendered
via your application instead of within the toolbar, requiring the toolbar
to install things like pyramid_mako into your apps even if you didn't need
it.


Full change history:
http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/changes.html


You can install it via PyPI:

  pip install pyramid_debugtoolbar==3.0

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid_debugtoolbar/issues

Thanks!

- Pylons Project core developers

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwFDkj-FFRCaGDuS9K%2BHcz-ZDYPnS8%3DNamSZOWTsED4-SA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to