@libreform/libreform
Advanced tools
| import { WPLF_Manager } from './classes/wplf-manager'; | ||
| import { WPLF_Tabs } from './classes/wplf-tabs'; | ||
| import { WPLF_Form } from './classes/wplf-form'; | ||
| import { Client } from './classes/wplf-api'; | ||
| import '../styles/wplf-frontend.scss'; | ||
| declare const _default: { | ||
| api: import("./classes/wplf-api").Client; | ||
| interface WPLF_Frontend { | ||
| api: Client; | ||
| manager: WPLF_Manager; | ||
| WPLF_Tabs: typeof WPLF_Tabs; | ||
| WPLF_Form: typeof WPLF_Form; | ||
| }; | ||
| } | ||
| declare const _default: WPLF_Frontend; | ||
| /** | ||
@@ -12,0 +14,0 @@ * This file is built into an UMD bundle. The default export will |
+3
-3
| { | ||
| "name": "@libreform/libreform", | ||
| "version": "2.0.0-beta.12", | ||
| "version": "2.0.0-beta.12.1", | ||
| "description": "WP Libre Form client", | ||
| "main": "dist/wplf-frontend.js", | ||
| "types": "dist/types.d.ts", | ||
| "main": "dist/wplf-frontend", | ||
| "types": "dist/wplf-frontend", | ||
| "scripts": { | ||
@@ -8,0 +8,0 @@ "clean": "rimraf dist/", |
+8
-3
| # WP Libre Form | ||
| [](https://travis-ci.org/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) | ||
| []([travis]) [![npm][npm-badge]][npm] [](https://packagist.org/packages/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) [](https://packagist.org/packages/libreform/libreform) | ||
| Use standard HTML5 markup to create fully functional forms for WordPress. [Version 2.0 breaks backwards compatibility.](#new-in-20) | ||
| [npm-badge]: https://img.shields.io/npm/v/@libreform/libreform.png?style=flat-square | ||
| [npm]: https://www.npmjs.org/package/@libreform/libreform | ||
| Use standard HTML5 markup to create fully functional forms for WordPress. | ||
| [The older 1.5 branch](https://github.com/libreform/wp-libre-form) is not maintained anymore, and will not receive any updates. | ||
| ## Features | ||
@@ -49,3 +54,3 @@ | ||
| As migrations tend to be a pain in the ass, I made sure that the new version works side by side with the old one. Everything has been renamed so they do not conflict with each other. **In other words, you should be able to use both versions simultaneously.** | ||
| As migrations tend to be a pain in the ass, we've made special efforts to ensure that you don't have to migrate. The new version works side by side with the old one. Everything has been renamed so they do not conflict with each other. | ||
@@ -52,0 +57,0 @@ Some key changes; |
634948
0.02%8774
0.02%104
5.05%