File tree 2 files changed +8
-5
lines changed
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.
22
22
Please ** avoid including the material-decorator.js or material-decorator.min.js** as that can make merging harder, and we
23
23
will always generate these files when we make a new release.
24
24
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
-
28
25
With new features we love to see updates to the docs as well as tests, that makes it super
29
26
easy and fast for us to merge it!
30
27
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 )
32
29
(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
33
30
check your code.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Work In Progress
7
7
----------------
8
8
As Angular Material has not reached 1.0.0 yet, this decorator is progressing very cautiously until that project hits it's stable milestone.
9
9
10
- Meaning that it is __ very __ much a __ work in progress __ .
10
+ Meaning that it is ** very ** much a ** work in progress ** .
11
11
12
12
Testing
13
13
------------
@@ -34,3 +34,9 @@ Known Issues
34
34
Contributing
35
35
------------
36
36
Contributions 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