Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit c41b4bb

Browse files
author
Kent C. Dodds
committed
4.4.0
1 parent 134dbe0 commit c41b4bb

7 files changed

+26
-16
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.4.0
2+
3+
- Adding the ability for `multiCheckbox` type to have objects. [#32](/../../issues/32) thanks to [@m0t0r](https://github.com/m0t0r)
4+
15
# 4.3.2
26

37
- Fixing issue with required on multiCheckbox. [#26](/../../issues/26) thanks to [@ckniffen](https://github.com/ckniffen)

bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "angular-formly-templates-bootstrap",
3-
"version": "4.3.2",
43
"authors": [
54
"Astrism <[email protected]>"
65
],

dist/angular-formly-templates-bootstrap.js

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

dist/angular-formly-templates-bootstrap.js.map

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

dist/angular-formly-templates-bootstrap.min.js

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

dist/angular-formly-templates-bootstrap.min.js.map

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly-templates-bootstrap",
3-
"version": "4.3.2",
3+
"version": "4.4.0",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",

0 commit comments

Comments
 (0)