Skip to content

Commit 266775e

Browse files
committed
Merge branch 'release/v0.5.0'
2 parents 76d9033 + fb25ab9 commit 266775e

24 files changed

+34585
-57
lines changed

.coveralls.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_name: travis-ci
2+

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- 0.10

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.5.0
2+
------
3+
* Travis and Coveralls integration
4+
* Support for HTML in descriptons and some titles, (checkbox(es), radios).
5+
* ngSanitize is now a dependency.
6+
* Enum order is now maintained in selects (thanks @adamschwartz)
7+
18
v0.4.0
29
------
310
* Create tabs with the 'tab' type, just for show!

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Angular Schema Form
22
===================
33

4+
[![Build Status](https://travis-ci.org/Textalk/angular-schema-form.svg?branch=master)](https://travis-ci.org/Textalk/angular-schema-form)
5+
[![Coverage Status](https://coveralls.io/repos/Textalk/angular-schema-form/badge.png?branch=master)](https://coveralls.io/r/Textalk/angular-schema-form?branch=development)
6+
[![Bower version](https://badge.fury.io/bo/angular-schema-form.svg)](http://badge.fury.io/bo/angular-schema-form)
7+
48
Generate forms from a JSON schema, with AngularJS!
59

610
### [Try out the example page](http://textalk.github.io/angular-schema-form/examples/bootstrap-example.html)
@@ -71,14 +75,15 @@ bower install angular-schema-form
7175
(or just download the contents of the ```dist/``` folder and add dependencies
7276
manually)
7377

74-
It depends on AngularJS (duh!), [tv4](https://github.com/geraintluff/tv4), and
78+
It depends on [AngularJS](https://angularjs.org/) (duh!),
79+
[angular-sanitize](https://docs.angularjs.org/api/ngSanitize),
80+
[tv4](https://github.com/geraintluff/tv4), and
7581
if you like to use the date picker you also need jQuery and
7682
[pickadate.js](http://amsul.ca/pickadate.js/). Also if you use the ```help```
7783
type to inject HTML you'll want to use ngSanitize as well.
7884

7985
The minified files also includes all templates so they are all you need.
8086

81-
8287
Addons
8388
------
8489
Currently there is only one addon, a date picker using

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/bootstrap-decorator.min.js",
66
"dist/bootstrap-datepicker.min.js"
77
],
8-
"version": "0.4.0",
8+
"version": "0.5.0",
99
"authors": [
1010
"Textalk",
1111
"David Jensen <[email protected]>"

dist/bootstrap-decorator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)