-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] 0.1.0 #82
Open
Sanlorng
wants to merge
211
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Release] 0.1.0 #82
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fluent] [Break Change] rename `training` to `trailing`.
[gallery] UI Improve.
[fluent] Add `Geometry` to FluentTheme
[fluent] `Elevation` support
[fluent] Update `Acrylic` default style.
[fluent] Add `Expander` and `ExpanderItem`.
[fluent] Add `PillButton` and `LiteFilter`.
[fluent] Add `SegmentedControl` and `SegmentedButton`.
This commit introduces the `MenuBar` component, a horizontal menu bar typically used at the top of a window or application to provide access to various commands and options. It supports `MenuBarItem`s that can open `MenuFlyout`s. Also adds `OverflowMenuBar` component that will automatically handle overflow items by moving them to a separate popup. The `MenuBar` and `OverflowMenuBar` manage their menu items and popups state, and provides default color schemes for menu items.
[fluent] feat: Implement MenuBar component
[gallery] Add missing component pages.
This commit reduces the default mouse padding in `TooltipBox` from 24dp to 16dp.
[fluent] feat: Add InfoBar and Badge component
[fluent] Add `SelectorBar` component
[Color] Update Color System & Add Design Guide/ Color
…nents # Conflicts: # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/NavigationView.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/TopNav.kt # gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/component/CopyButton.kt
[fluent] Add `TooltipBox` and `FlyoutAnchorScope`
…imitives # Conflicts: # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/NavigationView.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/TopNav.kt # gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/component/CopyButton.kt
This commit refactors the `TopNav` component to improve its layout and behavior. The layout of the `TopNav` component is improved by modifying the position of MenuFlyout, move it into the Box. The behavior is improved by adding `flyoutAnchor` to the `HorizontalIndicatorContentLayout`.
Fixed iOS build
# Conflicts: # build-plugin/src/main/java/com/konyaco/fluent/plugin/build/BuildExtension.kt # fluent/src/androidMain/kotlin/com/konyaco/fluent/component/CalendarView.android.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/CalendarView.kt # fluent/src/commonMain/kotlin/com/konyaco/fluent/component/MenuFlyout.kt # fluent/src/jsMain/kotlin/com/konyaco/fluent/component/CalendarView.js.kt # fluent/src/wasmJsMain/kotlin/com/konyaco/fluent/component/CalendarView.wasmJs.kt # gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/App.kt # gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/screen/settings/SettingsScreen.kt # gallery/src/desktopMain/kotlin/com/konyaco/fluent/gallery/Main.kt # gallery/src/iosMain/kotlin/main.kt # gradle/libs.versions.toml
This commit removes several platform-specific files that were either unused or contained redundant code. The following files have been removed: - `CalendarView.ios.kt` - `DefaultFontFamily.ios.kt` - `DefaultFontFamily.js.kt` - `DefaultFontFamily.wasmJs.kt` - `Dialog.ios.kt` - `Dialog.js.kt` - `Dialog.wasmJs.kt` - `FontIcon.ios.kt` - `FontIcon.js.kt` - `FontIcon.wasmJs.kt` - `PlatformCompositionLocalProvider.ios.kt` - `PlatformCompositionLocalProvider.js.kt` - `PlatformCompositionLocalProvider.wasmJs.kt` - `PlatformScrollBar.ios.kt` - `PlatformScrollBar.js.kt` - `PlatformScrollBar.wasmJs.kt` - `Popup.ios.kt` - `Popup.js.kt` - `Popup.wasmJs.kt` These files were not contributing to the core functionality of the application and their removal simplifies the project structure.
This commit updates the README.md file to mark the Menu Bar component as implemented (simple version).
This commit refactors the `CopyButton` component and adds an `InfoBar` sample to the `ColorScreen`. - **CopyButton:** - Wrapped the `TooltipBox` and `Button` with `Box` to improve layout. - **ColorScreen:** - Replaced custom `critical` alert layout with `InfoBar` in system colors samples.
[fluent] feat: Implement GridViewItem ,FlipView and PipsPager component
[fluent] refactor: Migrate to new `FontIcon`
README Update
This commit refactors the page buttons within the `FlipView` and `PipsPager` components for improved consistency and maintainability. The key changes include: - Replace custom glyphs and vector icons with `FontIconSolid8` component for the caret buttons. - Remove unnecessary parameters like `glyph` and `vector` from the `PageButton` composable. - Simplify the `PageButton` logic by using `FontIconPrimitive`. - Use consistent styles for page button icons across `FlipView` and `PipsPager`.
This commit adds content to the header item in the `SideNav` component. Specifically, it adds the text "Click to search" to the header item.
Seperate slider to `Slider` and `BasicSlider`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tasks
Changelog
Build
Breakinng Change
training
totrailing
([fluent] [Break Change] renametraining
totrailing
. #62 )AcrylicContainer
toMaterialContainer
Design System
Elevation
support #64 )New Components
FluentTheme.shapes
andFluentTheme.cornerRadius
([fluent] AddGeometry
to FluentTheme #56 )Expander
,ExpanderItem
,ExpanderItemSeparator
andCardExpanderItem
([fluent] AddExpander
andExpanderItem
. #58 )PillButton
andLiteFilter
([fluent] AddPillButton
andLiteFilter
. #59 )SegmentedControl
([fluent] AddSegmentedControl
andSegmentedButton
. #60 )AutoSuggestionBox
([fluent] Update TextField API. #61 )TabRow
andTabViewItem
([fluent] AddTabView
. #66 )BreadcrumBar
,CommandBar
,CommandBarFlyout
,TopNav
andNavigationView
(Components Based on OverflowRow #72 )MenuBar
andOverflowMenuBar
([fluent] feat: Implement MenuBar component #100 )InfoBar
andBadge
([fluent] feat: Add InfoBar and Badge component #97 )SelectorBar
([fluent] AddSelectorBar
component #99 )TooltipBox
([fluent] AddTooltipBox
andFlyoutAnchorScope
#90 )GridViewItem
,FlipView
andPipsPager
. ([fluent] feat: Implement GridViewItem ,FlipView and PipsPager component #98 )FontIconPrimitives
([fluent] refactor: Migrate to newFontIcon
#86 )Refactor
Slider
andBasicSlider
#101 )Bug fixes
Dialog
can't gain focus. #70Gallery