This issue is not following the template because it is an announcement. Normal issues should follow issue template.
It's been a while, but finally some major features are released in the wildfire developer beta version.
The latest version is: wildfire-dev@0.5.4.
Because we don't have a plan for public release yet, if you want the fixes of issues of previous versions or want to try the new features, please follow the instruction below to manually switch to wildfire-dev@0.5.4.
Usage
Note: the new version includes major data structure & database security rules change. To avoid damaging old data, please create a new database to run the new version. We may publish a script for migrating old data to new database in the future.
-
Create a new Firebase / Wilddog project,copy & paste security rules。
-
Activate email-password login method in authentication.
-
Add following code to the right place of your website:
<div class="wildfire_thread"></div>
<script>
var wildfireConfig = () => ({
useDev: true, // Use this config to activate dev version
version: '0.5.4', // Use this config to specify specific version
databaseProvider: 'firebase',
databaseConfig: {
apiKey: "...",
authDomain: "...",
databaseURL: "...",
projectId: "...",
storageBucket: "...",
messagingSenderId: "..."
},
})
</script>
<script src="https://unpkg.com/wildfire-comment"></script>
New version will be using wildfire-comment to load wildfire.
New Features
Fixes
Showcase
My personal blog is using wildfire-dev@0.5.4:https://chengkang.me/2017/12/19/introduction-to-wildfire/#License
It's been a while, but finally some major features are released in the
wildfiredeveloper beta version.The latest version is:
wildfire-dev@0.5.4.Because we don't have a plan for public release yet, if you want the fixes of issues of previous versions or want to try the new features, please follow the instruction below to manually switch to
wildfire-dev@0.5.4.Usage
Note: the new version includes major data structure & database security rules change. To avoid damaging old data, please create a new database to run the new version. We may publish a script for migrating old data to new database in the future.
Create a new Firebase / Wilddog project,copy & paste security rules。
Activate email-password login method in authentication.
Add following code to the right place of your website:
New Features
iframe mode
In the new version,
wildfirewill be rendered inside aniframetag using HTML5 srcdoc attribute of iframe.Fixes: [UI BUG] UI is affected by global styles of Hexo #11
Plugins
New plugin center. Admins can now add & configure plugins from Plugin Center. Developers can refer to existing plugins to create more custom plugins.
Existing plugins: Pinned Comment,Extended Anonymous Comment
Fixes: 建议拓展匿名评论的功能 #33
Fixes
Showcase
My personal blog is using
wildfire-dev@0.5.4:https://chengkang.me/2017/12/19/introduction-to-wildfire/#License