spacejam 1.1.7
spacejam: ^1.1.7 copied to clipboard
SpaceJam is an open-sourced internal package used across the Mira Collection.
1.1.7 #
- added
subtiteto SpaceJamPage
1.1.6 #
- Bugfixes
1.1.5 #
- improved accessibility
- added
autoHeightparameter to SpaceJamImagePage - added
semanticLabelparameter to most of the SpaceJam widgets - Bugfixes
1.1.4 #
- added SpaceJamTheme
- Bugfixes
Breaking changes:
SpaceJamTheme:
- SpaceJamTheme is renamed to SpaceJamThemeData.
AppBar:
- Removed
animatedproperty. Same can be achieved by wrapping it with aSpaceJamThemewidget.
SpaceJamImageBox:
- Removed
localeproperty. Same can be achieved by wrapping it with aSpaceJamThemewidget.
SpaceJamImagePage:
- Removed
localeproperty. Same can be achieved by wrapping it with aSpaceJamThemewidget.
1.1.3 #
- Bugfix
1.1.2 #
- Better haptics
1.1.1 #
- Bugfix
1.1.0 #
- Added haptics
- Better layout
1.0.6 #
- Bugfix
1.0.5 #
- Bugfix
1.0.4 #
Nothing that should be mentioned.
1.0.3 #
- Added German and Danish locales.
Breaking changes:
Button:
- replaced
pathToBackgroundproperty withbackgroundImage. This used aDecorationImageinstead of a string that contains the path to the image.
CollectionItem:
- replaced
pathToBackgroundproperty withbackgroundImage. This used aDecorationImageinstead of a string that contains the path to the image.
Container:
- replaced
pathToBackgroundproperty withbackgroundImage. This used aDecorationImageinstead of a string that contains the path to the image.
1.0.2 #
- Bugfixes
- Default locale if locale is not supported.
1.0.1 #
- Added
pathToBackgroundproperty to SpaceJamButton.
1.0.0 #
- Added Content.
- Added ContentItem.
- Added SpaceJamPage.
- Added
durationproperty to SpaceJamAppBar.
Breaking changes:
Appbar:
- Renamed
AppbartoSpaceJamAppBar.
AppBarAction:
- Renamed
AppBarActiontoSpaceJamAppBarAction. iconis now an unnamed parameter.
Button:
- Renamed
ButtontoSpaceJamButton.
ContentBox:
- Renamed
ContentBoxtoSpaceJamContainer.
ImagePage:
- Renamed
ImagePagetoSpaceJamImagePage. imageis now an unnamed parameter.
0.2.2 #
- Bugfixes
0.2.1 #
- Bugfixes
0.2.0 #
- Appbar can be animated by providing a ScrollController to it.
Breaking changes:
Appbar:
backgroundis replaced withpathToBackground.
0.1.1 #
- More pub points.
0.1.0 #
- Added Appbar.
- Added AppBarAction.
- Added Button.
- Added ContentBox.
- Added SpaceJamTextStyles.
- Added SpaceJamTheme.