Skip to content

Commit 8405b5c

Browse files
committed
Deploy v2.0.0-beta.3 [ci skip]
1 parent cf44ba5 commit 8405b5c

File tree

146 files changed

+958
-33306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+958
-33306
lines changed

.editorconfig

-24
This file was deleted.

.eslintignore

-9
This file was deleted.

.eslintrc.json

-32
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_Report.md

-56
This file was deleted.

.github/ISSUE_TEMPLATE/Feature_Request.md

-14
This file was deleted.

.github/ISSUE_TEMPLATE/Question.md

-15
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-28
This file was deleted.

.github/workflows/codeql-analysis.yml

-40
This file was deleted.

.github/workflows/ossar-analysis.yml

-44
This file was deleted.

.github/workflows/shiftleft-analysis.yml

-30
This file was deleted.

.gitignore

-6
This file was deleted.

.llmsenv

-2
This file was deleted.

.travis.yml

-2
This file was deleted.

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
LifterLMS Blocks Changelog
22
==========================
33

4+
v2.0.0-beta.3 - 2021-04-26
5+
--------------------------
6+
7+
+ All form field blocks refactored and many were removed or renamed.
8+
+ Added column support to form field blocks.
9+
+ Added reusable block support to form field blocks.
10+
+ Removed support for block visibility on required field blocks (email and password).
11+
+ Added reusable block filtering to only show "supported" reusable blocks when editing a form.
12+
+ Added utility function support for reusable blocks.
13+
+ Fixed issues related to visual rendering of checkboxes / radio elements on custom fields.
14+
15+
16+
v2.0.0-beta.2 - 2021-03-22
17+
--------------------------
18+
19+
+ Fixed block editor visual issues encountered on certain blocks when block-level visibility restrictions are enabled.
20+
21+
22+
v2.0.0-beta.1 - 2021-03-22
23+
--------------------------
24+
25+
+ Improved Javascript localization.
26+
+ Updated JS source files to follow (slightly modified) eslint standards as defined by `@wordpress/eslint-plugin/recommended`.
27+
+ Disabled import of incomplete module `./formats/merge-codes`.
28+
+ Improved the information displayed for a restricted block.
29+
+ Don't render `InspectorControls` for the Course Syllabus block since it doesn't have any actual settings to inspect.
30+
+ Improved the Search, SearchPost, and SearchUser components and made backwards incompatible changes to their usage.
31+
32+
433
v1.12.0 - 2021-01-07
534
--------------------
635

README.md

-48
This file was deleted.

0 commit comments

Comments
 (0)