You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
Version numbers correspond to `bower.json` version
2
+
3
+
# Latest (maybe 0.1.0)
4
+
5
+
## Backward compatible changes:
6
+
7
+
## Internal Changes
8
+
9
+
- Moved all demo-only related files to a demo folder and added a symbolic link to src and bower_components so when it's deployed the src and bower_components go with it. This will also allow us to make a symlink in the test directory when it's created.
10
+
- Separated out the src folder into three sub folders: `common`, `bootstrap`, and `vanilla`. The build takes `bootstrap` and `vanilla` and builds them separately. They each build with `common`. There is also a separate file for setting up the default template mapping with their types and this is excluded for the `no-templates` build. The final output is: `formly.js`, `formly.bootstrap.js`, and `formly.vanilla.js`. Adding other styles will be very easy. It also should make it possible for us to have directive templates (funcationality for a field).
11
+
- Removed bower_components from git ignore because it's sort of insanity to have to install it every time... Especially when it's needed for the demo. Could name the symlink different... But not worth it I think...
12
+
13
+
## Breaking changes:
14
+
15
+
- Added no-template build that builds to `formly.js` and changed vanilla build to `formly.vanilla.js`.
16
+
17
+
2
18
# 0.0.16
3
19
4
20
- The password field no longer uses whitespace trimming.
@@ -67,4 +83,4 @@ Added `template` property on fields. Allows devs to have one-liner templates. Ma
0 commit comments