Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 29, 2015
1 parent 67857d8 commit 3732a5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 0.2.0 - 2015-10-28

- Fixed: collection is not limited to 8~10 items anymore
- Fixed: `peerDependencies` have been adjusted to minimal requirements
Expand All @@ -11,11 +12,12 @@
appropriate peerDeps)
- Added: `MetadataProvider` to send the data you want to the React context
in a `metadata` attribute.
- Added: `__BASE_URL__` is now send as constantes.
- Added: `__BASE_URL__` is now send as a constant.
- Added: `statinamic/lib/prepare-defined-values` helper to easily use JS
object with `webpack.DefinePlugin`
- Added: `defaultHead` option to `markdown-as-json-loader` loader to provide
default values
- Added: some documentation :)

# 0.1.0 - 2015-10-21

Expand Down
2 changes: 1 addition & 1 deletion demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
statinamic-static*
scripts/statinamic-static.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statinamic",
"version": "0.1.0",
"version": "0.2.0",
"description": "A static website generator to create dynamic website using React components.",
"keywords": [
"react",
Expand Down

0 comments on commit 3732a5c

Please sign in to comment.