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

Releases: valentingavran/anglify

v0.29.0

18 Aug 11:31
Compare
Choose a tag to compare
v0.29.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • OtpInput: methods/properties were renamed and access modifiers were changed.

🔬 Code Refactoring

  • OtpInput: change access modifiers & rename methods/properties (541a496)

🚀 Features

  • ListGroup: add disableGroupCollapse property back again (048b8b6)
  • OtpInput: add focus() & blur()methods (0c505b8)

v0.28.0

18 Aug 09:22
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • NavigationDrawer: ngModel input property of the NavigationDrawer was renamed to value.
  • Autocomplete, Combobox, Select: The noOptions input property was renamed to noDataText.
  • Autocomplete, Combobox, Select: The options input property was renamed to items.

🛠 Other Commits

  • ship components as non-peer deps (fc4ebc7)

📝 Docs

  • Badge: fix complex docs example (161ba9a)

🐛 Bug Fixes

  • Checkbox, RadioButton: fix focus & hover states (025a95c)
  • ExpansionPanels: remove panel margins in accordion mode (fa5ab9e)

🚀 Features

🔬 Code Refactoring

  • Autocomplete, Combobox, Select: rename noOptions to noDataText (859a5c0)
  • Autocomplete, Combobox, Select: rename options to items (45ed04d)
  • Button: cleanup button component (46f00d8)
  • cleanup code (0763c61)
  • NavigationDrawer: rename ngModel input property to value (59cc325)

v0.27.0

16 Aug 07:53
Compare
Choose a tag to compare
v0.27.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Button: contained-tonal Button appearance was removed. It was an artifact.

🛠 Other Commits

  • fix typo inside .versionrc (b628993)

🐛 Bug Fixes

  • Button: improve background & label color for contained appearance (d67489b)
  • Button: remove contained-tonal appearance (bf4f44c)
  • change colors on surface overlay for dark theme (1230a7f)
  • TextField: change details spacing & component size (275837a)
  • TextField: improve inactive bottom border (b5f5a1c)

v0.26.0

23 Jul 07:22
Compare
Choose a tag to compare
v0.26.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • All dependencies including Angular have been updated to the latest version.
    Anglify now uses Angular 14 Updating should work seamlessly.

🛠 Other Commits

v0.25.0

23 Jul 07:15
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Toolbar: Toolbar slots and some CSS custom properties were renamed

🐛 Bug Fixes

  • BottomNavigation: add FormControl support (1f6d466)
  • Input: remove hint & error spacing (bc0b825)
  • Tabs: improve performance (8de69eb)

🔬 Code Refactoring

  • Toolbar: change slot structure & add extension slot (0a9039a)

🚀 Features

  • add timeline component (5cf0dcf)
  • Table: add css custom properties for table fonts (e98c828)

📝 Docs

  • add component APIs (a415c78)
  • add jsdoc descriptions to input properties (bb3eca0)
  • fix some deprecated slots (bd90880)

🛠 Other Commits

  • add compodoc npm script command (73afce5)

v0.24.2

22 Jul 16:31
Compare
Choose a tag to compare
v0.24.2 Pre-release
Pre-release

🐛 Bug Fixes

  • TextArea, TextField: export missing Typescript files (7c09ecd)

v0.24.1

19 Jul 11:43
Compare
Choose a tag to compare
v0.24.1 Pre-release
Pre-release

🔄 Reverts

  • Checkbox: remove flex align center behaviour from label (6a716a7)

v0.24.0

19 Jul 11:43
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Checkbox: Checkbox labels are no longer in a flex container and therefore not centered.
  • The BooleanLike type is no longer supported. All BooleanLike types have been
    changed to boolean. Templates must be adapted and use the bracket syntax that is normal for
    Angular.
  • Breadcrumbs: Breadcrumb matchOptions are now configured for each item separately.
  • Textarea: Text areas now have only two lines by default

📝 Docs

  • add module import examples to every component (d2e80be)
  • improve accessibility (81200ed)
  • update w3c links (ecf41cd)
  • use Anglify table for styling API (febfd29)

🛠 Other Commits

  • adjust vscode settings to exclude build directory from search (fd89678)
  • cleanup index.ts (b901192)

🐛 Bug Fixes

  • Menu: click outside listener now works correctly (55c4435)
  • Menu: rename styles that were leaking into this component (08d7849)
  • RadioButton: focus color (8c62225)

🚀 Features

  • add additional internal icons (79be106)
  • add directive that can stop click event propagation (10e4826)
  • add flip functionality to position service (56f4ce3)
  • Checkbox: improve accessibility (6c6d89a)
  • Chip: don't allow text selection (3476723)
  • Dialog, Snackbar: enum for internal reasons (ac93637)
  • Dialog, Snackbar: simple opening method (f694026)
  • Input: show tooltip when hint is cut off (8a1ac28)
  • Menu: expose open$ observable (99a295a)
  • pre-publish autocomplete component (should not be used yet) (41a9454)
  • pre-publish combobox component (should not be used yet) (bed0ea9)
  • pre-publish select component (should not be used yet) (4dd62e8)
  • ProgressCircular: improve accessibility (9d521f1)
  • ProgressLinear: improve accessibility (e1a98ab)
  • Tabs: improve accessibility (3e76e41)
  • Textarea: add autoresize support & example (49881ee)
  • Tooltip: improve accessibility (6494527)

🔬 Code Refactoring

  • Breadcrumbs: make some item props optional (1126075)
  • Checkbox: remove flex align center behaviour from label (486044e)
  • Input: adjust styles (e3db5c6)
  • Input: make hint optional (458775b)
  • remove BooleanLike type & helpers (4e1b8df)
  • TextField: adjust styles (6b3d897)

v0.23.0

06 Jul 15:26
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • Breakpoints: breakpoint SCSS mixins were renamed
  • Stepper: The names of the stepper service and directive classes have changed

🐛 Bug Fixes

  • expose modal data and snackbar data generic to allow typing the return data (d1b81e7)

📝 Docs

  • add breakpoints feature page (1f6d013)

🔬 Code Refactoring

  • add default flag to all SCSS variables (48b9277)
  • Breakpoints: rename breakpoint SCSS mixins (4219357)
  • Stepper: directives and services have now the according suffix (836ebe1)
  • unify setting token file names (64467a6)

🚀 Features

  • add expansion panels component (9ee1df9)

v0.22.1

24 Jun 19:02
Compare
Choose a tag to compare
v0.22.1 Pre-release
Pre-release

📝 Docs

🛠 Other Commits

  • fix anglify build command (5543a6a)