Nette Framework 2.1.1 released
Notice: This thread is very old.
- David Grudl
- Nette Core | 8218
I'd like to announce the Nette Framework v0.6 … oh wait … Nette Framework 2.1.1 containing these fixes:
- disables safeUrl when
|dataStream
,{link}
or{plink}
are used - adds ability to render checkboxes via
n:name
without using colon in name - enables coexistence of annotation
@method
with extension methods #1344 - fixes SelectBox::setItems without keys
- and doubled DB query after toArray #1332
- multiple service inheritance
- snippetArea with included template
- HTML5 validation of required CheckboxList
- TextInput: min/max input attributes for multiple range rules
- fixes combination of
n:name
with othern:attributes
Added:
- CSRF token is protected against BREACH attack
- Application::$onPresenter event
- helper escapeUrl as alias for
url
- Strings::random uses openssl_random_pseudo_bytes or mcrypt_create_iv
- supports short
<select n:name=... />
For the details about the changes you can have a look at the Github diff.