Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Feb 27, 2018
2 parents 2393adc + 4891ff4 commit 314ee1f
Show file tree
Hide file tree
Showing 45 changed files with 2,348 additions and 1,435 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

*2.0.0* (2018-02-27) - Global code refactoring
- 🚨 Lint everything (fd251e1)
- 📝 clean and comment component and views (53c2e4f)
- 📝 doc actions, epics and reducers (6986daa)
- 🎨 improve doc page transition (0ec5400)
- ✨ full homepage (76a19a2)
- ✨ restore toggle code and menu (5184d58)
- ✏️ fix key attr (9c2e5d0)
- ✨ variant notes (36cecab)
- 💄 reduce color card sizes (122459e)
- 💄 fix color table radios (3d42e3f)
- ✨ restore doc page (7c9746c)
- 🔥 remove views/Page directory (9222b6c)
- ✨ restore page (7f7e3a4)
- ✨ more flexible variants meta (e53d580)
- ✨ more flexible variants meta (d614207)
- ✨ restore and refactor Singlefull view (9155bcf)
- 🔨 change epic markup name (d8cdf8e)
- ✨ render variants (f3021d5)
- ✨ restore main component markup rendering (0d5d7b1)
- ✨ restore single rendering (5946480)
- ✨ restore sidebar (5e1b47e)
- ✨ proper component meta retrieving (cc80e81)
- ✨ add simple navigation action/reducer (adf03b3)
- 🔥 break everything and remove MobX (6311d88)
- 🔥 break everything and remove MobX (19bee32)
- 🔨 set base redux redux-observer architecture (857567c)
- ⬆️ upgrade all dependencies (9d0334c)

*1.1.0* (2017-12-13)
- 🔧 update manifest with renamed build (6e0bede)
- 📦 update builds (3c9bf60)
Expand Down
10 changes: 5 additions & 5 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main.css": "static/css/main.css",
"main.css.map": "static/css/main.css.map",
"main.js": "static/js/main.js",
"main.js.map": "static/js/main.js.map"
}
"main.css": "static/css/main.cd97049e.css",
"main.css.map": "static/css/main.cd97049e.css.map",
"main.js": "static/js/main.fe2635d1.js",
"main.js.map": "static/js/main.fe2635d1.js.map"
}
2 changes: 1 addition & 1 deletion build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 314ee1f

Please sign in to comment.