Skip to content

v0.6.0: Added the new parts, Modals, Cards with a tab, and others

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 15:01
· 46 commits to main since this release
c4034d3
  • ❇️ NEW 18 parts
  • ⚠️ renamed 2 parts
    • In principle, this should not be a destructive change because the GUIDs in the metadata match.

Features

  • 79a6fdc: improved the atomic panels prefabs
    • Atoms/Panels/ModalBG
    • Atoms/Panels/NamePlate
  • a6fc294: added, and improved the atomic button prefab
    • ❇️ Atoms/Buttons/LWingButton
    • ❇️ Atoms/Buttons/RWingButton
    • Atoms/Buttons/RoundedButton
  • 47bff01: added the atomic badge container prefab
    • ❇️ Atoms/Status/BadgeContainer
  • bfd718b: added and improved the atomic input field prefab
    • ❇️ Atoms/Input/TmpInputText
    • Atoms/Input/InputText
    • Atoms/Input/InputUrl
  • fbcaff5: added the atomic slider prefab
    • ❇️ Atoms/Sliders/LevelSlider
  • fd3f46a: ⚠️ added and renamed the atomic toggles prefab
    • ⚠️ Atoms/Toggles/SlideSwitch -> Atoms/LSlideSwitch
    • ❇️ Atoms/Toggles/SlideSwitch
    • Atoms/Toggles/ExpandablePanel
  • e5e0d2f: improved the composited buttons animation
    • Atoms/Buttons/RoundedButton
    • Molecules/Buttons/RoundedButtonWithBadge
  • 9f74330: added the composited cards prefab
    • ❇️ Molecules/Cards/FullImageCard
    • ❇️ Molecules/Cards/GroupCardWithTab
    • ❇️ Molecules/Cards/SocialCardWithTab
    • ❇️ Molecules/Cards/WorldCard
    • ❇️ Molecules/Cards/WorldCardWithTab
  • 621235b: added the composited panel prefab
    • ❇️ Molecules/Panels/LWingBase
    • ❇️ Molecules/Panels/RWingBase
  • 54b606c: ⚠️ added, and renamed the composited toggle prefab
    • ⚠️ Molecules/Toggle/TextSlideSwitch -> Molecules/TextLSlideSwitch
    • ❇️ Molecules/Toggle/RToggleText
    • ❇️ Molecules/Toggle/TextSlideSwitch
  • a574361: implemented the badge container to the composited cards
    • Molecules/Cards/CreditCard
    • Molecules/Cards/GroupCard
    • Molecules/Cards/ImageCard
    • Molecules/Cards/InteractivePlayerCard
    • Molecules/Cards/SImageCard
    • Molecules/Cards/SocialCard
  • 2adbd29: added the composited modal base prefab
    • ❇️ Molecules/Panels/BottomModalBase
    • ❇️ Molecules/Panels/DrawerModalBase
    • ❇️ Molecules/Panels/ModalBase

Sample world

  • 87a924c: added and improved some catalog base
  • 3626c74: improved the catalog scene

Other updates

  • 59b5013: bumped the version number to v0.6.0
  • a8d7c84: updated the dependencies
  • 099e550: improved the git configuration

See also