Skip to content

Commit

Permalink
Merge pull request #58 from BRACKETS-by-TRIAD/fix/update-changelog
Browse files Browse the repository at this point in the history
Update changelog.mdx
  • Loading branch information
VladyslavMazurets committed Dec 6, 2023
2 parents 70892fe + 2585eb9 commit 829072f
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,98 @@ All notable changes to Craftable PRO will be documented on this page.

<div className="changelog-container">

## v1.1.22 - 2023-12-05

### What's Changed

- feat: implemented Role CRUD operations and new Role permission migration
- feat: added delete role validation
- fix: added longText type in getAndSetTranslatableColumns
- feat: added social login
- feat: added socialite self registration
- fix(sidebar): Resolve display issue with user's name and email
- fix(generator): add leading slash to model namespace in relationships

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.21 - 2023-10-24

### What's Changed

- fix: show validation message in invite user
- feat: added casting to generator/model
- fix: translation issue on homepage with default locale
- fix: deleted unused directive
- fix: pagination displaying ('No Items' after changing results per page)
- fix: select for default route on settings page showing no options
- fix: hide dropdown on button edit click
- fix: image not displaying in crop editor after clicking "Crop" button
- fix: sorting logic in ListingHeaderCell

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.20 - 2023-08-31

### What's Changed

- fix: Wysiwyg support for objects and arrays in addImage function after adding multiple upload functionality

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.19 - 2023-08-25

### What's Changed

- Feat: Implemented multiple image upload for media

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.18 - 2023-08-24

### What's Changed

- fix: clarify Multiselect single label behavior
- fix: resolve issues with multiple authentication guards
- fix: fixed not loading preview_url to media library
- fix: fixed multiple active links, when urls starts the same

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.17 - 2023-08-18

### What's Changed

- fix: resolve bug in activeFiltersCount for filter change on Users screen
- fix: centered profile avatar
- fix: resolve styling issue with placeholder in Multiselect component
- fix: resolve bulk action error in Listing
- fix: reset filters fix for arrays
- fix: changed column key type

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.16 - 2023-07-25

### What's Changed

- Fix: verification email route

### Upgrade Guide

- Run `composer update` to update dependencies

## v1.1.15 - 2023-07-24

### What's Changed
Expand Down

0 comments on commit 829072f

Please sign in to comment.