Skip to content

Commit

Permalink
merge: pull request #330 from hm21/dev
Browse files Browse the repository at this point in the history
Release 8.0.0: Layer Interaction Overhaul and Breaking Changes
  • Loading branch information
hm21 authored Jan 24, 2025
2 parents c2b0904 + 0782a0c commit e1fac9c
Show file tree
Hide file tree
Showing 36 changed files with 1,738 additions and 669 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 8.0.0

#### Features
- **Layer Interaction Overhaul**:
- Replaced the old `enableInteraction` property on layers with the new `LayerInteraction` class, introducing more specific configuration options:
- `enableMove`, `enableScale`, `enableRotate`, and `enableSelection`.
- This provides greater flexibility and precision in configuring layer interactions.

- **Customizable Interaction Widgets**:
- Updated `LayerInteractionWidgets` with two new options:
- **`children`**: Allows users to define their own interactive button designs when the layer is selected.
- **`border`**: Enables users to customize the border appearance of selected layers for a fully tailored design.

#### Breaking Changes
- Removed all deprecated values, including:
- `TextLayerData`
- `PaintingLayerData`
- `EmojiLayerData`
- `StickerLayerData`
- `ReactiveWidgetData`
- `ReactiveAppbarData`
- `serializeSticker`
- `exportStickers`

## 7.6.5
- **CHORE**(dependencies): Update `emoji_picker_flutter` to `4.3.0`, `vibration` to `3.0.0` and `http` to `1.3.0`.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, Alex Frei
Copyright (c) 2025, Alex Frei

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
Loading

0 comments on commit e1fac9c

Please sign in to comment.