Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: dennisameling/muuri-angular

v0.3.4

08 May 19:26
Compare
Choose a tag to compare
Loading
  • Update dependencies to their latest versions
Assets2
Loading

v0.3.2

21 Jan 16:25
Compare
Choose a tag to compare
Loading

Includes a dependency updates which fixes a security issue.

Loading

v0.3.1

15 Dec 11:29
Compare
Choose a tag to compare
Loading

This version only contains security updates for dependencies.

Loading

v0.3.0

14 Oct 13:50
Compare
Choose a tag to compare
Loading

This version adds the following two features:

  • Automatically rebuild the grid when the GridOptions config changes
  • Add new event: itemCreated

New event: itemCreated

You can now get the grid item when it is created:

app.component.html

<divmuuriGridItem(itemCreated)="onItemCreated($event)"></div>

app.component.ts

importItemfrom'muuri';onItemCreated(item:Item){// Now you can do anything you want with the grid item}
Loading

v0.2.0

30 Sep 12:22
Compare
Choose a tag to compare
Loading

This version introduces support forremoving grid elements 🚀

Let's say if you have the following code:

<buttonid="add-item-button"(click)="addToGrid()">+ Add new block</button><br><br><div#gridclass="grid"muuriGrid[config]="layoutConfig"><divclass="grid-item"muuriGridItem*ngFor="let item of blockItems"><divclass="grid-item-content">            {{ item }}</div></div></div>

If you now remove an item from theblockItems array, the corresponding Muuri grid item is also removed.

Loading

v0.1.1

16 Sep 11:42
Compare
Choose a tag to compare
Loading

This version is just to test auto-publishing to NPM 🚀

Loading

0.1.0

16 Sep 11:03
Compare
Choose a tag to compare
Loading

This version adds support for Muuri's Events

You can now subscribe to all of Muuri's events. For more details, please see the dedicated section in the docs:https://github.com/dennisameling/muuri-angular#advanced-usage

Loading

0.0.6

10 Sep 13:54
Compare
Choose a tag to compare
Loading

Updates the minimal Muuri version and provides a potential fix for overlapping items (#5). To update using NPM, simply runnpm update muuri-angular.

Loading

0.0.4

16 Jul 18:43
Compare
Choose a tag to compare
Loading

This is the first GitHub release, which provides a basic Angular wrapper for theMuuri JavaScript library. In future releases, we'll provide changelogs with every release.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp