Releases: codem/silverstripe-html5-inputs
Releases · codem/silverstripe-html5-inputs
v1.0.0
v1.0.0-rc2
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v0.1.5
What's Changed
- psr-4 updates by @MrJamesEllis in #3
- Module requirements - general maintenance and requirements updates by @MrJamesEllis in #4
- Update validation by @MrJamesEllis in #5
Full Changelog: v0.1.4...v0.1.5
v1.0.0-rc1
Minimum SS5 requirement
Full Changelog: v0.1.4...v1.0.0-rc1
v0.1.4
What's Changed
- Better datalist support, lots of fixes and enhancements by @MrJamesEllis in #2
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Changes
- TelField: reinstate Type() return 11bde1c
- UrlField: add Type() return of 'url text' 0561537
- UrlField: modify the failed url parse message when required parts are missing to say something to that effect af74e83
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Changes
- Pattern trait: provide ability to set separate PHP regular expression, in addition to pattern for that element attribute
- Pattern trait: validate pattern server side
- UrlField: restrictToHttp - shorthand method, restrict to http and https schemes
- UrlField: restrictToHttps - shorthand method, restrict to https schemes
- UrlField: restrictToSchemes - shorthand method, restrict URL to starting with one or more schemes
- UrlField: setRequiredParts - URL must contain all of the parts set
- General documentation update to support changes
- Add UrlField tests
v0.1.1
v0.1
Changes
Initial versioned release