This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Releases: sebastian-software/edgestack
Releases · sebastian-software/edgestack
Release 0.19.2
Release 0.19.1
Release 0.19.0
- Enabled sourcemaps in postcss-loader (9f40b83)
- Updated deps (a9366ae)
- Extracted postcss config into separate package: https://github.com/sebastian-software/edgecss (7102f91)
- Minor changes (391836f)
- Removed unused file (307a230)
- Removed bootstrap test (943825b)
- Cleanup old bootstrap test (27ae925)
- Cleanup unused configs (98a30c0)
- File cleanup from app-related stuff (843dd24)
- Updated deps (ffdebe2)
- Removed app-specific code which is now placed in edgeapp => https://github.com/sebastian-software/edgeapp (84a57c2)
- Removed unused file (facb43e)
- Updated deps (a8e3559)
- Updated deps (269c797)
- Merge pull request #132 from JLHwung/fix-chunknames-delegated-module (7e3b4b8)
- fix(webpack): make ChunkNames compatible with external dll-delegated chunk (b09da19)
Release 0.18.0
- Updated deps (bbc682f)
- Removed LoaderOptions context... does not seem to be required anymore with newest postcss-loader (530e374)
- Migrated to new postcss-loader using external postcss config. (29eb61b)
- Added comment on System Font usage (6afe42d)
- Updated deps (f690f16)
- Updated deps (11fc8ac)
- Updated docs (59ae124)
Release 0.17.4
- Merged (c305b4a)
- Updated (ad63b12)
- Updated deps (82771ca)
- Correctly switch to husky + update yarn requirements (78a67a6)
- Removed typescript loader (for now) (cleanup of currently untested features) + added readable-code to dev-deps. (937d25f)
- Cleanup of deps (6fa5260)
- Removed local dependencies which are reflected by readable-code (48e0314)
- Updated deps (a81e64a)
- Removing import from prop types as well (new feature for new react version with separate prop-types package) (6720703)
- Updated deps (9b2490e)
Release 0.17.3
- Merged (9fc3635)
- Updated deps (52f3f87)
- Added quote (6d420b2)
- TOC auto generator does not work as it seems (384993d)
- Added automatic TOC (1b5ccd1)
- Moved code quality docs to readable-code (929c526)
- Added fossa + bithound badges (26d30d8)
- Updated deps (d5f8291)
- Cleanup (f09a5d9)
- Update compositor.json (fd26abf)
- Updated deps (ad40add)
- New components (218bb39)
- Updated deps (e211a67)
- More component additions (f6e64b5)
Release 0.17.2
- Updated to new prop-types package for new react deprecation (34499ce)
- Fixed path according to new lean-intl lib (3ee4af4)
- Updated deps: New lean-intl major version. (d3ecbf9)
- Updated deps (1161ad0)
- Added resolve options (bc1bc23)
- Worked on local module resolving using alternative solution + fix for eslint (f22ca93)
- Added src folder to resolve/modules section so that the root of the application sources can be easily imported. Thanks Adib for the hint. (522fd46)
- Added CaseSensitivePathsPlugin (89ba7ca)
- Updated deps (a9f5df9)
- Updated deps (30376ec)
- Added new components (fbb4561)
- Updated deps (5d7e188)
- Updated component list (070a77a)
- Worked on about page (5ca290c)
- More components (7715094)
- Worked on jest configuration (c5fb21c)
Release 0.17.1
Release 0.17.0
- A few doc updates (ec37fe4)
- Disabled Node cache in Travis as approach to try fixing CI runs (9e80bfc)
- Updated deps (17633e9)
- Updated docs (556f3fd)
- Added proxy note (2f4f867)
- Updated and fixed missing deps (ea650a2)
- Doc updates (8463a55)
- Added Prerequisites (f4f283f)
- Minor changes (491ac45)
- Updated deps (958721d)
- Cleanup (2086de9)
- Updated docs (e2f06e9)
- Splitted CSS config to allow non-css-module CSS loading. (4fb7265)
- Replaced markdown-in-js with mdx support by @jamesknelson - great alternative for embedding Markdown the React way. (8617af9)
- Stability improvement for rebuilds (be714a3)
- Updated docs (f3017d9)
- Updated docs (40d74b7)
- Updated docs (e283b50)
- Updated docs (9009308)
- Updated about page (bedde31)
- Fixed link (cf5f0d3)
- Worked on about page (2a19560)
- Switched over to babel-preset-env (84976e5)
- Cleanup deps (b0c68cc)
- Updated deps (166a912)
- Replaced Apollos getDataFromTree() with our own deepFetch() for server side code, too. Unifying the code base between client/server further. (6674942)
- Disable Promise warnings by default (48e60b3)
- Made code more tolerant for non existing first frame (7e794fb)
- Major rework of client side async loading solution using new promise based implementation in new react-tree-walker v2 (a6d1086)
- Major rework of chunkNames to support json files correctly (changed apply phase) (23e9d5b)
- Added auto generation of non-vendor common chunk (232e0dd)
- Minor dep update/fix (96eac2b)
- Updated deps (d69445e)
- Updated deps (0d4f687)
- Fixed cross-env calls in newest version of NodeJS + added es2015 build (8e5903a)