Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Releases: valentingavran/anglify

v0.46.3

02 Mar 12:24
Compare
Choose a tag to compare
v0.46.3 Pre-release
Pre-release

🐛 Bug Fixes

  • Select: fix select on change (033cb68)

v0.46.2

31 Jan 12:12
Compare
Choose a tag to compare
v0.46.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Autocomplete, Combobox: dense style (9f41bf5)

v0.46.1

31 Jan 12:11
Compare
Choose a tag to compare
v0.46.1 Pre-release
Pre-release

🚀 Features

  • Stepper: allow animation disabling (9d8fd58)

v0.46.0

31 Jan 12:11
Compare
Choose a tag to compare
v0.46.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Components can no longer be used as tooltip content. TemplateRef can still be used

🔬 Code Refactoring

  • replace all deprecated ComponentFactoryResolver occurrences (8addeb3)

🚀 Features

  • DataTable: add support for row click event (f555346)
  • DataTable: selected item is now colored (031e821)

v0.45.1

20 Dec 12:42
Compare
Choose a tag to compare
v0.45.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Autocomplete: disabling via FormControls works now (07c188d)
  • Autocomplete: use itemValueKey always (not only when multiple) (41f5865)
  • Combobox: disabling via FormControls works now (ae8d662)
  • Combobox: use itemValueKey always (not only when multiple) (bf09eb0)
  • Select: disabling via FormControls works now (c866d14)
  • Select: use itemValueKey always (not only when multiple) (e4a2d10)

📝 Docs

v0.45.0

19 Dec 15:42
Compare
Choose a tag to compare
v0.45.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Combobox: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.
  • Autocomplete: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.
  • Select: If the multiple property is set to true, then an array of selected items is
    returned. If multiple is false, then the selected item is no longer returned as an array.

🔬 Code Refactoring

  • Autocomplete: value is now only an array if multiple is true (f6d6f3c)
  • Combobox: value is now only an array if multiple is true (02bbf7b)
  • Select: value is now only an array if multiple is true (c710d68)

v0.44.0

19 Dec 12:18
Compare
Choose a tag to compare
v0.44.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • The badge property bordered is now called border.
  • The customFilterFn property of the DataTableSettings token is now called
    customFilter.
  • The defaultSet & defaultSize properties of the IconSettings token are now
    called iconSet & size.
  • New setting tokens were introduced and some existing ones were split in certain cases
  • Access modifiers of all components have been updated. Only properties which are
    essential for the developer and which can be used safely are now public.
  • Menu: The menu items are no longer passed in the default slot but in the items slot.
    The activator is now passed in the default slot instead of the activator slot.
  • Menu: The menu component has been rewritten, therefore some input properties and the
    settings token have changed.

📝 Docs

  • Menu: add menu playground (f0b54c4)

🚀 Features

  • Autocomplete, Combobox, Select: add menu flip support (2531309)

🛠 Other Commits

  • remove unused component tests (will be treated later) (8ae92d7)

🔬 Code Refactoring

  • Menu: improve menu (f75fa5d)
  • move JSDoc property descriptions to settings interfaces (ca07a71)
  • refactor access modifiers of all component (6d395dd)
  • remove legacy menu component (72fc06a)

v0.43.0

10 Dec 12:15
Compare
Choose a tag to compare
v0.43.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • The Autocomplete, Combobox & Select components have been completely rewritten.
    This has changed the way they are used
  • the simple input element (used by TextFields etc.) no longer has the
    alwaysFloatingLabel property.
  • Input: The internal CSS class .anglify-input was renamed to .anglify-input-container.

📝 Docs

  • improve copy code example button styling (9877746)

🔬 Code Refactoring

  • handle always floating label inside wrapper components (43853e7)
  • Input: better support the handling of overflowing content (7bfba5d)
  • refactor combobox, autocomplete & select (0b5c861)

v0.42.0

24 Nov 13:47
Compare
Choose a tag to compare
v0.42.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • ExpansionPanels: support for FormControls was dropped. Only form inputs must
    support FormControls. The active property was also removed. The active item should from now on be
    set and controlled via the value property.
  • BottomNavigation: support for FormControls was dropped. Only form inputs must
    support FormControls. The active property was also removed. The active item should from now on be
    set and controlled via the value property.
  • ItemGroup: support for FormControls was dropped. Only form inputs must
    support FormControls.
  • ListItemGroup: support for FormControls was dropped. Only form inputs must
    support FormControls.
  • Tabs: The active property was removed from the Tab component. From now on, the active
    item should be set and controlled via the value property.

🛠 Other Commits

  • create primitives library & kitchensink application (e9f8559)

🚀 Features

  • Checkbox: add focusable input property (500196d)
  • ListItem: add highlight property (f4be8b7)
  • Menu: add focusActivatorOnClose input property (b60e22e)

🔬 Code Refactoring

  • BottomNavigation: remove FormControl support & active property (0497275)
  • DataTable: use new menu internally instead of legacy directive (5368fb1)
  • ExpansionPanels: remove FormControl support & active property (18275c4)
  • ItemGroup: remove FormControl support (cb9d680)
  • ListItemGroup: remove FormControl support (eb4ce65)
  • Tabs: remove active input property (455604d)

🐛 Bug Fixes

  • button: center loading state on block (1f94972)

v0.41.2

17 Nov 12:31
Compare
Choose a tag to compare
v0.41.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Tab: fix tabs with top icon & add tab font CSS custom properties (f0498da)