Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-formly-material

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-formly-material - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

176

CHANGELOG.md

@@ -1,110 +0,152 @@

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
Change Log
==========
## [0.7.2] - 2015-12-08
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
[0.7.3](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.2...v0.7.3)
### Changed
- Package name in AtmosphereJS (formly:angular-formly-templates-material)
[0.7.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.1...v0.7.2) - 2015-12-08
------------------------------------------------------------------------------------------------------------
### Added
- Documentation for all fields and wrappers
- Banner with version in dist files
- Documentation for all fields and wrappers
- Banner with version in dist files
### Changed
- Links to repository after transfer from wieldo to formly-js
## [0.7.1] - 2015-12-01
- Links to repository after transfer from wieldo to formly-js
[0.7.1](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.0...v0.7.1) - 2015-12-01
------------------------------------------------------------------------------------------------------------
### Changed
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
- remove bound from slider's min, max and step attributes
## [0.7.0] - 2015-11-29
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
- remove bound from slider's min, max and step attributes
[0.7.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.6.0...v0.7.0) - 2015-11-29
------------------------------------------------------------------------------------------------------------
### Added
- support for npm and bower (angular-formly-material).
- support for npm and bower (angular-formly-material).
### Changed
- Unit testing using karma instead of velocity (with coverage reports)
## [0.6.0] - 2015-11-27
- Unit testing using karma instead of velocity (with coverage reports)
[0.6.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.2...v0.6.0) - 2015-11-27
------------------------------------------------------------------------------------------------------------
### Added
- compatibility with Meteor releases lower then 1.2
## [0.5.2] - 2015-11-19
- compatibility with Meteor releases lower then 1.2
[0.5.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.1...v0.5.2) - 2015-11-19
------------------------------------------------------------------------------------------------------------
### Fixed
- missing md-theme attribute when using templateOptions.theme
- missing md-theme attribute when using templateOptions.theme
### Added
- Tests of all currently available functionality
- Tests of all currently available functionality
### Removed
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
- deprecated **mdMessages** wrapper. Use **messages**
## [0.5.1] - 2015-11-18
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
- deprecated **mdMessages** wrapper. Use **messages**
[0.5.1](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.0...v0.5.1) - 2015-11-18
------------------------------------------------------------------------------------------------------------
### Changed
- Refactor all files to use Strict Dependency Injection
## [0.5.0] - 2015-11-18
- Refactor all files to use Strict Dependency Injection
[0.5.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.4.0...v0.5.0) - 2015-11-18
------------------------------------------------------------------------------------------------------------
### Added
- multiple support for select field
- slider field with min, max, step and discrete options
## [0.4.0] - 2015-11-17
- multiple support for select field
- slider field with min, max, step and discrete options
[0.4.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.3.0...v0.4.0) - 2015-11-17
------------------------------------------------------------------------------------------------------------
### Added
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
### Deprecated
- **mdInputContainer** wrapper. Use **inputContainer**
- **mdMessages** wrapper. Use **messages**
## [0.3.0] - 2015-11-17
- **mdInputContainer** wrapper. Use **inputContainer**
- **mdMessages** wrapper. Use **messages**
[0.3.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.2.0...v0.3.0) - 2015-11-17
------------------------------------------------------------------------------------------------------------
### Added
- datepicker with date range and filtering _(currently in angular-material 1.0_RC4)_
- Tests of formlyMaterial provider
## [0.2.0] - 2015-11-17
- datepicker with date range and filtering *(currently in angular-material 1.0_RC4)*
- Tests of formlyMaterial provider
[0.2.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.1.0...v0.2.0) - 2015-11-17
------------------------------------------------------------------------------------------------------------
### Added
- Support for textarea with cols and rows
- ApiCheck for label, radio and select
- Support for md-theme
## [0.1.0] - 2015-11-17
- Support for textarea with cols and rows
- ApiCheck for label, radio and select
- Support for md-theme
[0.1.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.4...v0.1.0) - 2015-11-17
------------------------------------------------------------------------------------------------------------
### Added
- Support for md-select with valueProp and labelProp
- Support for md-radio with valueProp and labelProp options
## [0.0.4] - 2015-11-13
- Support for md-select with valueProp and labelProp
- Support for md-radio with valueProp and labelProp options
[0.0.4](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.3...v0.0.4) - 2015-11-13
------------------------------------------------------------------------------------------------------------
### Removed
- es5-shim package
- standard-minifier package
## [0.0.3] - 2015-11-10
- es5-shim package
- standard-minifier package
[0.0.3](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.2...v0.0.3) - 2015-11-10
------------------------------------------------------------------------------------------------------------
### Fixed
- Invalid components templateUrl
- Invalid components templateUrl
### Changed
- Package name: wieldo:angular-formly-templates-material
## [0.0.2] - 2015-11-07
- Package name: wieldo:angular-formly-templates-material
[0.0.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.1...v0.0.2) - 2015-11-07
------------------------------------------------------------------------------------------------------------
### Fixed
- Add missing ngMessages
- Add missing ngMessages
### Added
- showError in Messages wrapper
- md-checkbox
- mdTheme to checkbox, switch
- md-switch
## 0.0.1 - 2015-11-06
- showError in Messages wrapper
- md-checkbox
- mdTheme to checkbox, switch
- md-switch
[0.7.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.1...v0.0.2
0.0.1 - 2015-11-06
------------------

@@ -1,39 +0,36 @@

var client = 'client';
// package metadata file for AtmosphereJS
'use strict';
Package.describe({
name: "wieldo:angular-formly-templates-material",
summary: "Material design templates for angular-formly",
version: "0.7.2",
documentation: 'README.md',
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
name: 'formly:angular-formly-templates-material',
summary: '(official): Material design templates for angular-formly',
version: '0.7.3',
documentation: 'README.md',
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
});
Package.onUse(function (api) {
var packages = {
use: [
'angular@1.0.0',
'angular:angular-messages@1.4.7',
'angular:angular-material@0.11.4',
'wieldo:angular-formly@7.3.2'
],
imply: [
'angular:angular@1.4.7',
'angular:angular-messages',
'angular:angular-material',
'wieldo:angular-formly'
]
};
var packages = {
use: [
'angular@1.0.0',
'angular:angular-messages@1.4.7',
'angular:angular-material@0.11.4',
'wieldo:angular-formly@7.3.2'
],
imply: [
'angular:angular@1.4.7',
'angular:angular-messages',
'angular:angular-material',
'wieldo:angular-formly'
]
};
api.versionsFrom(['METEOR@1.0']);
api.versionsFrom("METEOR@1.0");
api.use(packages.use);
api.imply(packages.imply);
api.use(packages.use);
api.imply(packages.imply);
api.addFiles([
'dist/formly-material.js'
], client);
});
api.addFiles([
'dist/formly-material.js'
], 'client');
});
{
"name": "angular-formly-material",
"version": "0.7.2",
"version": "0.7.3",
"description": "Material design templates for angular-formly",

@@ -5,0 +5,0 @@ "main": "dist/formly-material.js",

FormlyMaterial
==========
==============
[![GitHub version](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material.svg)](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material)
[![Build Status](https://travis-ci.org/formly-js/angular-formly-templates-material.svg)](https://travis-ci.org/formly-js/angular-formly-templates-material)
[![Coverage Status](https://coveralls.io/repos/formly-js/angular-formly-templates-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/formly-js/angular-formly-templates-material?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f)](https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material)
[![Join the chat at https://gitter.im/formly-js/angular-formly-templates-material](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/formly-js/angular-formly-templates-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub version](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material.svg)](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material) [![Build Status](https://travis-ci.org/formly-js/angular-formly-templates-material.svg)](https://travis-ci.org/formly-js/angular-formly-templates-material) [![Coverage Status](https://coveralls.io/repos/formly-js/angular-formly-templates-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/formly-js/angular-formly-templates-material?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f)](https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material)
Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.
## Install
Install
-------

@@ -22,11 +20,11 @@ ```

```
meteor add wieldo:angular-formly-templates-material
meteor add formly:angular-formly-templates-material
```
Getting Started
---------------
## Getting Started
1. Add package using one of methods above
2. Add the following dependencies to your AngularJS module:
1. Add package using one of methods above
2. Add the following dependencies to your AngularJS module:
```javascript

@@ -38,32 +36,37 @@ angular.module('myAppName', [

## Requirements
Requirements
------------
- angular ~ 1.4.0
- angular-messages ~ 1.4.0
- angular-material ~ 0.11.0
- angular-formly ~ 7.3.0
- angular ~ 1.4.0
- angular-messages ~ 1.4.0
- angular-material ~ 0.11.0
- angular-formly ~ 7.3.0
# Components
Components
==========
Any requests? Add issue!
## Fields
Fields
------
* [checkbox][types.checkbox]
* [chips][types.chips]
* [datepicker][types.datepicker]
* [input][types.input]
* [radio][types.radio]
* [select][types.select]
* [slider][types.slider]
* [switch][types.switch]
* [textarea][types.textarea]
- [checkbox](docs/types/checkbox.md)
- [chips](docs/types/chips.md)
- [datepicker](docs/types/datepicker.md)
- [input](docs/types/input.md)
- [radio](docs/types/radio.md)
- [select](docs/types/select.md)
- [slider](docs/types/slider.md)
- [switch](docs/types/switch.md)
- [textarea](docs/types/textarea.md)
## Wrappers
Wrappers
--------
* [input-container][wrappers.input-container]
* [label][wrappers.label]
* [messages][wrappers.messages]
- [input-container](docs/wrappers/input-container.md)
- [label](docs/wrappers/label.md)
- [messages](docs/wrappers/messages.md)
## Common settings
Common settings
---------------

@@ -78,31 +81,18 @@ ### label (string)

## Roadmap
Roadmap
-------
- [x] add md-chips
- [x] add md-datepicker
- [ ] add md-icon wrapper
- [x] add md-slider with min, max, step and discrete options
- [x] add md-select
- [x] multiple in md-select
- [ ] add groups to md-select
- [x] add valueProp, labelProp to md-select
- [x] add md-radio with valueProp and labelProp
- [x] add textarea with cols and rows
- [x] md-theme
- [ ] e2e tests
- [x] add md-chips
- [x] add md-datepicker
- [ ] add md-icon wrapper
- [x] add md-slider with min, max, step and discrete options
- [x] add md-select
- [x] multiple in md-select
- [ ] add groups to md-select
- [x] add valueProp, labelProp to md-select
- [x] add md-radio with valueProp and labelProp
- [x] add textarea with cols and rows
- [x] md-theme
- [ ] e2e tests
Requests (?). Post an issue.
[types.checkbox]: docs/types/checkbox.md
[types.chips]: docs/types/chips.md
[types.datepicker]: docs/types/datepicker.md
[types.input]: docs/types/input.md
[types.radio]: docs/types/radio.md
[types.select]: docs/types/select.md
[types.slider]: docs/types/slider.md
[types.switch]: docs/types/switch.md
[types.textarea]: docs/types/textarea.md
[wrappers.input-container]: docs/wrappers/input-container.md
[wrappers.label]: docs/wrappers/label.md
[wrappers.messages]: docs/wrappers/messages.md
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc