Skip to content

Tags: avengers/form

Tags

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #1 from avengers/develop

Changed meta informations of package

v0.9.0

Toggle v0.9.0's commit message
Don't escape label contents

Trying to protect against XSS in the case that someone is using
user input for label contents is not worth the trade-off of disallowing
users of the library to customize the HTML contents of their labels.

If you are using user input in your labels, I recommend escaping
that data manually before including it in your label.

v0.8.13

Toggle v0.8.13's commit message
Merge pull request adamwathan#118 from JesseLeite/fix-xss

Fixing XSS vulnerabilities

v0.8.12

Toggle v0.8.12's commit message
Use token instead of getToken

v0.8.11

Toggle v0.8.11's commit message
Fix whitespace

v0.8.10

Toggle v0.8.10's commit message
Merge pull request adamwathan#104 from AydinHassan/datetime-local-sup…

…port

datetime-local support

v0.8.9

Toggle v0.8.9's commit message
Merge pull request adamwathan#97 from JesseLeite/bugfix-unnecessary-a…

…rray-filter

Unnecessary array_filter?

v0.8.8

Toggle v0.8.8's commit message
Merge pull request adamwathan#96 from sdebacker/master

Method to get $data

v0.8.7

Toggle v0.8.7's commit message
Merge pull request adamwathan#93 from adamwathan/aw-avoid-array-funct…

…ions

Manually split key/values in arrays to prevent breaking anything that was passing a collection

v0.8.6

Toggle v0.8.6's commit message
Don't explode when asking for a value from a bound array that isn't set