diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfb58c..3f601ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,3 +47,14 @@ - Chore: update to styles 1.0.0-alpha.5 - Chore: new Icons - Chore: package update + +#v1.0.0-rc.1 +- Feature: Dropdown +- Feature: Filter +- Feature: Theme Support for White-Labelling +- Fix: Handlebars Vulnerability +- Chore: upgrade styles package +- Chore: Remove Components: Dropdown, Menu, MenuItem, ModalContent, ModalFooter, Navbar, Snackbar, Stepper, Tag, Table, SelectField, TextField +- Chore: Rename to replace old Components: V2Container, V2Grid, V2Button, V2Modal, V2Tab, V2Tabs, V2Checkbox, V2Radio, V2Select, V2Input +- Chore: Rename for clarity: DataCards -> CardTable +- Chore: code cleanups diff --git a/package-lock.json b/package-lock.json index 9b3eda9..f49777f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lightelligence/react", - "version": "1.0.0-alpha.4", + "version": "1.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1324,9 +1324,9 @@ } }, "@lightelligence/styles": { - "version": "1.0.0-rc.1", - "resolved": "https://registry.npmjs.org/@lightelligence/styles/-/styles-1.0.0-rc.1.tgz", - "integrity": "sha512-G5aNEUoY9uKv2AVmMJRmx4nnBKA3a0NnMKnl6XBomKuFkKoZHQP7Mgi3guoCcbWlrACHYaibPbXWXkXvbiO41g==" + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@lightelligence/styles/-/styles-1.0.0-rc.2.tgz", + "integrity": "sha512-QGGozfZTXLNwSfz4MdtZ+r0qtFLNq383nlNBv+pdgEAfIF8mAQH1uYGJBiTfGhfZoDyvAHAMeD99mF63mwpiCw==" }, "@mrmlnc/readdir-enhanced": { "version": "2.2.1", diff --git a/package.json b/package.json index dbaec02..c986449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightelligence/react", - "version": "1.0.0-alpha.4", + "version": "1.0.0-rc.1", "license": "MIT", "repository": { "type": "git", @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@lightelligence/styles": "^1.0.0-rc.1", + "@lightelligence/styles": "1.0.0-rc.2", "@testing-library/jest-dom": "^4.2.3", "classnames": "^2.2.6", "clipboard-copy": "^3.1.0",