diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f20cec2..06cb0b44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,17 @@ Changelog is rather internal in nature. See release notes for the public overvie [#650]: https://github.com/learningequality/kolibri-design-system/pull/650 +[#727] + - **Description:** Initial implementation of `KTable` component + - **Products impact:** New Component + - **Addresses:** [#328](https://github.com/learningequality/kolibri-design-system/issues/328) + - **Components:** KTable + - **Breaking:** No + - **Impacts a11y:** Yes + - **Guidance:** +[#727] https://github.com/learningequality/kolibri-design-system/pull/727 + + - [#723] - **Description:** Updates $core-time value from 0.25s to 0.15s - **Products impact:** User experience - faster transitions @@ -72,6 +83,7 @@ Changelog is rather internal in nature. See release notes for the public overvie [#728]: https://github.com/learningequality/kolibri-design-system/pull/728 + - [#738] - **Description:** Bump KDS version to 5.0.0-rc2. - **Products impact:** -. @@ -94,6 +106,7 @@ Changelog is rather internal in nature. See release notes for the public overvie [705]: https://github.com/learningequality/kolibri-design-system/pull/705 + - [719] - **Description:** Removes KResponsiveWindowMixin. - **Products impact:** removed API. @@ -105,6 +118,7 @@ Changelog is rather internal in nature. See release notes for the public overvie [719]: https://github.com/learningequality/kolibri-design-system/pull/719 + - [#718] - **Description:** This pull request resolves failing `KDateCalendar` component tests that occurred on the last day of the month in open pull requests by setting dates manually in the tests. Additionally, the `KDateCalendar` is updated to show the month of the `lastAllowedDate` property. - **Products impact:** none diff --git a/custom-icons/sortColumn.svg b/custom-icons/sortColumn.svg new file mode 100644 index 000000000..e4cd4058c --- /dev/null +++ b/custom-icons/sortColumn.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/pages/ktable.vue b/docs/pages/ktable.vue new file mode 100644 index 000000000..05f29f541 --- /dev/null +++ b/docs/pages/ktable.vue @@ -0,0 +1,156 @@ + + + + diff --git a/docs/pages/playground.vue b/docs/pages/playground.vue index dc02d415d..ea269cd8d 100644 --- a/docs/pages/playground.vue +++ b/docs/pages/playground.vue @@ -1,28 +1,60 @@