Skip to content

V3 #99

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

Merged
merged 89 commits into from
Jan 27, 2019
Merged

V3 #99

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
96af76a
wip
ZeeCoder Nov 4, 2018
52630fa
prettify
ZeeCoder Nov 4, 2018
6e362c8
Tooling upgrades
ZeeCoder Nov 17, 2018
fe948f8
Reorganising stuff
ZeeCoder Nov 17, 2018
2023aaa
Travis reporting yarn version
ZeeCoder Nov 17, 2018
f588575
test fixes
ZeeCoder Nov 17, 2018
883aa48
test cleanups
ZeeCoder Nov 17, 2018
7f4c77b
size-limit updates
ZeeCoder Nov 18, 2018
f42c256
support to export meta in the CSS
ZeeCoder Nov 17, 2018
117ae8d
removed getJSON in favour of the css :export syntax
ZeeCoder Nov 18, 2018
a143ebc
demo fixes and making Container accept a meta string
ZeeCoder Nov 18, 2018
5f921ec
v3.0.0-alpha.0
ZeeCoder Nov 18, 2018
af3e849
Fixed style application for custom properties
ZeeCoder Nov 18, 2018
f622da1
v3.0.0-alpha.1
ZeeCoder Nov 18, 2018
f1705ed
demo dep version fixes
ZeeCoder Nov 18, 2018
5b1f9ec
size-limit hotfix
ZeeCoder Nov 18, 2018
a37bec2
Removed the render prop from the ContainerQuery component
ZeeCoder Dec 4, 2018
fb18eab
wip on remapMetaSelectors
ZeeCoder Dec 5, 2018
599e96e
Removed ResizeObserver and default export
ZeeCoder Dec 7, 2018
45dee37
Removed the `stats` prop from ContainerQuery.
ZeeCoder Dec 7, 2018
8e1e9d5
ContainerQuery component update to always return the size object
ZeeCoder Dec 7, 2018
1a70ff1
element prop on the ContainerQuery component
ZeeCoder Dec 7, 2018
3459575
Changelog update
ZeeCoder Dec 8, 2018
03e95b1
ContainerQuery refactor with the "as" prop
ZeeCoder Dec 9, 2018
6ff45c5
v3.0.0-alpha.2
ZeeCoder Dec 9, 2018
d4b8a47
Removed unnecessary files from the packages
ZeeCoder Dec 9, 2018
57f083e
size-limit fix
ZeeCoder Dec 9, 2018
4767124
changelog update
ZeeCoder Dec 9, 2018
f4338e8
remapMetaSelectors refactor and tests
ZeeCoder Dec 10, 2018
cbc840c
better publish workflow
ZeeCoder Dec 11, 2018
c2c51bd
further updates to workflow
ZeeCoder Dec 11, 2018
c2c55a1
removed root flow check
ZeeCoder Dec 11, 2018
0acca40
Explicitly running package tests in travis.yml
ZeeCoder Dec 11, 2018
47b5f8b
increased size limit
ZeeCoder Dec 11, 2018
4f741cb
letting travis install yarn itself
ZeeCoder Dec 11, 2018
8e8ad96
Added root yarn.lock so that travis switches from npm to yarn
ZeeCoder Dec 11, 2018
2df5f33
Removed unnecessary bits in travis.yml
ZeeCoder Dec 11, 2018
ca39ea3
test update
ZeeCoder Dec 11, 2018
5cc2cef
Adding karma
ZeeCoder Dec 14, 2018
66ff989
First successful run with SauceLabs
ZeeCoder Dec 14, 2018
b61a0f3
integration test foundations
ZeeCoder Dec 22, 2018
d99dea8
browser-tests -> tests
ZeeCoder Dec 22, 2018
abe34fb
First integration tests
ZeeCoder Dec 22, 2018
cdb6381
Basic features covered
ZeeCoder Dec 22, 2018
b039d15
reorganising / refactoring
ZeeCoder Dec 22, 2018
07eec79
Caching node modules for faster builds
ZeeCoder Dec 22, 2018
dffa071
size-limit update
ZeeCoder Dec 22, 2018
984a7df
karma browser target updates
ZeeCoder Dec 22, 2018
806b38a
size-limit update
ZeeCoder Dec 22, 2018
ac7a67b
testing in more browsers
ZeeCoder Dec 22, 2018
5e62838
Fixed tests in firefox
ZeeCoder Dec 23, 2018
211e47a
Fixed tests in edge
ZeeCoder Dec 23, 2018
576a980
Enabled only currently passing tests
ZeeCoder Dec 23, 2018
de77a68
unit test fixes
ZeeCoder Dec 23, 2018
59f6502
size-limit updates
ZeeCoder Dec 23, 2018
afad3d2
fixed flaky tests
ZeeCoder Dec 24, 2018
6f03aed
downgraded karma-sauce-launcher where concurrency works properly
ZeeCoder Dec 24, 2018
ec04398
now testing iphones as well
ZeeCoder Dec 24, 2018
9ac6d69
building master only, so that PRs from a branch won't trigger multipl…
ZeeCoder Dec 24, 2018
f4d331c
Running integration tests only on the first CI job
ZeeCoder Dec 25, 2018
bb8e0d5
travis fix for running integration tests
ZeeCoder Dec 25, 2018
9f128af
disabled ios test as they proved to be too unreliable
ZeeCoder Dec 25, 2018
c639ec0
withContainerQuery tests
ZeeCoder Dec 31, 2018
a373944
manual instantiation tests
ZeeCoder Dec 31, 2018
ed78043
testing multiple containers
ZeeCoder Dec 31, 2018
cf7ec70
prop type fix
ZeeCoder Dec 31, 2018
384e74c
first non oocss tests
ZeeCoder Jan 17, 2019
1962c5a
Value precision fix
ZeeCoder Jan 17, 2019
59a0924
CSS modules support tests
ZeeCoder Jan 18, 2019
bf9ee48
polyfill for IE10
ZeeCoder Jan 18, 2019
2d32942
Ability to re-export previously exported meta
ZeeCoder Jan 20, 2019
36da9c9
Testing the as prop and multiple containers in a single css file and …
ZeeCoder Jan 20, 2019
5f575ce
Testing passing options to the Container instance through the Contain…
ZeeCoder Jan 21, 2019
583bdc5
proper execution of the integration tests
ZeeCoder Jan 21, 2019
019fd02
typo fix
ZeeCoder Jan 21, 2019
69a6589
travis fix
ZeeCoder Jan 21, 2019
5ce4398
fix for travis
ZeeCoder Jan 21, 2019
b119fa3
v3.0.0-alpha.3
ZeeCoder Jan 21, 2019
cd1ddb7
changelog update
ZeeCoder Jan 21, 2019
72da1ce
Tweaked the tests so that IE passes as well
ZeeCoder Jan 21, 2019
bca4cdc
doc updates
ZeeCoder Jan 26, 2019
eec425f
doc updates
ZeeCoder Jan 27, 2019
566ab4b
doc tweaks
ZeeCoder Jan 27, 2019
6229147
Added saucelabs
ZeeCoder Jan 27, 2019
e57fb9e
gulp clarification
ZeeCoder Jan 27, 2019
ecd22a0
Testing in node 6 for the postcss plugin
ZeeCoder Jan 27, 2019
63c2f10
Moved under the lib/ folder.
ZeeCoder Jan 27, 2019
c3612c0
react doc updates
ZeeCoder Jan 27, 2019
119eff5
travis update and final changelog
ZeeCoder Jan 27, 2019
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ lerna-debug.log
yarn-error.log
.idea
.DS_Store
# Root yarn.lock is used by Travis to use Yarn instead of npm
packages/**/yarn.lock
package-lock.json
.cache
27 changes: 16 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
language: node_js
sudo: false
node_js:
- [6,7,8]
- 10
after_success: 'yarn run coveralls'
cache:
yarn: true
node_js: [10, 8]
addons:
chrome: stable
script:
- lerna bootstrap --ignore={demos}
- yarn test
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- lerna bootstrap --ignore={demos}
- yarn test:unit
- yarn test:packages
- node ./tests/bin/run-on-first-ci-job.js yarn test:integration:build
- node ./tests/bin/run-on-first-ci-job.js yarn test:integration
after_success: "yarn coveralls"
cache:
yarn: true
directories:
- node_modules
branches:
only:
- master
Loading