We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7867f4a commit 345de05Copy full SHA for 345de05
CHANGELOG
@@ -1,3 +1,8 @@
1
+v0.4.0
2
+------
3
+ * Create tabs with the 'tab' type, just for show!
4
+ * Add arbitrary HTML with the 'help' type, just because you can.
5
+
6
v0.3.0
7
------
8
* A shiny new datepicker using pickadate.js
bower.json
@@ -5,7 +5,7 @@
"dist/bootstrap-decorator.min.js",
"dist/bootstrap-datepicker.min.js"
],
- "version": "0.3.0",
+ "version": "0.4.0",
9
"authors": [
10
"Textalk",
11
"David Jensen <david.lgj@gmail.com>"
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"description": "Create forms from a JSON schema",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments