Skip to content

Commit

Permalink
Prepare rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Dec 19, 2022
1 parent 0d5adcc commit c3accd7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to `twill` will be documented in this file.

## 3.0.0-rc1

The first release candidate for Twill 3!

### Features

- Form builder now supports fieldsets, side forms, columns and more [`#1963`](https://github.com/area17/twill/pull/1963)
- Blocks can now be cloned from within the editor [`#1912`](https://github.com/area17/twill/pull/1912)
- Developer experience: Added a feature that can auto-login on development environments [`#1904`](https://github.com/area17/twill/pull/1904)

### Improvements

- A new slug implementation to have more consisten slug creation [`#1897`](https://github.com/area17/twill/pull/1897)
- Various styling fixes
- Improved defaults such as svg support
- Improved documentation styling and generator

### Bugfixes

- Many issues have been resolved in since beta2.

## 3.0.0-beta2

This is a stabilization release to prepare a first stable release.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "3.0.0-beta2",
"version": "3.0.0-rc1",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '3.0.0-beta2';
public const VERSION = '3.0.0-rc1';

/**
* Service providers to be registered.
Expand Down

0 comments on commit c3accd7

Please sign in to comment.