Feel free to edit this post when you finish something.
Github Project: https://github.com/frontity/frontity/projects/2
1.0 Roadmap
Letās go!
3 Likes
Iād like to release a second Beta version with these breaking changes:
wp-source : Change .data()
api to .get()
.
wp-source : Move list pages to their own data entry.
mars-theme : Add TypeScript version.
core : Rename āpackagesā to āextensionsā.
core : Check for index.js
file in extensions, if client and server files donāt exist.
After that I think the rest of the changes are going to be incremental (not breaking).
@development-team letās start logging our progress here!
Iām going to work on the āLearning Frontityā section of the docs first.
After that Iāll probably do the āpackagesā to āextensionsā migration.
Iāve implemented featured images on mars-theme
and Iām working on the guide āUnderstanding Mars Themeā.
1 Like
Iāll be working on mars-theme: add author pages
.
1 Like
Opened PR on the author thing. Iām going to work on mars-theme: Add loading components
.
1 Like
Iām going to work now in the simplification of modes and entry points.
David
27 May 2019 09:29
10
Iām working on the wp-source
package. Iāve changed data
by get
and added a library called routeUtils
with three functions: routeToParams
, paramsToRoute
and normalize
. When the branch with these changes has been merged, Iāll update the roadmap above.
1 Like
Iām working on the html2react
package.
Iāve finished refactoring everything for the new simplified modes and Iām now back to writing the āUnderstanding Frontityā part of the documentation.
1 Like
I released yesterday most of the āLearning Frontityā documentation and Iāll try to finish that today.
1 Like
David
4 June 2019 11:51
14
Iāve just finished the changes in source
API and Iām going to start with the settings for WP sites installed in subfolders.
When the PR has been accepted Iāll update the roadmap status.
I think Iām going to do Merge state arrays instead of replace first so we can release the release candidate.
@david , would you mind working on the autoFetch
feature of tiny-router
first?
I think itās better if we finish the modifications of mars-theme
first and work on things that donāt affect npx frontity create
like support for subfolders and front page.
David
4 June 2019 13:14
17
I have no problem with that. Iāll be then working on the autoFetch
feature.
No breaking changes are planned from now on. Letās see how many additional features we can complete for the 1.0 release
1 Like
Iām finishing html2react
(writing tests and implementing some final changes to the api) and Iāll be also fixing this issue .