Skip to content

Commit

Permalink
Evaluated changes to MSFT Column Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thechriskent committed Mar 19, 2018
1 parent cfa50ae commit 1f0b4e2
Show file tree
Hide file tree
Showing 3 changed files with 4,640 additions and 2 deletions.
11 changes: 9 additions & 2 deletions solutions/ColumnFormatter/src/CustomFormatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Pulled directly from O365 (pretty printed with Chrome Dev Tools) and is included

Unfortunately this is not open source or available as a package (AFAIK). Fortunately, it is licensed under Apache 2.0 (see actual file) so this raw file has been adapted for use in this project

#### (Version pulled: 4df54baa on 12/13/17)
#### (Active Version pulled: 4df54baa on 12/13/17)
> Active version means the version used in Column Formatter (not necessarily the version in use in O365 Listviews)
## LocalCustomFormatter.ts
This is the adapted version of the customformatter file. As few changes as possible have been added to make it usable in the project. These changes are noted under Adaptations.
Expand Down Expand Up @@ -34,4 +35,10 @@ The result is a hard to follow, but working set of code. The goal is to eventual
|4|n|resource strings|
|5|i|String Helper|
|6|a|HtmlEncoding|
|7|o|UI Fabric|
|7|o|UI Fabric|

# Versions
|Active|Version|Date|Notes|
|---|---|---|---|
|Y|4df54baa|12/13/17||
||95c4690|03/02/18|Not a significant update, looks like they just commented out all the console.log messages and updated some dependencies.
Loading

0 comments on commit 1f0b4e2

Please sign in to comment.