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

Commit 889694b

Browse files
author
Kent C. Dodds
committed
6.23.1
1 parent bb51c4d commit 889694b

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

dist/formly.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! angular-formly version 6.23.0 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
1+
//! angular-formly version 6.23.1 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò)
22

33
(function webpackUniversalModuleDefinition(root, factory) {
44
if(typeof exports === 'object' && typeof module === 'object')
@@ -147,7 +147,7 @@ return /******/ (function(modules) { // webpackBootstrap
147147

148148
ngModule.constant('formlyApiCheck', _providersFormlyApiCheck2['default']);
149149
ngModule.constant('formlyErrorAndWarningsUrlPrefix', _otherDocsBaseUrl2['default']);
150-
ngModule.constant('formlyVersion', ("6.23.0")); // <-- webpack variable
150+
ngModule.constant('formlyVersion', ("6.23.1")); // <-- webpack variable
151151

152152
ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
153153
ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
@@ -329,7 +329,8 @@ return /******/ (function(modules) { // webpackBootstrap
329329
name: apiCheck.string.optional,
330330
expressionProperties: expressionProperties.optional,
331331
extras: apiCheck.shape({
332-
validateOnModelChange: apiCheck.bool.optional
332+
validateOnModelChange: apiCheck.bool.optional,
333+
skipNgModelAttrsManipulator: apiCheck.oneOfType([apiCheck.string, apiCheck.bool]).optional
333334
}).strict.optional,
334335
data: apiCheck.object.optional,
335336
templateOptions: apiCheck.object.optional,
@@ -448,7 +449,7 @@ return /******/ (function(modules) { // webpackBootstrap
448449
Object.defineProperty(exports, "__esModule", {
449450
value: true
450451
});
451-
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.23.0") + "/other/ERRORS_AND_WARNINGS.md#";
452+
exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.23.1") + "/other/ERRORS_AND_WARNINGS.md#";
452453
module.exports = exports["default"];
453454

454455
/***/ },

dist/formly.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formly.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly",
3-
"version": "6.23.0",
3+
"version": "6.23.1",
44
"author": "Astrism <[email protected]>",
55
"contributors": [
66
"Astrism <[email protected]>",

0 commit comments

Comments
 (0)