Skip to content

v0.3.0

Compare
Choose a tag to compare
@gretanausedaite gretanausedaite released this 20 Sep 08:38
· 19 commits to main since this release
b1aa49c

@itwin/[email protected]

  • #72: Breakpoints:
    • Removed landscape-mobile breakpoint.
    • Using rem instead of px.
  • #70: Page layout:
    • Added bottom-bar area in page grid.
    • Added action-bar layout for bottom-bar.

@itwin/[email protected]

  • #72: GridItem: removed landscapeMobile breakpoint from ColumnSpan and ColumnStart types.
  • #72: Improved breakpoints for page and grid layouts.
  • #70: Added a sticky BottomBar and ActionBar layout to use within BottomBar. ActionBar has 3 slots for custom components: ActionBar.Left, ActionBar.Center and ActionBar.Right.
    <PageLayout.BottomBar>
      <ActionBar>
        <ActionBar.Left/>
        <ActionBar.Center/>
        <ActionBar.Right/>
      </ActionBar>
    </PageLayout.BottomBar>