Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to the Super Layout Table Extension will be documented in th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.4.2 — Marketplace metadata

### Changed
- Added `icon: 'table_rows'` to package.json for better Marketplace
presentation.
- Removed the hard-coded version line from README — version history is
tracked in CHANGELOG, the README copy was always lagging.

## v0.4.1 — Hotfix: M2M pivot 403 + collection-switch (Issue #55)

### Fixed
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ A powerful and feature-rich table layout extension for Directus 11+ that enhance

![Super Table Demo](https://raw.githubusercontent.com/smartlabsAT/directus-super-table/main/demo/super-table-demo.gif)

## Version

v0.3.1 - Stable release
See [CHANGELOG.md](./CHANGELOG.md) for version history.

## 🌟 Top Features

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "directus-extension-super-table",
"version": "0.4.1",
"version": "0.4.2",
"description": "A powerful and feature-rich table layout extension for Directus 11+ with inline editing, quick filters, and manual sorting",
"icon": "table_rows",
"keywords": [
"directus",
"directus-extension",
Expand Down
Loading