File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,9 @@ request a heck of a lot easier for us.
2222Please ** avoid including the material-decorator.js or material-decorator.min.js** as that can make merging harder, and we
2323will always generate these files when we make a new release.
2424
25- If its a new field type consider making it an add-on instead,
26- especially if it has external dependencies. See [ extending Schema Form documentation.] ( docs/extending.md )
27-
2825With new features we love to see updates to the docs as well as tests, that makes it super
2926easy and fast for us to merge it!
3027
31- Also consider running any code through the code style checker [ jscs] ( https://github.com/mdevils/node-jscs )
28+ Also consider running any code through the ** JavaScript Code Style ** checker [ jscs] ( https://github.com/mdevils/node-jscs )
3229(or even better use it in your editor) using the .jscsrc file in the repo root, which should be picked up by the IDE. You can also us ` gulp jscs ` to
3330check your code.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Work In Progress
77----------------
88As Angular Material has not reached 1.0.0 yet, this decorator is progressing very cautiously until that project hits it's stable milestone.
99
10- Meaning that it is __ very __ much a __ work in progress __ .
10+ Meaning that it is ** very ** much a ** work in progress ** .
1111
1212Testing
1313------------
@@ -34,3 +34,9 @@ Known Issues
3434Contributing
3535------------
3636Contributions are welcome! Please see [ Contributing.md] ( CONTRIBUTING.md ) for more info.
37+
38+ Future
39+ ------
40+ Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small
41+ watches by using build helpers. For instance, slapping on a ` sf-changed ` directive * only* if the
42+ form definition has an ` onChange ` option.
You can’t perform that action at this time.
0 commit comments