Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict Mode #243

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
62dcec9
Breaking: add react@next and react-dom@next
jrios Nov 16, 2018
375e0e8
Update: use hooks in Incrementer
jrios Nov 16, 2018
0187d20
Update: use hooks in DropdownButton
jrios Nov 16, 2018
00f182e
Update: use hooks in TabPanel
jrios Nov 16, 2018
bca1da7
Update: use hooks in ToggleButton
jrios Nov 16, 2018
0e7422f
Update: use hooks in Tooltip
jrios Nov 16, 2018
bed307f
Update: remove DatePickerTextbox
jrios Nov 16, 2018
d0d38ce
Update: use hooks in Menu
jrios Nov 18, 2018
51f3e6f
Update: use hooks in Modal
jrios Nov 18, 2018
600f38e
Update: use hooks in Popover
jrios Nov 19, 2018
3accb14
Merge pull request #230 from jrios/use-hooks
Darrken Nov 20, 2018
f9b7187
Update: Checkbox and RadioGroup styles, styleguide styles
Darrken Nov 8, 2018
78e5fcd
Breaking: updated to new react-datepicker using native Date object
Darrken Nov 20, 2018
668597c
Merge pull request #231 from Darrken/datepicker-update
Nov 20, 2018
e46be5c
Breaking: deprecate commonjs build
aabenoja Nov 21, 2018
286af81
Upgrade: use latest babel-preset-wtw-im
aabenoja Nov 21, 2018
132a752
Merge pull request #233 from aabenoja/modules-only
Darrken Nov 21, 2018
e475d67
Build: use rollup for esm build
aabenoja Nov 21, 2018
2571632
Fix: clear npm audit vulnerabilities
aabenoja Nov 21, 2018
30da755
Fix: use ExampleWrapper without compilation
aabenoja Nov 21, 2018
6894b8b
Fix: remove object destructure on propTypes import
aabenoja Nov 21, 2018
2f0d664
Merge pull request #234 from aabenoja/rollup
Darrken Nov 26, 2018
823a52e
Breaking: upgrade styled-components
aabenoja Nov 19, 2018
3c1636b
Fix: replace injectGlobal with createGlobalStyle
aabenoja Nov 19, 2018
e74eaed
Update: rewrite popoverStyles as ArrowStyles component
aabenoja Nov 20, 2018
05c30b3
Fix: replace innerRef with ref
aabenoja Nov 20, 2018
9dc128b
Fix: erroneously replaced Popper.innerRef with ref
aabenoja Nov 20, 2018
83b8147
Fix: correctly pass refs to buttons
aabenoja Nov 26, 2018
18f7927
Fix: clean up unnecessary ref functions
aabenoja Nov 26, 2018
9295ca1
Update: remove withTheme usage
aabenoja Nov 26, 2018
c286119
Fix: correcting package requirements and module entry path
aabenoja Nov 26, 2018
bcea3b5
Merge pull request #232 from WTW-IM/styled-components-upgrade
Nov 27, 2018
e1f34b7
Breaking: extract notification components
jrios Nov 28, 2018
47c1680
New: add call to action pattern
jrios Nov 28, 2018
14dcd3a
Merge pull request #236 from jrios/new-notifications
Darrken Dec 4, 2018
ac9b916
Update: wrap all examples in strict mode
aabenoja Dec 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/es-components/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ const wtwConfig = {
transformFormatMessage: false
};

if (process.env['BABEL_ENV'] === 'es6') {
wtwConfig.env = { modules: false };
}

module.exports = {
presets: [['wtw-im', wtwConfig]],
plugins: [
'@babel/plugin-transform-runtime',
'@babel/plugin-proposal-export-default-from'
]
};