Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
eec133a
stashing work
potench Jul 24, 2020
90dbf2f
feat (core + ui) refactor to use tcf 2.0 v0
potench Aug 6, 2020
f783f63
remapping, loader, initialization
potench Aug 11, 2020
9e764b7
fork tcfapi to customize custom api
potench Aug 12, 2020
b2f3b96
ie11 fixes and move to tcfapi only
potench Aug 13, 2020
a44b204
docs
potench Aug 14, 2020
779e072
docs
potench Aug 14, 2020
69cf8ac
more docs
potench Aug 14, 2020
b12dd3d
remove themes from reference
potench Aug 14, 2020
baed0b8
logo
potench Aug 14, 2020
124dd47
docs
potench Aug 14, 2020
b4077c9
2.0
potench Aug 14, 2020
6c3d587
dpl
potench Aug 18, 2020
d6b14e8
upstream merge for 1.5.7
potench Aug 18, 2020
2494fc0
add onConsentAllChanged apis
potench Aug 19, 2020
0230fdb
styles
potench Aug 19, 2020
25fac27
fix save-button show/hide
potench Aug 19, 2020
0365893
logging
potench Aug 20, 2020
be09b88
add logging
potench Aug 21, 2020
e6c2598
docs and monitoring
potench Aug 21, 2020
3674f6e
feat (layer3:vendors) add vendors UI in layer3 for vendor consent man…
potench Aug 24, 2020
1b501e9
remove away from using vendorIds set
potench Aug 24, 2020
02645dc
fix hasConsentedAll to check vendors, purposes, and specialFeatures
potench Aug 24, 2020
c6f4d1e
updated vendor-list
potench Aug 24, 2020
0e451c1
feat (localization) adds custom localization
potench Aug 28, 2020
576dcb3
refactor (events) use CustomEvent instead of MessageEvent for better …
potench Aug 28, 2020
48d3655
feat (translations) add all custom translation files
potench Aug 28, 2020
13c1d61
fix (loader) string replace with regex for IE11 polyfill if no polyfi…
potench Aug 28, 2020
29a7d2b
refactor (translations) update custom translations for da,de,es,fr,it…
potench Aug 28, 2020
585ba6d
refactor (env) remove unused packages and update privacy policy styling
potench Aug 28, 2020
62259ed
refactor (env) remove unused dependencies
potench Aug 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"sourceMaps": true,
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/plugin-proposal-decorators", {"legacy": true}],
["@babel/plugin-transform-object-assign"],
["@babel/plugin-transform-react-jsx", {"pragma": "h"}],
["@babel/plugin-proposal-class-properties"],
["@babel/plugin-syntax-object-rest-spread"]
]
"sourceMaps": true,
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-transform-object-assign"],
["@babel/plugin-transform-react-jsx", { "pragma": "h" }],
["@babel/plugin-proposal-class-properties"],
["@babel/plugin-syntax-object-rest-spread"]
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.0](https://github.com/openmail/system1-cmp/compare/v1.5.6...v2.0.0) (2020-08-14)

### Refactor

- [x] Introduce new CMP based on TCF 2.0 framework

## [1.5.7](https://github.com/openmail/system1-cmp/compare/v1.5.6...v1.5.7) (2020-08-17)

### Fix
Expand Down
Loading